PR_MSG_STATUS
4/8/2010
The PR_MSG_STATUS property contains a bitmask of property tags that define the status of a message.
Additional Information
May be exposed by: |
Message objects |
Identifier: |
0x0E17 |
Property type: |
PT_LONG |
Property tag: |
0x0E170003 |
Remarks
The methods IMAPIProp::GetProps and IMAPIProp::SetProps are used to get and set message status information. IMAPIProp::GetProps returns the DWORD parameter lppPropArray, which contains a bitmask composed of a combination of zero or more property tags combined with the bitwise OR (|). LppPropArray's HIWORD contains a bitmask composed by combining property tags defined in the header file cemapi.h, while the LOWORD contains a bitmask composed by combining property tags defined in the header file mapidefs.h. For a list of all the status property tags, see Status Object Properties.
Requirements
Header | cemapi.h, mapidefs.h |
Library | cemapi.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |
See Also
Reference
IMAPIProp::GetProps
IMAPIProp::SetProps