PostItemSchema Class

Definition

Represents the schema for post items.

public ref class PostItemSchema sealed : Microsoft::Exchange::WebServices::Data::ItemSchema
public sealed class PostItemSchema : Microsoft.Exchange.WebServices.Data.ItemSchema
Public NotInheritable Class PostItemSchema
Inherits ItemSchema
Inheritance

Remarks

The PostItemSchema class is used to identify the post item properties for searches, filtering, and loading properties for post items.

Fields

ConversationIndex

Defines the ConversationIndex property.

ConversationTopic

Defines the ConversationTopic property.

From

Defines the From property.

InternetMessageId

Defines the InternetMessageId property.

IsRead

Defines the IsRead property.

PostedTime

Defines the PostedTime property.

References

Defines the References property.

Sender

Defines the Sender 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