MeetingRequest.CreateAcceptMessage(Boolean) Method

Definition

Creates a local meeting acceptance message that can be customized and sent.

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

Parameters

tentative
Boolean

true to tentatively accept the meeting; otherwise, false.

Returns

An instance of the AcceptMeetingInvitationMessage that represents the meeting acceptance message.

Implements

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

Applies to