CalendarActionResults Class
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.
Represents the results of an action that is performed on a calendar item or meeting request message, such as accepting, tentatively accepting, or declining a meeting request.
public ref class CalendarActionResults sealed
public sealed class CalendarActionResults
Public NotInheritable Class CalendarActionResults
- Inheritance
-
CalendarActionResults
Properties
Appointment |
Gets the meeting that was accepted, tentatively accepted, or declined. |
MeetingCancellation |
Gets a copy of the meeting cancellation message that is sent by the organizer to the attendees of a meeting when the meeting is canceled. |
MeetingRequest |
Gets the meeting request that was moved to the Deleted Items folder as a result of an attendee accepting, tentatively accepting, or declining a meeting request. If the meeting request is accepted, tentatively accepted, or declined from the Deleted Items folder, it is permanently deleted and the MeetingRequest property is a null reference (Nothing in Visual Basic). |
MeetingResponse |
Gets the copy of the response that is sent to the organizer of a meeting when the meeting is accepted, tentatively accepted, or declined by an attendee. The MeetingResponse property is a null reference (Nothing in Visual Basic) if the attendee chose not to send a response. |