Enum ResponseStatus
- Namespace
- Encryptomatic.MailDex.Lib.Messaging.Calendar
- Assembly
- MailDex.Lib.dll
public enum ResponseStatus
Fields
Accepted = 3
This value on the attendee's meeting t indicates that the attendee has accepted the meeting request.
Declined = 4
This value on the attendee's meeting indicates that the attendee has declined the meeting request.
None = 0
No response is required for this object. This is the case for appointment objects and meeting response objects.
NotResponded = 5
This value on the attendee's meeting indicates the attendee has not yet responded. This value is on the meeting request, meeting update, and meeting cancelation.
Organized = 1
This meeting belongs to the organizer.
Tentative = 2
This value on the attendee's meeting indicates that the attendee has tentatively accepted the meeting request.