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

返回

会议接受消息。

实现

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

适用于