IPM.Post FlagStatus property

J

Jase

Does anyone know where the Color Flag (FlagStatus property ) for IPM.Post
(public folders) is hiding ?
 
K

Ken Slovak - [MVP - Outlook]

That property is not exposed by the Outlook object model (for posts in any
folder).

You can set flags and so on only by using a lower level API such as CDO 1.21
(optional installation) or Extended MAPI (C++ or Delphi only) or a MAPI
wrapper such as Redemption (www.dimastr.com/redemption) and accessing the
raw MAPI property tag. In this case, for FlagStatus, it would be
PR_FLAG_STATUS (PT_LONG) with a tag value of 0x10900003.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top