Edit

Share via


PostItem.Reply(MessageBody, Boolean) Method

Definition

Creates and sends a reply to this post item.

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 new content body of the reply that is prepended to the original body of the post item.

replyAll
Boolean

Indicates whether the reply should go to everyone involved in the thread.

Remarks

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

Applies to