com.aspose.email
Class MapiTaskStatus

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

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

Represents the statuses of the user's progress on the task.


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 Complete
           The user's work on this Task object is complete.
static int Deferred
           The user has deferred work on the Task object.
static int InProgress
           The user's work on this Task object is in progress.
static int NotStarted
           The user has not started work on the Task object.
static int Waiting
           The user is waiting on somebody else.
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Constructor Summary
MapiTaskStatus()
           
 
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

NotStarted

public static final int NotStarted

The user has not started work on the Task object.

See Also:
Constant Field Values

InProgress

public static final int InProgress

The user's work on this Task object is in progress.

See Also:
Constant Field Values

Complete

public static final int Complete

The user's work on this Task object is complete.

See Also:
Constant Field Values

Waiting

public static final int Waiting

The user is waiting on somebody else.

See Also:
Constant Field Values

Deferred

public static final int Deferred

The user has deferred work on the Task object.

See Also:
Constant Field Values
Constructor Detail

MapiTaskStatus

public MapiTaskStatus()


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