View Single Post
  #6  
Old April 22nd 09, 07:27 PM posted to microsoft.public.outlook.program_forms
Michael Schmitz
external usenet poster
 
Posts: 11
Default What is the recommendet way to read/write a user defined Field (Named Property) in the MailItem Object using VSTO?


"Ken Slovak - [MVP - Outlook]" schrieb im Newsbeitrag
...
This C# code:

mail.ItemProperties["UID"] or mail.UserProperties["UID"]

is the equivalent of the VB type code:

mail.UserProperties.Item("UID") or mail.ItemProperties.Item("UID")


Thanks, thats what i thought



Ads