ExchangeDelegateUser.ExchangeDelegateUser
ExchangeDelegateUser()
Initializes a new instance of the ExchangeDelegateUser class
public ExchangeDelegateUser()
See Also
- class ExchangeDelegateUser
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ExchangeDelegateUser(string, ExchangeDelegateFolderPermissionLevel)
Initializes a new instance of the ExchangeDelegateUser class for the specified user and sets the specified permission level on all folders
public ExchangeDelegateUser(string primarySmtpAddress,
ExchangeDelegateFolderPermissionLevel permissionLevel)
| Parameter | Type | Description |
|---|---|---|
| primarySmtpAddress | String | A user primary smtp address |
| permissionLevel | ExchangeDelegateFolderPermissionLevel | A permission level that is granted to the user on all folders |
See Also
- enum ExchangeDelegateFolderPermissionLevel
- class ExchangeDelegateUser
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email