EmailMessageSchema Class

Definition

Represents the schema for e-mail messages.

public ref class EmailMessageSchema : Microsoft::Exchange::WebServices::Data::ItemSchema
public class EmailMessageSchema : Microsoft.Exchange.WebServices.Data.ItemSchema
Public Class EmailMessageSchema
Inherits ItemSchema
Inheritance
Derived

Remarks

This enumeration contains a list of properties that are available to an EmailMessage object.

Fields

ApprovalRequestData

Identifies the ApprovalRequestData property.

BccRecipients

Identifies the BccRecipients property.

CcRecipients

Identifies the CcRecipients property.

ConversationIndex

Identifies the ConversationIndex property.

ConversationTopic

Identifies the ConversationTopic property.

From

Identifies the From property.

InternetMessageId

Identifies the InternetMessageId property.

IsDeliveryReceiptRequested

Identifies the IsDeliveryReceiptRequested property.

IsRead

Identifies the IsRead property.

IsReadReceiptRequested

Identifies the IsReadReceiptRequested property.

IsResponseRequested

Identifies the IsResponseRequested property.

ReceivedBy

Identifies the ReceivedBy property.

ReceivedRepresenting

Identifies the ReceivedRepresenting property.

References

Identifies the References property.

ReplyTo

Identifies the ReplyTo property.

Sender

Identifies the Sender property.

ToRecipients

Identifies the ToRecipients property.

VotingInformation

Identifies the VotingInformation property.

Methods

GetEnumerator()

Provides an enumerator for the properties of the schema.

(Inherited from ServiceObjectSchema)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets an enumerator that iterates through the properties in the schema. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Server 2013 and versions of Exchange starting with Exchange Online.

(Inherited from ServiceObjectSchema)

Applies to