AclScope Class

The scope of the access rule.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.GoogleAclScope

Namespace:  Aspose.Email.Clients.Google
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class AclScope

The AclScope type exposes the following members.

Constructors
  NameDescription
Public methodAclScope
Initializes a new instance of the AclScope class.
Public methodAclScope(AclScopeType, String)
Initializes a new instance of the AclScope class.
Properties
  NameDescription
Public propertyType
The type of the ACL scope.
Public propertyValue
The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also