MeetingRequest.CreateAcceptMessage(Boolean) メソッド

定義

カスタマイズして送信できるローカル会議の承諾メッセージを作成します。

public:
 virtual Microsoft::Exchange::WebServices::Data::AcceptMeetingInvitationMessage ^ CreateAcceptMessage(bool tentative);
public Microsoft.Exchange.WebServices.Data.AcceptMeetingInvitationMessage CreateAcceptMessage (bool tentative);
Public Function CreateAcceptMessage (tentative As Boolean) As AcceptMeetingInvitationMessage

パラメーター

tentative
Boolean

会議 を仮承諾する場合は true。それ以外の場合は false

戻り値

会議の承諾メッセージを表す AcceptMeetingInvitationMessage のインスタンス。

実装

Microsoft.Exchange.WebServices.Data.ICalendarActionProvider.CreateAcceptMessage(System.Boolean)

適用対象