PostReply Class

Definition

Represents a reply to a post item.

public ref class PostReply sealed : Microsoft::Exchange::WebServices::Data::ServiceObject
public sealed class PostReply : Microsoft.Exchange.WebServices.Data.ServiceObject
Public NotInheritable Class PostReply
Inherits ServiceObject
Inheritance
PostReply

Properties

Body

Gets or sets the body of the post reply.

BodyPrefix

Gets or sets the body prefix that is prepended to the original post item's body.

IsDirty

Gets a value that indicates whether the object has been modified.

(Inherited from ServiceObject)
IsNew

Indicates whether this object exists in the Exchange database or if it is a local object that has not been saved to the Exchange database.

(Inherited from ServiceObject)
Item[PropertyDefinitionBase]

Gets the value of the specified property in this instance.

(Inherited from ServiceObject)
Schema

Gets the schema that is associated with this type of object.

(Inherited from ServiceObject)
Service

Gets the Exchange service for this object.

(Inherited from ServiceObject)
Subject

Gets or sets the subject of the post item reply.

Methods

GetLoadedPropertyDefinitions()

Provides the collection of loaded property definitions.

(Inherited from ServiceObject)
Load()

Loads the first-class properties.

(Inherited from ServiceObject)
Load(PropertySet)

Loads the specified set of properties.

(Inherited from ServiceObject)
Save()

Saves the post item reply in the same folder as the original post item.

Save(FolderId)

Saves the post item reply in the specified folder.

Save(WellKnownFolderName)

Saves the post item reply in a specified well-known folder.

TryGetProperty(PropertyDefinitionBase, Object)

Tries to get the value of a specified property.

(Inherited from ServiceObject)
TryGetProperty<T>(PropertyDefinitionBase, T)

Tries to get the value of a specified property.

(Inherited from ServiceObject)

Applies to