public final class MapiRecipientTrackStatus
extends com.aspose.ms.System.Enum
Represents the response status returned by the attendee.
Modifier and Type | Field and Description |
---|---|
static int |
Accepted
This value on the attendee’s meeting object indicates that the attendee has accepted the meeting request object.
|
static int |
Declined
This value on the attendee’s meeting object indicates that the attendee has declined the meeting request object.
|
static int |
None
No response is required for this object.
|
static int |
Tentative
This value on the attendee’s meeting object indicates that the attendee has tentatively accepted the meeting request object.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
No response is required for this object. This is the case for appointment objects and meeting response objects.
public static final int Tentative
This value on the attendee’s meeting object indicates that the attendee has tentatively accepted the meeting request object.
public static final int Accepted
This value on the attendee’s meeting object indicates that the attendee has accepted the meeting request object.
public static final int Declined
This value on the attendee’s meeting object indicates that the attendee has declined the meeting request object.