com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ExchangeFolderPermissionAction

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


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

    Defines which items in a folder a user has permission to edit or delete.

    • 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 All
      Indicates that the user has permission to perform the action on all items in the folder.
      static int None
      Indicates that the user does not have permission to perform the action on any items in the folder.
      static int Owned
      Indicates that the user has permission to perform the action on the items in the folder that the user owns.
      • 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

        Indicates that the user does not have permission to perform the action on any items in the folder.

        See Also:
        Constant Field Values
      • Owned

        public static final int Owned

        Indicates that the user has permission to perform the action on the items in the folder that the user owns.

        See Also:
        Constant Field Values
      • All

        public static final int All

        Indicates that the user has permission to perform the action on all items in the folder.

        See Also:
        Constant Field Values