PostItemSchema Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |