"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