CreateAcceptMessage abstract method

AcceptMeetingInvitationMessage CreateAcceptMessage(
  1. bool tentative
)
Implements the CreateAcceptMessage method. Indicates whether the new AcceptMeetingInvitationMessage should represent a Tentative accept response (as opposed to an Accept response).

Implementation

AcceptMeetingInvitationMessage CreateAcceptMessage(bool tentative);