Accessing named property using outlook object model

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a mai item in which I have set a new named property using MAPI. Now I
want to access that named property using outlook object model.

Is there any way to access the named property through Outlook object model
APIs.

Atul Sureka
 
Only in Outlook 2007. For earlier versions, you need CDO 1.21, Redemption, or Extended MAPI.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
You should be able to use any of Outlook's built-in properties or, I think, create a custom property. Best to ask about details on one of the Extended MAPI discussion groups -- see http://www.outlookcode.com/d/mapi.htm#discuss

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top