com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ExchangeUserBusyness

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


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

    Enumerates the user free/busy statuses

    • 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 Busy
      Specifies the status as busy.
      static int Free
      Specifies the status as free.
      static int NoData
      Specifies that there is no data for that recipient.
      static int OOF
      Specifies the status as Out of Office (OOF).
      static int Tentative
      Specifies the status as tentative.
      static int WorkingElsewhere
      Specifies the status as working elsewhere.
      • 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

      • NoData

        public static final int NoData

        Specifies that there is no data for that recipient.

        See Also:
        Constant Field Values
      • OOF

        public static final int OOF

        Specifies the status as Out of Office (OOF).

        See Also:
        Constant Field Values
      • Tentative

        public static final int Tentative

        Specifies the status as tentative.

        See Also:
        Constant Field Values
      • WorkingElsewhere

        public static final int WorkingElsewhere

        Specifies the status as working elsewhere.

        See Also:
        Constant Field Values