public final class MapiTaskFlags
extends com.aspose.ms.System.Enum
Contains indication flags of the Task object.
Modifier and Type | Field and Description |
---|---|
static int |
Accepted
Indicates whether a task assignee has replied
to a task request for this Task object.
|
static int |
Complete
Indicates whether the task has been completed.
|
static int |
DeadOccurrence
Indicates whether new occurrences
remain to be generated.
|
static int |
Recurring
Indicates whether the task includes a recurrence pattern.
|
static int |
ResetReminder
Indicates whether future instances
of recurring tasks need reminders.
|
static int |
StatusOnComplete
Indicates whether the task assignee has been requested to
send an e-mail message update when the task assignee completes the assigned task.
|
static int |
Updates
Indicates whether the task assignee has been requested
to send a task update when the assigned Task object changes.
|
Constructor and Description |
---|
MapiTaskFlags()
Constructor for MapiTaskFlags.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Complete
Indicates whether the task has been completed.
public static final int Accepted
Indicates whether a task assignee has replied to a task request for this Task object.
public static final int Updates
Indicates whether the task assignee has been requested to send a task update when the assigned Task object changes.
public static final int Recurring
Indicates whether the task includes a recurrence pattern.
public static final int StatusOnComplete
Indicates whether the task assignee has been requested to send an e-mail message update when the task assignee completes the assigned task.
public static final int DeadOccurrence
Indicates whether new occurrences remain to be generated.
public static final int ResetReminder
Indicates whether future instances of recurring tasks need reminders.