EmailMessage.Reply(MessageBody, Boolean) Method

Definition

Replies to the message.

public:
 void Reply(Microsoft::Exchange::WebServices::Data::MessageBody ^ bodyPrefix, bool replyAll);
public void Reply (Microsoft.Exchange.WebServices.Data.MessageBody bodyPrefix, bool replyAll);
Public Sub Reply (bodyPrefix As MessageBody, replyAll As Boolean)

Parameters

bodyPrefix
MessageBody

The prefix to prepend to the original body of the message.

replyAll
Boolean

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

Remarks

Calling this method results in a call to Exchange Web Services (EWS).

Applies to