com.aspose.email
Class MapiTaskState

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

public final class MapiTaskState
extends com.aspose.email.ms.java.Enum

Indicates the assignment state of the Task object.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum
 
Field Summary
static int AssigneesCopyOfAssignedTask
           The Task object is the task assignee's copy of an assigned Task object.
static int AssignersCopyOfAssignedTask
           The Task object is the task assigner's copy of an assigned Task object.
static int AssignersCopyOfRejectedTask
           The Task object is the task assigner's copy of a rejected Task object.
static int EmbeddedInTaskRejection
           This Task object was created to correspond to a Task object that was embedded in a task rejection but could not be found locally.
static int NotAssigned
           The Task object is not assigned.
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Constructor Summary
MapiTaskState()
           
 
Method Summary
 
Methods inherited from class com.aspose.email.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

AssigneesCopyOfAssignedTask

public static final int AssigneesCopyOfAssignedTask

The Task object is the task assignee's copy of an assigned Task object.

See Also:
Constant Field Values

AssignersCopyOfAssignedTask

public static final int AssignersCopyOfAssignedTask

The Task object is the task assigner's copy of an assigned Task object.

See Also:
Constant Field Values

AssignersCopyOfRejectedTask

public static final int AssignersCopyOfRejectedTask

The Task object is the task assigner's copy of a rejected Task object.

See Also:
Constant Field Values

EmbeddedInTaskRejection

public static final int EmbeddedInTaskRejection

This Task object was created to correspond to a Task object that was embedded in a task rejection but could not be found locally.

See Also:
Constant Field Values
Constructor Detail

MapiTaskState

public MapiTaskState()


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