EmailMessage.CreateReply(Boolean) Method

Definition

Creates a reply response to the message.

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

true to indicate whether the reply should go to all of the original recipients of the message; otherwise, false.

Returns

The reply response that can subsequently be modified and sent.

Applies to