PostItem.PostReply(MessageBody) Method

Definition

Creates and sends a reply to this post item.

public:
 void PostReply(Microsoft::Exchange::WebServices::Data::MessageBody ^ bodyPrefix);
public void PostReply (Microsoft.Exchange.WebServices.Data.MessageBody bodyPrefix);
Public Sub PostReply (bodyPrefix As MessageBody)

Parameters

bodyPrefix
MessageBody

The new content body of the reply that is prepended to the original body of the post item.

Remarks

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

Applies to