Hi,
I am creating a VSTO SE Addin for Outlook 2003 and i want to store some custom information in the form of Key-Value pair in every appointment item i have.
Can anybody tell me is this possible to achieve this
Thanks in advance.
Visual Studio Tools for Office
Hi,
I am creating a VSTO SE Addin for Outlook 2003 and i want to store some custom information in the form of Key-Value pair in every appointment item i have.
Can anybody tell me is this possible to achieve this
Thanks in advance.
Hello Kulvinder,
for this scenario I would use an XML string stored into the milage field. (or a custom defined field).
With .Net doing XML is easy.
The drawback is that you can't display the data in a standard Outlook View.
Hope this helps,
greets, Helmut