CreateDeclineMessage method

DeclineMeetingInvitationMessage CreateDeclineMessage()
override
Creates a local meeting declination message that can be customized and sent.

Implementation

DeclineMeetingInvitationMessage CreateDeclineMessage() {
  return new DeclineMeetingInvitationMessage(this);
}