MapiMessageFlags Enumeration |
MapiMessageFlags.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax [FlagsAttribute]
public enum MapiMessageFlags
<FlagsAttribute>
Public Enumeration MapiMessageFlags
[FlagsAttribute]
public enum class MapiMessageFlags
[<FlagsAttribute>]
type MapiMessageFlags
Members
| Member name | Value | Description |
---|
| MSGFLAG_ZERO | 0 | |
| MSGFLAG_READ | 1 |
The message is marked as having been read.
|
| MSGFLAG_UNMODIFIED | 2 |
The message has not been modified since it was first saved (if unsent) or it was delivered (if sent).
|
| MSGFLAG_SUBMIT | 4 |
The message is marked for sending as a result of a call to IMessage::SubmitMessage.
Message store providers set this flag; the client has read-only access.
|
| MSGFLAG_UNSENT | 8 |
The message is still being composed. It is saved, but has not been sent.
|
| MSGFLAG_HASATTACH | 16 |
The message has at least one attachment.
|
| MSGFLAG_FROMME | 32 |
The user receiving the message was also the user who sent the message.
|
| MSGFLAG_ASSOCIATED | 64 |
MSGFLAG_ASSOCIATED.
|
| MSGFLAG_RESEND | 128 |
The message includes a request for a resend operation with a non-delivery report.
|
| MSGFLAG_NOTIFYREAD | 256 |
The user who sent the message has requested notification when a recipient first reads it.
|
| MSGFLAG_NOTIFYUNREAD | 512 |
The user who sent the message has requested notification when a recipient deletes it before reading or the Message object expires.
|
| MSGFLAG_EVERREAD | 1024 |
The message has been read at least once. This flag is set or cleared by the server whenever the MSGFLAG_READ flag is set or cleared.
|
| MSGFLAG_ORIGIN_X400 | 4096 |
The incoming message arrived over an X.400 link.
|
| MSGFLAG_ORIGIN_INTERNET | 8192 |
The incoming message arrived over the Internet.
|
| MSGFLAG_ORIGIN_MISC_EXT | 32768 |
The incoming message arrived over an external link other than X.400 or the Internet.
|
See Also