MapiMessage.flags Method [AX 2012]

Set or get a bitmask of the message status flags.

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.

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.

Community Additions

ADD
Show: