MAPI Message Field Flags

4/8/2010

These flags indicate either the type of transport to use, or the action to perform on the message. They can be combined with bitwise OR to form a bitmask, and are used in the flags member of the MESSAGEFIELDS structure.

Constant Value Description

MESSAGEFIELDS_FLAGS_DELETEONCLOSE

0x01

Delete the message permanently if the user cancels.

MESSAGEFIELDS_FLAGS_SMSSERVICE

0x02

A Short Message Service (SMS) message.

See Also

Reference

MESSAGEFIELDS
IFormProviderEx::CreateComposeForm
IMessageFormHostEx::DoAction

Other Resources

MAPI Flags