MapiMessage.flags Method
Set or get a bitmask of the message status flags.
Syntax
public int flags([int flags])
Run On
Called
Parameters
- flags
Type: int
The message status flags; optional.
Return Value
Type: int
A bitmask of the message status flags.
Remarks
The following flags can be set:
#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.