com.aspose.email
Class MapiTaskOwnership

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

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

Indicates the role of the current user relative to 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 AssigneesCopy
           The Task object is the task assignee's copy of the Task object.
static int AssignersCopy
           The Task object is the task assigner's copy of the Task object.
static int NotAssigned
           The Task object is not assigned.
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Constructor Summary
MapiTaskOwnership()
           
 
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

AssignersCopy

public static final int AssignersCopy

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

See Also:
Constant Field Values

AssigneesCopy

public static final int AssigneesCopy

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

See Also:
Constant Field Values
Constructor Detail

MapiTaskOwnership

public MapiTaskOwnership()


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