Click or drag to resize

MeetingResponse Enumeration

MeetingResponse namespace of the ActiveSync protocol

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum MeetingResponse
Members
  Member nameValueDescription
CalendarId5 Specifies the server ID of the calendar item. The CalendarId element value can be up to 64 characters in length.
CollectionId6 Specifies the folder that contains the meeting request.
MeetingResponse7 Identifies the body of the HTTP POST as containing a MeetingResponse command (section 2.2.2.9).
RequestId8 Specifies the server ID of the meeting request message item.
Request9 Specifies the meeting request that is being responded to, the response to that meeting request, and the folder on the server that the meeting request is located in.
Result10 Serves as a container for elements that are sent to the client in the response.
Status11 Contains the operation responses.
UserResponse12 Indicates whether the meeting is being accepted, tentatively accepted, or declined.
InstanceId14 Specifies the instance of the recurring meeting to be modified.
See Also