|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.java.Enum
com.aspose.email.MapiTaskFlags
public final class MapiTaskFlags
Contains indication flags of the Task object.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum |
---|
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
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. |
Fields inherited from class com.aspose.ms.java.Enum |
---|
EnumSeparatorCharArray |
Constructor Summary | |
---|---|
MapiTaskFlags()
|
Method Summary |
---|
Methods inherited from class com.aspose.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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.
Constructor Detail |
---|
public MapiTaskFlags()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |