Appointment.Reply(MessageBody, 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.
Replies to the organizer and/or the attendees of the meeting. Calling this method results in a call to Exchange Web Services (EWS).
public:
void Reply(Microsoft::Exchange::WebServices::Data::MessageBody ^ bodyPrefix, bool replyAll);
public void Reply (Microsoft.Exchange.WebServices.Data.MessageBody bodyPrefix, bool replyAll);
Public Sub Reply (bodyPrefix As MessageBody, replyAll As Boolean)
Parameters
- bodyPrefix
- MessageBody
The prefix to prepend to the body of the meeting.
- 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.