Click or drag to resize

MapiRecipientTrackStatus Enumeration

Represents the response status returned by the attendee.

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum MapiRecipientTrackStatus
Members
  Member nameValueDescription
None0 No response is required for this object. This is the case for appointment objects and meeting response objects.
Tentative1 This value on the attendee’s meeting object indicates that the attendee has tentatively accepted the meeting request object.
Accepted2 This value on the attendee’s meeting object indicates that the attendee has accepted the meeting request object.
Declined3 This value on the attendee’s meeting object indicates that the attendee has declined the meeting request object.
See Also