com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ExchangeFolderPermission



  • public final class ExchangeFolderPermission
    extends ExchangeBasePermission

    Represents a permission on a folder.

    • Constructor Detail

      • ExchangeFolderPermission

        public ExchangeFolderPermission(ExchangeFolderUserInfo userInfo)

        Initializes a new instance of the ExchangeFolderPermission class

        Parameters:
        userInfo - Specifies a user or a delegate user who has folder access permissions
        Throws:
        ArgumentNullException - userInfo is null
    • Method Detail

      • getReadItems

        public final int getReadItems()

        Gets or sets a value indicating whether a user has permission to read items in a folder.

      • setReadItems

        public final void setReadItems(int value)

        Gets or sets a value indicating whether a user has permission to read items in a folder.

      • getPermissionLevel

        public final int getPermissionLevel()

        Gets or sets the combination of permissions that a user has on a folder.

      • setPermissionLevel

        public final void setPermissionLevel(int value)

        Gets or sets the combination of permissions that a user has on a folder.