>>>> What happens when you try to return that property by name through
>>>> ItemProperties or UserProperties?
>>>>
>>>> "Wolfixx" <wolfixx@gmx.at> wrote in message
>>>> news:%23EV$rWLlKHA.4872@TK2MSFTNGP05.phx.gbl...
>>>>> Hi Guys,
>>>>>
>>>>> I have a problem getting the the value of a ItemProperty which exists
>>>>> (you can see it using OutlookSpy or displaying the column in the mail
>>>>> grid (Customize current view / Fields / New Field) but I cannot get it
>>>>> when iterating through the ItemProperties or UserProperties collection
>>>>> on the Outlook.MailItem object.
>>>>>
>>>>> ALTHOUGH I can overwrite the value by creating a a new property with
>>>>> the same name using VBA (Outlook.MailItem.ItemProperties.Add) on that
>>>>> emails.
>>>>> The problem is that I need to read that value.
>>>>>
>>>>> Does Anyone have a clue?
>>>>>
>>>>> Thanks in advance for any help
>>>>> Wolfgang
>>>>
>>>>