com.aspose.email
Class MapiTaskFlags

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

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

Contains indication flags of 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
           Indicates whether a task assignee has replied to a task request for this Task object.
static int Complete
           Indicates whether the task has been completed.
static int DeadOccurrence
           Indicates whether new occurrences remain to be generated.
static int Recurring
           Indicates whether the task includes a recurrence pattern.
static int ResetReminder
           Indicates whether future instances of recurring tasks need reminders.
static int StatusOnComplete
           Indicates whether the task assignee has been requested to send an e-mail message update when the task assignee completes the assigned task.
static int Updates
           Indicates whether the task assignee has been requested to send a task update when the assigned Task object changes.
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Constructor Summary
MapiTaskFlags()
           
 
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

Complete

public static final int Complete

Indicates whether the task has been completed.

See Also:
Constant Field Values

Accepted

public static final int Accepted

Indicates whether a task assignee has replied to a task request for this Task object.

See Also:
Constant Field Values

Updates

public static final int Updates

Indicates whether the task assignee has been requested to send a task update when the assigned Task object changes.

See Also:
Constant Field Values

Recurring

public static final int Recurring

Indicates whether the task includes a recurrence pattern.

See Also:
Constant Field Values

StatusOnComplete

public static final int StatusOnComplete

Indicates whether the task assignee has been requested to send an e-mail message update when the task assignee completes the assigned task.

See Also:
Constant Field Values

DeadOccurrence

public static final int DeadOccurrence

Indicates whether new occurrences remain to be generated.

See Also:
Constant Field Values

ResetReminder

public static final int ResetReminder

Indicates whether future instances of recurring tasks need reminders.

See Also:
Constant Field Values
Constructor Detail

MapiTaskFlags

public MapiTaskFlags()


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