CreateAcceptMessage method

AcceptMeetingInvitationMessage CreateAcceptMessage(
  1. bool tentative
)
override
Creates a local meeting acceptance message that can be customized and sent. Specifies whether the meeting will be tentatively accepted.

Implementation

AcceptMeetingInvitationMessage CreateAcceptMessage(bool tentative) {
  return new AcceptMeetingInvitationMessage(this, tentative);
}