PostReply 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 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
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) |