Class ExchangeDelegateUser
ExchangeDelegateUser class
Represents a user who is granted access to the principal mailbox
public sealed class ExchangeDelegateUser
Constructors
| Name | Description |
|---|
| ExchangeDelegateUser() | Initializes a new instance of the ExchangeDelegateUser class |
| ExchangeDelegateUser(string, ExchangeDelegateFolderPermissionLevel) | Initializes a new instance of the ExchangeDelegateUser class for the specified user and sets the specified permission level on all folders |
Properties
| Name | Description |
|---|
| FolderPermissions { get; set; } | Gets or sets the folder permissions for the delegate user |
| Options { get; set; } | Gets or sets additional options |
| UserInfo { get; set; } | Gets or sets the user information |
See Also