com.aspose.email
Class MapiTaskOwnership
java.lang.Object
com.aspose.email.ms.java.Enum
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 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 |
Methods inherited from class com.aspose.email.ms.java.Enum |
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
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
MapiTaskOwnership
public MapiTaskOwnership()
Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.