com.aspose.email
Class MapiTaskMode

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.email.MapiTaskMode

public final class MapiTaskMode
extends com.aspose.ms.java.Enum

Represents the assignment statuses 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
           The Task object has been accepted by the task assignee.
static int Assigned
           The Task object was assigned to the task assigner (self-delegation).
static int NotAssigned
           The Task object is not assigned.
static int Rejected
           The Task object was rejected by the task assignee.
static int RequestEmbedded
           The Task object is embedded in a task request.
static int UpdateEmbedded
           The Task object is embedded in a task update.
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Constructor Summary
MapiTaskMode()
           
 
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

NotAssigned

public static final int NotAssigned

The Task object is not assigned.

See Also:
Constant Field Values

RequestEmbedded

public static final int RequestEmbedded

The Task object is embedded in a task request.

See Also:
Constant Field Values

Accepted

public static final int Accepted

The Task object has been accepted by the task assignee.

See Also:
Constant Field Values

Rejected

public static final int Rejected

The Task object was rejected by the task assignee.

See Also:
Constant Field Values

UpdateEmbedded

public static final int UpdateEmbedded

The Task object is embedded in a task update.

See Also:
Constant Field Values

Assigned

public static final int Assigned

The Task object was assigned to the task assigner (self-delegation).

See Also:
Constant Field Values
Constructor Detail

MapiTaskMode

public MapiTaskMode()


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.