Click or drag to resize

MapiCalendarClientIntent Enumeration

Enumerates the actions the user can taken on the Meeting object

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[FlagsAttribute]
public enum MapiCalendarClientIntent
Members
  Member nameValueDescription
Manager1 The user is the owner of the meeting object.
Delegate2 The user is a delegate acting on a meeting object in a delegator's calendar folder.
DeletedWithNoResponse4 The user deleted the meeting object with no response sent to the organizer.
DeletedExceptionWithNoResponse8 The user deleted an exception to a recurring series with no response sent to the organizer.
RespondedTentative16 The user tentatively accepted the meeting request.
RespondedAccept32 The user accepted the meeting request.
RespondedDecline64 The user declined the meeting request.
ModifiedStartTime128 The user modified the start time.
ModifiedEndTime256 The user modified the end time.
ModifiedLocation512 The user changed the location of the meeting.
RespondedExceptionDecline1024 The user declined an exception to a recurring series.
Canceled2048 The user canceled a meeting request.
ExceptionCanceled4096 The user canceled an exception to a recurring series.
See Also