com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class FlaggedForAction

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


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

    Enumerates flagged for action

    • 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 Any
      The message is flagged with any action.
      static int Call
      The recipient is requested to call the sender.
      static int DoNotForward
      The recipient is requested not to forward the message.
      static int FollowUp
      The recipient is requested to follow up on the message.
      static int Forward
      The recipient is requested to forward the message.
      static int FYI
      The recipient received the message for information.
      static int NoResponseNecessary
      The recipient is informed that a response to the messageis not required.
      static int Read
      The recipient is requested to read the message.
      static int Reply
      The recipient is requested to reply to the sender of the message.
      static int ReplyToAll
      The recipient is requested to reply to everyone the message was sent to.
      static int Review
      The recipient is requested to review the message.
      static int Undefined
      Flagged for action is not specified
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • 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

      • Undefined

        public static final int Undefined

        Flagged for action is not specified

        See Also:
        Constant Field Values
      • Any

        public static final int Any

        The message is flagged with any action.

        See Also:
        Constant Field Values
      • Call

        public static final int Call

        The recipient is requested to call the sender.

        See Also:
        Constant Field Values
      • DoNotForward

        public static final int DoNotForward

        The recipient is requested not to forward the message.

        See Also:
        Constant Field Values
      • FollowUp

        public static final int FollowUp

        The recipient is requested to follow up on the message.

        See Also:
        Constant Field Values
      • FYI

        public static final int FYI

        The recipient received the message for information.

        See Also:
        Constant Field Values
      • Forward

        public static final int Forward

        The recipient is requested to forward the message.

        See Also:
        Constant Field Values
      • NoResponseNecessary

        public static final int NoResponseNecessary

        The recipient is informed that a response to the messageis not required.

        See Also:
        Constant Field Values
      • Read

        public static final int Read

        The recipient is requested to read the message.

        See Also:
        Constant Field Values
      • Reply

        public static final int Reply

        The recipient is requested to reply to the sender of the message.

        See Also:
        Constant Field Values
      • ReplyToAll

        public static final int ReplyToAll

        The recipient is requested to reply to everyone the message was sent to.

        See Also:
        Constant Field Values
      • Review

        public static final int Review

        The recipient is requested to review the message.

        See Also:
        Constant Field Values