PostReply.Save Method
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.
Overloads
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. |
Save()
Saves the post item reply in the same folder as the original post item.
public:
Microsoft::Exchange::WebServices::Data::PostItem ^ Save();
public Microsoft.Exchange.WebServices.Data.PostItem Save ();
Public Function Save () As PostItem
Returns
A post item that represents the posted reply.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).
Applies to
Save(FolderId)
Saves the post item reply in the specified folder.
public:
Microsoft::Exchange::WebServices::Data::PostItem ^ Save(Microsoft::Exchange::WebServices::Data::FolderId ^ destinationFolderId);
public Microsoft.Exchange.WebServices.Data.PostItem Save (Microsoft.Exchange.WebServices.Data.FolderId destinationFolderId);
Public Function Save (destinationFolderId As FolderId) As PostItem
Parameters
- destinationFolderId
- FolderId
The folder identifier of the target folder in which to save the post item reply.
Returns
A post item that represents the posted reply.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).
Applies to
Save(WellKnownFolderName)
Saves the post item reply in a specified well-known folder.
public:
Microsoft::Exchange::WebServices::Data::PostItem ^ Save(Microsoft::Exchange::WebServices::Data::WellKnownFolderName destinationFolderName);
public Microsoft.Exchange.WebServices.Data.PostItem Save (Microsoft.Exchange.WebServices.Data.WellKnownFolderName destinationFolderName);
Public Function Save (destinationFolderName As WellKnownFolderName) As PostItem
Parameters
- destinationFolderName
- WellKnownFolderName
The folder name of the target folder in which to save the post item reply.
Returns
A post item that represents the posted reply.