Appointment.CreateReply(Boolean) 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 reply response to the organizer and/or attendees of the meeting.
public:
Microsoft::Exchange::WebServices::Data::ResponseMessage ^ CreateReply(bool replyAll);
public Microsoft.Exchange.WebServices.Data.ResponseMessage CreateReply (bool replyAll);
Public Function CreateReply (replyAll As Boolean) As ResponseMessage
Parameters
- replyAll
- Boolean
true to indicate that the reply should be sent to all the attendees; false to indicate that the reply should be sent to the organizer only.
Returns
The reply response that can subsequently be modified and sent.