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
<FlagsAttribute>
Public Enumeration MapiCalendarClientIntent
[FlagsAttribute]
public enum class MapiCalendarClientIntent
[<FlagsAttribute>]
type MapiCalendarClientIntent
Members
| Member name | Value | Description |
---|
| Manager | 1 |
The user is the owner of the meeting object.
|
| Delegate | 2 |
The user is a delegate acting on a meeting object in a delegator's calendar folder.
|
| DeletedWithNoResponse | 4 |
The user deleted the meeting object with no response sent to the organizer.
|
| DeletedExceptionWithNoResponse | 8 |
The user deleted an exception to a recurring series with no response sent to the organizer.
|
| RespondedTentative | 16 |
The user tentatively accepted the meeting request.
|
| RespondedAccept | 32 |
The user accepted the meeting request.
|
| RespondedDecline | 64 |
The user declined the meeting request.
|
| ModifiedStartTime | 128 |
The user modified the start time.
|
| ModifiedEndTime | 256 |
The user modified the end time.
|
| ModifiedLocation | 512 |
The user changed the location of the meeting.
|
| RespondedExceptionDecline | 1024 |
The user declined an exception to a recurring series.
|
| Canceled | 2048 |
The user canceled a meeting request.
|
| ExceptionCanceled | 4096 |
The user canceled an exception to a recurring series.
|
See Also