IEWSClient.CloseAccess
CloseAccess(string, string)
Closes access on the specified mailbox for the specified user.
public void CloseAccess(string delegateSmtpAddress, string mailbox)
| Parameter | Type | Description | 
|---|
| delegateSmtpAddress | String | A primary smtp address of delegate user. | 
| mailbox | String | A mailbox. | 
Exceptions
See Also
CloseAccess(ExchangeFolderUserInfo, string)
Closes access on the specified mailbox for the specified user.
public void CloseAccess(ExchangeFolderUserInfo userInfo, string mailbox)
| Parameter | Type | Description | 
|---|
| userInfo | ExchangeFolderUserInfo | A user information. | 
| mailbox | String | A mailbox. | 
Exceptions
See Also
CloseAccess(ExchangeDelegateUser, string)
Closes access on the specified mailbox for the specified user.
public void CloseAccess(ExchangeDelegateUser delegateUser, string mailbox)
| Parameter | Type | Description | 
|---|
| delegateUser | ExchangeDelegateUser | A delegate user. | 
| mailbox | String | A mailbox. | 
Exceptions
See Also
CloseAccess(ExchangeDelegateUserCollection, string)
Closes access on the specified mailbox for the specified user.
public void CloseAccess(ExchangeDelegateUserCollection delegateUsers, string mailbox)
| Parameter | Type | Description | 
|---|
| delegateUsers | ExchangeDelegateUserCollection | A delegate users. | 
| mailbox | String | A mailbox. | 
Exceptions
See Also