com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class AccessRole

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


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

    The effective access role that the authenticated user has on the calendar.

    • 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 freeBusyReader
      Provides read access to free/busy information.
      static int none
      Not defined
      static int owner
      Provides ownership of the calendar.
      static int reader
      Provides read access to the calendar.
      static int writer
      Provides read and write access to the calendar.
      • 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

      • freeBusyReader

        public static final int freeBusyReader

        Provides read access to free/busy information.

        See Also:
        Constant Field Values
      • reader

        public static final int reader

        Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.

        See Also:
        Constant Field Values
      • writer

        public static final int writer

        Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.

        See Also:
        Constant Field Values
      • owner

        public static final int owner

        Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.

        See Also:
        Constant Field Values