EmailMessage Members
Represents an e-mail message.
The following tables list the members exposed by the EmailMessage type.
| Name | Description | |
|---|---|---|
| EmailMessage | Initializes a local instance of the EmailMessage class with an Exchange service object. |
| Name | Description | |
|---|---|---|
| AllowedResponseActions | Gets a value that indicates which response actions are allowed on this item. Examples of response actions are Reply and Forward. (inherited from Item) |
| Attachments | Gets a list of the attachments to this item. (inherited from Item) |
| BccRecipients | Gets the list of Bcc recipients for the e-mail message. |
| Body | Gets or sets the body of this item. (inherited from Item) |
| Categories | Gets or sets the list of categories that are associated with this item. (inherited from Item) |
| CcRecipients | Gets the list of Cc recipients for the e-mail message. |
| ConversationId | Gets the ID of the conversation that this item is part of. (inherited from Item) |
| ConversationIndex | Gets the conversation index of the e-mail message. |
| ConversationTopic | Gets the conversation topic of the e-mail message. |
| Culture | Gets or sets the culture that is associated with this item. (inherited from Item) |
| DateTimeCreated | Gets the date and time at which this item was created. (inherited from Item) |
| DateTimeReceived | Gets the time when this item was received. (inherited from Item) |
| DateTimeSent | Gets the date and time at which this item was sent. (inherited from Item) |
| DisplayCc | Gets a text string that lists the Cc recipients of this item. (inherited from Item) |
| DisplayTo | Gets a text string that lists the To recipients of this item. (inherited from Item) |
| EffectiveRights | Gets a value that indicates the effective rights that the current authenticated user has on this item. (inherited from Item) |
| ExtendedProperties | Gets a list of extended properties that are defined on this item. (inherited from Item) |
| From | Gets or sets who the e-mail came from. |
| HasAttachments | Gets a value that indicates whether the item has attachments. (inherited from Item) |
| Id | Gets the ID of this item. (inherited from Item) |
| Importance | Gets or sets the importance of this item. (inherited from Item) |
| InReplyTo | Gets or sets the In-Reply-To reference of this item. (inherited from Item) |
| InternetMessageHeaders | Gets a list of Internet headers for this item. (inherited from Item) |
| InternetMessageId | Gets the Internet message identifier of the e-mail message. |
| IsAssociated | Gets or sets a value that indicates whether this is an associated message. |
| IsAttachment | Gets a value that indicates whether the item is an attachment. (inherited from Item) |
| IsDeliveryReceiptRequested | Gets or sets a value that indicates whether a delivery receipt is requested for the e-mail message. |
| IsDirty | Gets a value that indicates whether the object has been modified.(inherited from ServiceObject) |
| IsDraft | Gets a value that indicates whether the item is a draft. An item is a draft when it has not yet been sent. (inherited from Item) |
| IsFromMe | Gets a value that indicates whether the item has been sent by the current authenticated user. (inherited from Item) |
| IsNew | Gets a value that indicates whether this object is a real store item or a local object that has yet to be saved.(inherited from Item) |
| IsRead | Gets or sets a value that indicates whether the e-mail message has been read. |
| IsReadReceiptRequested | Gets or sets a value that indicates whether a read receipt is requested for the e-mail message. |
| IsReminderSet | Gets or sets a value that indicates whether a reminder is set for this item. (inherited from Item) |
| IsResend | Gets a value that indicates whether the item is a resend of another item. (inherited from Item) |
| IsResponseRequested | Gets or sets a value that indicates whether a response is requested for the e-mail message. |
| IsSubmitted | Gets a value that indicates whether the message has been submitted to be sent. (inherited from Item) |
| IsUnmodified | Gets a value that indicates whether the item has been modified since it was created. (inherited from Item) |
| Item | (inherited from ServiceObject ) |
| ItemClass | Gets or sets the custom class name of this item. (inherited from Item) |
| LastModifiedName | Gets the name of the user who last modified this item. (inherited from Item) |
| LastModifiedTime | Gets the date and time that this item was last modified. (inherited from Item) |
| MimeContent | Gets the MIME content of this item. (inherited from Item) |
| ParentFolderId | Gets the ID of the parent folder of this item. (inherited from Item) |
| ReceivedBy | Gets the delegate who received the e-mail message. |
| ReceivedRepresenting | Gets the principal of the e-mail message. |
| References | Gets or sets the references of the e-mail message. |
| ReminderDueBy | Gets or sets the date and time when the reminder is due for this item. (inherited from Item) |
| ReminderMinutesBeforeStart | Gets or sets the number of minutes before the start of this item that the reminder should be triggered. (inherited from Item) |
| ReplyTo | Gets a list of e-mail addresses to which replies should be addressed. |
| Schema | Gets the schema that is associated with this type of object.(inherited from ServiceObject) |
| Sender | Gets or sets the sender of the e-mail message. |
| Sensitivity | Gets the sensitivity of this item. (inherited from Item) |
| Service | Gets the Exchange service for this object.(inherited from ServiceObject) |
| Size | Gets the size of this item. (inherited from Item) |
| Subject | Gets or sets the subject of this item. (inherited from Item) |
| ToRecipients | Gets the list of To recipients for the e-mail message. |
| UniqueBody | Gets the body part that is unique to the conversation that this item is part of. (inherited from Item) |
| WebClientEditFormQueryString | Gets the query string that should be appended to the Exchange Web client URL to open this item by using the appropriate edit form in a Web browser. (inherited from Item) |
| WebClientReadFormQueryString | Gets the query string that should be appended to the Exchange Web client URL to open this item by using the appropriate read form in a Web browser. (inherited from Item) |
(see also
Protected
Methods
)
Top
| Name | Description | |
|---|---|---|
| Bind | Overloaded. |
| Copy | Overloaded. (inherited from Item ) |
| CreateForward | Creates a forward response to the message. |
| CreateReply | Creates a reply response to the message. |
| Delete | (inherited from Item ) |
| Equals | Overloaded. (inherited from Object ) |
| Forward | Overloaded. Forwards an existing e-mail message. |
| GetHashCode | (inherited from Object ) |
| GetLoadedPropertyDefinitions | Provides the collection of loaded property definitions.(inherited from ServiceObject) |
| GetType | (inherited from Object ) |
| Load | Overloaded. (inherited from ServiceObject ) |
| Move | Overloaded. (inherited from Item ) |
| ReferenceEquals | (inherited from Object ) |
| RemoveExtendedProperty | (inherited from Item ) |
| Reply | Replies to the message. |
| Save | Overloaded. (inherited from Item ) |
| Send | Sends this e-mail message. |
| SendAndSaveCopy | Overloaded. |
| SetExtendedProperty | (inherited from Item ) |
| SuppressReadReceipt | Suppresses the read receipt on the message. |
| ToString | (inherited from Object ) |
| TryGetProperty | Overloaded. (inherited from ServiceObject ) |
| Update | (inherited from Item ) |
Reference
EmailMessage ClassMicrosoft.Exchange.WebServices.Data Namespace