Appointment.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

すべての 出席者に返信を送信する必要があることを示す場合は true。 false を 指定すると、返信を開催者にのみ送信する必要があることを示します。

戻り値

後で変更および送信できる応答応答。

適用対象