MapiRecipientTrackStatus Enumeration |
Represents the response status returned by the attendee.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum MapiRecipientTrackStatus
Public Enumeration MapiRecipientTrackStatus
public enum class MapiRecipientTrackStatus
type MapiRecipientTrackStatus
Members
| Member name | Value | Description |
---|
| None | 0 |
No response is required for this object. This is the case for appointment objects and meeting response objects.
|
| Tentative | 1 |
This value on the attendee’s meeting object indicates that the attendee has tentatively accepted the meeting request object.
|
| Accepted | 2 |
This value on the attendee’s meeting object indicates that the attendee has accepted the meeting request object.
|
| Declined | 3 |
This value on the attendee’s meeting object indicates that the attendee has declined the meeting request object.
|
See Also