com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class AclScope



  • public class AclScope
    extends Object

    The scope of the access rule.

    • Constructor Summary

      Constructors 
      Constructor and Description
      AclScope()
      Initializes a new instance of the AclScope class.
      AclScope(int type, String value)
      Initializes a new instance of the AclScope class.
    • Constructor Detail

      • AclScope

        public AclScope()

        Initializes a new instance of the AclScope class.

      • AclScope

        public AclScope(int type,
                String value)

        Initializes a new instance of the AclScope class.

        Parameters:
        type - The type of the ACL scope.
        value - The email address of a user or group, or the name of a domain, depending on the scope type.
    • Method Detail

      • getType

        public final int getType()

        The type of the ACL scope.

      • setType

        public final void setType(int value)

        The type of the ACL scope.

      • getValue

        public final String getValue()

        The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".

      • setValue

        public final void setValue(String value)

        The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".