Share via


ResponseTypeType Enumeration

The ResponseTypeType enumeration represents the types of recipient responses that are received for a meeting.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ResponseTypeType
'Usage
Dim instance As ResponseTypeType
[SerializableAttribute]
public enum ResponseTypeType

Members

Member name Description
Unknown Indicates that the recipient's response to the meeting is unknown.
Organizer Indicates that the recipient is the meeting organizer.
Tentative Indicates that the recipient has tentatively accepted the meeting.
Accept Indicates that the recipient accepted the meeting.
Decline Indicates that the recipient declined the meeting.
NoResponseReceived Indicates that the recipient has not yet responded to the meeting request.

Remarks

The following table lists the properties that use this enumeration.

Properties that use the ResponseTypeType enumeration

See Also

Reference

Other Resources