public final class MapiCalendarClientIntent
extends com.aspose.ms.System.Enum
Enumerates the actions the user can taken on the Meeting object
Modifier and Type | Field and Description |
---|---|
static int |
Canceled
The user canceled a meeting request.
|
static int |
Delegate
The user is a delegate acting on a meeting object in a delegator's calendar folder.
|
static int |
DeletedExceptionWithNoResponse
The user deleted an exception to a recurring series with no response sent to the organizer.
|
static int |
DeletedWithNoResponse
The user deleted the meeting object with no response sent to the organizer.
|
static int |
ExceptionCanceled
The user canceled an exception to a recurring series.
|
static int |
Manager
The user is the owner of the meeting object.
|
static int |
ModifiedEndTime
The user modified the end time.
|
static int |
ModifiedLocation
The user changed the location of the meeting.
|
static int |
ModifiedStartTime
The user modified the start time.
|
static int |
RespondedAccept
The user accepted the meeting request.
|
static int |
RespondedDecline
The user declined the meeting request.
|
static int |
RespondedExceptionDecline
The user declined an exception to a recurring series.
|
static int |
RespondedTentative
The user tentatively accepted the meeting request.
|
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 Manager
The user is the owner of the meeting object.
public static final int Delegate
The user is a delegate acting on a meeting object in a delegator's calendar folder.
public static final int DeletedWithNoResponse
The user deleted the meeting object with no response sent to the organizer.
public static final int DeletedExceptionWithNoResponse
The user deleted an exception to a recurring series with no response sent to the organizer.
public static final int RespondedTentative
The user tentatively accepted the meeting request.
public static final int RespondedAccept
The user accepted the meeting request.
public static final int RespondedDecline
The user declined the meeting request.
public static final int ModifiedStartTime
The user modified the start time.
public static final int ModifiedEndTime
The user modified the end time.
public static final int ModifiedLocation
The user changed the location of the meeting.
public static final int RespondedExceptionDecline
The user declined an exception to a recurring series.
public static final int Canceled
The user canceled a meeting request.
public static final int ExceptionCanceled
The user canceled an exception to a recurring series.