com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ExchangeFolderPermissionLevel

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


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

    Specifies the permission level that a user has on a 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
      The user can create and read all items in the folder, and edit and delete only items that the user creates.
      static int Contributor
      The user can create items in the folder.
      static int Custom
      The user has custom access permissions on the folder.
      static int Editor
      The user can create, read, edit, and delete all items in the folder.
      static int None
      The user has no permissions on the folder.
      static int NoneditingAuthor
      The user can create and read all items in the folder, and delete only items that the user creates.
      static int Owner
      The user can create, read, edit, and delete all items in the folder and create subfolders.
      static int PublishingAuthor
      The user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders.
      static int PublishingEditor
      The user can create, read, edit, and delete all items in the folder, and create subfolders.
      static int Reviewer
      The user can read all 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

      • None

        public static final int None

        The user has no permissions on the folder.

        See Also:
        Constant Field Values
      • Owner

        public static final int Owner

        The user can create, read, edit, and delete all items in the folder and create subfolders. The user is both folder owner and folder contact.

        See Also:
        Constant Field Values
      • PublishingEditor

        public static final int PublishingEditor

        The user can create, read, edit, and delete all items in the folder, and create subfolders.

        See Also:
        Constant Field Values
      • Editor

        public static final int Editor

        The user can create, read, edit, and delete all items in the folder.

        See Also:
        Constant Field Values
      • PublishingAuthor

        public static final int PublishingAuthor

        The user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders.

        See Also:
        Constant Field Values
      • Author

        public static final int Author

        The user can create and read all items in the folder, and edit and delete only items that the user creates.

        See Also:
        Constant Field Values
      • NoneditingAuthor

        public static final int NoneditingAuthor

        The user can create and read all items in the folder, and delete only items that the user creates.

        See Also:
        Constant Field Values
      • Reviewer

        public static final int Reviewer

        The user can read all items in the folder.

        See Also:
        Constant Field Values
      • Contributor

        public static final int Contributor

        The user can create items in the folder. The contents of the folder do not appear.

        See Also:
        Constant Field Values
      • Custom

        public static final int Custom

        The user has custom access permissions on the folder.

        See Also:
        Constant Field Values