MapiMessage.flags Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
flags() |
Set or get a bitmask of the message status flags. |
flags(Int32) |
flags()
Set or get a bitmask of the message status flags.
public:
virtual int flags();
public virtual int flags ();
abstract member flags : unit -> int
override this.flags : unit -> int
Public Overridable Function flags () As Integer
Returns
A bitmask of the message status flags.
Remarks
The following flags can be set:
Flag | Status |
---|---|
#MAPI_RECEIPT_REQUESTED | Receipt notification is requested. Client applications set this bit when they send a message. |
#MAPI_SENT | The message has been sent. |
#MAPI_UNREAD | The message has not been read. |