MAPI Compose Field Flags
These flags indicate and set message status values. They can be combined with bitwise OR to form a bitmask.
Constant | Value | Description |
---|---|---|
MCF_ACCOUNT_IS_NAME | 0x01 | The name of the account, contained the the MAILCOMPOSEFIELDS structure pszAccount member. |
MCF_ACCOUNT_IS_TRANSPORT | 0x02 | The name of the transport, contained the the MAILCOMPOSEFIELDS structure pszAccount member. |
MCF_MAILTO_FORMAT | 0x04 | The recipient address in "mailto" format, contained the the MAILCOMPOSEFIELDS structure pszTo member. |
MCF_RUN_IN_BACKGROUND | 0x08 | Run the messaging application in the background. Used with MailSyncMessages. |
See Also
MAPI Flags | MAILCOMPOSEFIELDS | MailSwitchToAccount | MailSyncMessages
Send Feedback on this topic to the authors