Appointment.CreateReply(Boolean) Method

Definition

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.

Applies to