MeetingResponseRequest

MeetingResponseRequest class

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.

public class MeetingResponseRequest

Constructors

Name Description
MeetingResponseRequest() Initializes a new instance of the MeetingResponseRequest class.
MeetingResponseRequest(UserResponse, string, string, string, string) Initializes a new instance of the MeetingResponseRequest class.

Properties

Name Description
CollectionId { get; set; } Specifies the folder that contains the meeting request. Optional if LongId is included. The CollectionId value can be up to 64 characters in length.
InstanceId { get; set; } Specifies the instance of the recurring meeting to be modified. The InstanceId is not supported when the protocol version is 12.1 or 14.0. A Status value of 2 is returned if the InstanceId element is included in requests in which the protocol version is 12.1 or 14.0. The InstanceId contains the start time of the appointment or meeting instance to be modified. If the InstanceId is not included in the MeetingResponse request, then the action is to be taken on every instance of the recurring item. The InstanceId can specify the start time of an exception to a recurring appointment or meeting. The InstanceId can be used with the LongId to identify a calendar item, or it can be used with the CollectionId and RequestId to identify a calendar item. The format of the InstanceId value is a string in dateTime format with the punctuation separators, for example, 2010-04-08T18:16:00.000Z. If the InstanceId value specified is not in the proper format, the server responds with a Status element value of 104. If the InstanceId value specifies a non-recurring meeting, the server responds with a Status element value of 146.
LongId { get; set; } Specifies the long ID for the source meeting request, which is returned in the Search command response message. If the LongId is present, the CollectionId, InstanceId, and RequestId are not present. The LongId value can be up to 256 characters in length.
RequestId { get; set; } Specifies the server ID of the meeting request message item. Optional if LongId is included. The RequestId value can be up to 64 characters in length.
UserResponse { get; set; } Indicates whether the meeting is being accepted, tentatively accepted, or declined.

See Also