com.aspose.email
Class MapiTaskAcceptanceState

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

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

Indicates the acceptance state of 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 Accepted
           The task assignee has accepted the Task object.
static int NotAssigned
           The Task object is not assigned.
static int Rejected
           The task assignee has rejected the Task object.
static int Unknown
           The Task object's acceptance status is unknown.
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Constructor Summary
MapiTaskAcceptanceState()
           
 
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

Unknown

public static final int Unknown

The Task object's acceptance status is unknown.

See Also:
Constant Field Values

Accepted

public static final int Accepted

The task assignee has accepted the Task object.

See Also:
Constant Field Values

Rejected

public static final int Rejected

The task assignee has rejected the Task object.

See Also:
Constant Field Values
Constructor Detail

MapiTaskAcceptanceState

public MapiTaskAcceptanceState()


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