PostItem.CreateReply(Boolean) 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.
Creates an e-mail reply response to the post item.
public:
Microsoft::Exchange::WebServices::Data::ResponseMessage ^ CreateReply(bool replyAll);
public Microsoft.Exchange.WebServices.Data.ResponseMessage CreateReply (bool replyAll);
Public Function CreateReply (replyAll As Boolean) As ResponseMessage
Parameters
- replyAll
- Boolean
Indicates whether the reply should go to everyone involved in the thread.
Returns
A response that represents the e-mail reply.