Click or drag to resize

MapiTaskFlags Enumeration

Contains indication flags of the Task object.

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[FlagsAttribute]
public enum MapiTaskFlags
Members
  Member nameValueDescription
Complete1 Indicates whether the task has been completed.
Accepted2 Indicates whether a task assignee has replied to a task request for this Task object.
Updates4 Indicates whether the task assignee has been requested to send a task update when the assigned Task object changes.
Recurring8 Indicates whether the task includes a recurrence pattern.
StatusOnComplete16 Indicates whether the task assignee has been requested to send an e-mail message update when the task assignee completes the assigned task.
DeadOccurrence32 Indicates whether new occurrences remain to be generated.
ResetReminder64 Indicates whether future instances of recurring tasks need reminders.
See Also