Enum MapiCalendarClientIntent

MapiCalendarClientIntent enumeration

Enumerates the actions the user can taken on the Meeting object

[Flags]
public enum MapiCalendarClientIntent

Values

NameValueDescription
Manager1The user is the owner of the meeting object.
Delegate2The user is a delegate acting on a meeting object in a delegator’s calendar folder.
DeletedWithNoResponse4The user deleted the meeting object with no response sent to the organizer.
DeletedExceptionWithNoResponse8The user deleted an exception to a recurring series with no response sent to the organizer.
RespondedTentative10The user tentatively accepted the meeting request.
RespondedAccept20The user accepted the meeting request.
RespondedDecline40The user declined the meeting request.
ModifiedStartTime80The user modified the start time.
ModifiedEndTime100The user modified the end time.
ModifiedLocation200The user changed the location of the meeting.
RespondedExceptionDecline400The user declined an exception to a recurring series.
Canceled800The user canceled a meeting request.
ExceptionCanceled1000The user canceled an exception to a recurring series.

See Also