MeetingResponseResult Class

Meeting response result object
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerMeetingResponseResult

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class MeetingResponseResult

The MeetingResponseResult type exposes the following members.

Constructors
  NameDescription
Public methodMeetingResponseResult
Initializes a new instance of the MeetingResponseResult class
Properties
  NameDescription
Public propertyCalendarId
Specifies the server ID of the calendar item. The CalendarId element value can be up to 64 characters in length. The CalendarId element is included in the MeetingResponse command response that is sent to the client if the meeting request was not declined. If the meeting is accepted or tentatively accepted, the server adds a new item to the calendar and returns its server ID in the CalendarId element in the response. If the client created a tentative meeting calendar item, the client updates that item with the new server ID. The client also changes the busy status from tentative to busy. When a meeting is accepted, the server also creates a new calendar item with the same server ID. This means there is a conflict that will be resolved the next time the calendar is synchronized. If the meeting is declined, the response does not contain a CalendarId element.
Public propertyRequestId
Specifies the server ID of the meeting request message item.
Public propertyStatus
Indicates the success or failure of the operation.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also