com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiTaskFlags

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.email.MapiTaskFlags


  • public final class MapiTaskFlags
    extends com.aspose.ms.System.Enum

    Contains indication flags of the Task object.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.EnumMap, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      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.ms.System.Enum

        EnumSeparatorCharArray
    • Constructor Summary

      Constructors 
      Constructor and Description
      MapiTaskFlags()
      Constructor for MapiTaskFlags.
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • 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()

        Constructor for MapiTaskFlags.