com.aspose.email
Class MapiTaskHistory

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

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

Indicates the type of change that was last made 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 Accepted
           The task assignee accepted this Task object.
static int AnotherPropertyChanged
           Another property was changed.
static int Assigned
           The Task object has been assigned to a task assignee.
static int DueDateChanged
           The PidLidTaskDueDate property changed.
static int NoChanges
           No changes were made.
static int Rejected
           The task assignee rejected this Task object.
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Constructor Summary
MapiTaskHistory()
           
 
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

DueDateChanged

public static final int DueDateChanged

The PidLidTaskDueDate property changed.

See Also:
Constant Field Values

AnotherPropertyChanged

public static final int AnotherPropertyChanged

Another property was changed.

See Also:
Constant Field Values

Accepted

public static final int Accepted

The task assignee accepted this Task object.

See Also:
Constant Field Values

Rejected

public static final int Rejected

The task assignee rejected this Task object.

See Also:
Constant Field Values

Assigned

public static final int Assigned

The Task object has been assigned to a task assignee.

See Also:
Constant Field Values

NoChanges

public static final int NoChanges

No changes were made.

See Also:
Constant Field Values
Constructor Detail

MapiTaskHistory

public MapiTaskHistory()


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