MAPI Compose Field Flags

4/8/2010

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 MAILCOMPOSEFIELDS structure pszAccount member.

MCF_ACCOUNT_IS_TRANSPORT

0x02

The name of the transport, contained the MAILCOMPOSEFIELDS structure pszAccount member.

MCF_MAILTO_FORMAT

0x04

The recipient address in "mailto" format, contained the MAILCOMPOSEFIELDS structure pszTo member.

MCF_RUN_IN_BACKGROUND

0x08

Run the messaging application in the background. Used with MailSyncMessages.

See Also

Reference

MAILCOMPOSEFIELDS
MailSwitchToAccount
MailSyncMessages

Other Resources

MAPI Flags