Метод | Описание | |
---|---|---|
AccessControl ( string name ) : System |
Initializes a new instance of the MailKit.AccessControl class. Creates a new MailKit.AccessControl with the given name and no access rights. |
|
AccessControl ( string name, IEnumerable |
Initializes a new instance of the MailKit.AccessControl class. Creates a new MailKit.AccessControl with the given name and access rights. |
|
AccessControl ( string name, string rights ) : System |
Initializes a new instance of the MailKit.AccessControl class. Creates a new MailKit.AccessControl with the given name and access rights. |
public AccessControl ( string name ) : System | ||
name | string | The identifier name. |
Результат | System |
public AccessControl ( string name, IEnumerable |
||
name | string | The identifier name. |
rights | IEnumerable |
The access rights. |
Результат | System |
public AccessControl ( string name, string rights ) : System | ||
name | string | The identifier name. |
rights | string | The access rights. |
Результат | System |