MessageFlag Enumeration

Independentsoft MSG .NET

MessageFlag Enumeration MSG .NET Class Library
Contains a value that indicates the origin and current state of a message.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public enum MessageFlag
public enum MessageFlag
Public Enumeration MessageFlag
Public Enumeration MessageFlag
Dim instance As MessageFlag
Dim instance As MessageFlag
public enum MessageFlag
public enum MessageFlag
public enum MessageFlag
public enum MessageFlag
Independentsoft.Msg.MessageFlag = function();
Independentsoft.Msg.MessageFlag.createEnum('Independentsoft.Msg.MessageFlag', false);
Independentsoft.Msg.MessageFlag = function();
Independentsoft.Msg.MessageFlag.createEnum('Independentsoft.Msg.MessageFlag', false);
Members

  Member nameValueDescription
Associated0 The message is an associated message of a folder. The client or provider has read-only access to this flag. The Read flag is ignored for associated messages, which do not retain a read/unread state.
FromMe1 The messaging user sending was the messaging user receiving the message. This flag is meant to be set by the transport provider.
HasAttachment2 The message has at least one attachment. The client has read-only access to this flag.
NonReadReportPending3 A nonread report needs to be sent for the message. The client or provider has read-only access to this flag.
OriginInternet4 The incoming message arrived over the Internet. It originated either outside the organization or from a source the gateway cannot consider trusted. The client should display an appropriate message to the user. Transport providers set this flag; the client has read-only access.
OriginMiscExternal5 The incoming message arrived over an external link other than X.400 or the Internet. It originated either outside the organization or from a source the gateway cannot consider trusted. The client should display an appropriate message to the user. Transport providers set this flag; the client has read-only access.
OriginX4006 The incoming message arrived over an X.400 link. It originated either outside the organization or from a source the gateway cannot consider trusted. The client should display an appropriate message to the user. Transport providers set this flag; the client has read-only access.
Read7 The message is marked as having been read. This flag is ignored if the Associated flag is set.
Resend8 The message includes a request for a resend operation with a non-delivery report.
ReadReportPending9 A read report needs to be sent for the message. The client or provider has read-only access to this flag.
Submit10 The message is marked for sending. Message store providers set this flag; the client has read-only access.
Unmodified11 The outgoing message has not been modified since the first time that it was saved; the incoming message has not been modified since it was delivered.
Unsent12 The message is still being composed. It is saved, but has not been sent. Typically, this flag is cleared after the message is sent.
See Also