Getting display name for customer for fields

Joined
Sep 26, 2005
Messages
6
Reaction score
0
Hi,

I have an IMessage object with custom data fields due to a custom form the user chose. I'd like to enumerate the custom fields. Getting the value and the interal storage name is simple, it's just in the IMessage table.

But how do I map the internal storage name to the one that the user seems when entering the data with Outlook?

I used OutlookSpy and got via IMAPIiFormMgr > ResolveMessageClass to the IMAPIFormInfo. It doesn't contain the data I want, but a field name PR_FORM_CLSID which might help. But I wasn't able to track that any further. OpenProperty didn''t work.

With the Inspector interface I was able to get the info that I needed, but I can't use this interface in my programm.

And help would by appreciated!

Thanks!

Tom
 
Back
Top