How Do I create a user-defined field in Outlook on the fly in VB.net.
I have VSTO installed.
Thanks In Advance,
AC92
Take a look at the UserProperties.Add method.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> How Do I create a user-defined field in Outlook on the fly in VB.net.
> I have VSTO installed.
>
> Thanks In Advance,
>
> AC92
AC92 - 12 Apr 2006 12:55 GMT
Am I able to create a new user-defined field for all the items
including future items with UserProperties.Add? Example I want to
create a new field called ActivityID in my Calendar because EntryID has
limitations. I don't need to see ActivityID I just need to need to be
able to use it behind the scenes.
Thanks Again,
AC92