Enum ExchangeMessageFlag
ExchangeMessageFlag enumeration
Represents a flags of message.
[Flags]
public enum ExchangeMessageFlag
Values
Name | Value | Description |
---|---|---|
IsRead | 1 | Indicates whether the message has been read. |
HasAttachment | 2 | Indicates whether or not the message has attachments. |
IsSubmitted | 4 | Indicates whether the message has been submitted to the Outbox. |
See Also
- namespace Aspose.Email.Clients.Exchange
- assembly Aspose.Email