Enum ExchangeMessageFlag

ExchangeMessageFlag enumeration

Represents a flags of message.

[Flags]
public enum ExchangeMessageFlag

Values

NameValueDescription
IsRead1Indicates whether the message has been read.
HasAttachment2Indicates whether or not the message has attachments.
IsSubmitted4Indicates whether the message has been submitted to the Outbox.

See Also