MeetingResponseRequest
Contents
[
Hide
]
MeetingResponseRequest()
Initializes a new instance of the MeetingResponseRequest class.
public MeetingResponseRequest()
See Also
- class MeetingResponseRequest
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email
MeetingResponseRequest(UserResponse, string, string, string, string)
Initializes a new instance of the MeetingResponseRequest class.
public MeetingResponseRequest(UserResponse userResponse, string collectionId, string requestId,
string longId, string instanceId)
Parameter | Type | Description |
---|---|---|
userResponse | UserResponse | Indicates whether the meeting is being accepted, tentatively accepted, or declined. |
collectionId | String | Specifies the folder that contains the meeting request. |
requestId | String | Specifies the server ID of the meeting request message item. |
longId | String | Specifies the long ID for the source meeting request, which is returned in the Search command response message. |
instanceId | String | Specifies the instance of the recurring meeting to be modified. |
See Also
- enum UserResponse
- class MeetingResponseRequest
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email