ExchangeMessageInfo Class
Provides information about an Exchange mail message.
- Inheritance:
- System.ObjectExchangeMessageInfo
Properties
ChangeKey
Gets the change key that identifies a version of an item.
Property Value
- System.String
The change key that identifies a version of an item.
ExchangeMessageId
Gets the exchange message identifier.
public string ExchangeMessageId { get; }
Public ReadOnly Property ExchangeMessageId As String
Property Value
- System.String
The exchange message identifier.
From
Gets the 'From' address.
Property Value
The 'From' address.
HasAttachments
Gets a value that specifies whether a message has attachments.
Property Value
- System.Boolean
True if message has attachments, false otherwise.
IsRead
Gets a value that specifies if a message was read.
Property Value
- System.Boolean
True if message was read, false otherwise.
Size
Gets the size of the message.
Property Value
- System.Int32
The size of the message.
Subject
Gets the subject of the message.
Property Value
- System.String
The subject of the message.