Kulvinder

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.




Re: Visual Studio Tools for Office How to Add custom information in an appointment item using VSTO SE Outlook 2003 Addin ?

X4U

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