PostItem.CreateReply(Boolean) メソッド

定義

投稿アイテムに対する電子メール返信応答を作成します。

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

パラメーター

replyAll
Boolean

スレッドに関係するすべてのユーザーに応答を送信するかどうかを示します。

戻り値

電子メールの返信を表す応答。

適用対象