PostItem.CreateReply(Boolean) Method

Definition

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.

Applies to