Enum MapiTaskFlags

MapiTaskFlags enumeration

Contains indication flags of the Task object.

[Flags]
public enum MapiTaskFlags

Values

NameValueDescription
Complete1Indicates whether the task has been completed.
Accepted2Indicates whether a task assignee has replied to a task request for this Task object.
Updates4Indicates whether the task assignee has been requested to send a task update when the assigned Task object changes.
Recurring8Indicates whether the task includes a recurrence pattern.
StatusOnComplete10Indicates whether the task assignee has been requested to send an e-mail message update when the task assignee completes the assigned task.
DeadOccurrence20Indicates whether new occurrences remain to be generated.
ResetReminder40Indicates whether future instances of recurring tasks need reminders.

See Also