com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ExchangeDelegateFolderPermissionLevel

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


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

    Enumerates the permissions levels which a delegate user can have on folder

    • 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 Author
      Indicates that the delegate user can read and create items in the folder
      static int Custom
      Indicates that the delegate user has custom permission on the folder
      static int Editor
      Indicates that the delegate user can create, read and modify items in the folder
      static int None
      Indicates that the delegate user has no permissions on the folder
      static int NotSpecified
      Indicates that permission level is not specified
      static int Reviewer
      Indicates that the delegate user can read items in the folder
      • 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

      • NotSpecified

        public static final int NotSpecified

        Indicates that permission level is not specified

        See Also:
        Constant Field Values
      • None

        public static final int None

        Indicates that the delegate user has no permissions on the folder

        See Also:
        Constant Field Values
      • Reviewer

        public static final int Reviewer

        Indicates that the delegate user can read items in the folder

        See Also:
        Constant Field Values
      • Author

        public static final int Author

        Indicates that the delegate user can read and create items in the folder

        See Also:
        Constant Field Values
      • Editor

        public static final int Editor

        Indicates that the delegate user can create, read and modify items in the folder

        See Also:
        Constant Field Values
      • Custom

        public static final int Custom

        Indicates that the delegate user has custom permission on the folder

        See Also:
        Constant Field Values