Appointment.CreateDeclineMessage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a local meeting declination message that can be customized and sent.
public:
virtual Microsoft::Exchange::WebServices::Data::DeclineMeetingInvitationMessage ^ CreateDeclineMessage();
public Microsoft.Exchange.WebServices.Data.DeclineMeetingInvitationMessage CreateDeclineMessage ();
Public Function CreateDeclineMessage () As DeclineMeetingInvitationMessage
Returns
The meeting declination message.
Implements
Microsoft.Exchange.WebServices.Data.ICalendarActionProvider.CreateDeclineMessage