CloseAccess
Contents
[
Hide
]CloseAccess (1 of 4)
Closes access on the specified mailbox for the specified user.
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
CloseAccess(System::SharedPtr < ExchangeDelegateUser > delegateUser, System::String mailbox)
| Parameter | Description |
|---|---|
| delegateUser | A delegate user. |
| mailbox | A mailbox. |
CloseAccess (2 of 4)
Closes access on the specified mailbox for the specified user.
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
CloseAccess(System::SharedPtr < ExchangeDelegateUserCollection > delegateUsers, System::String mailbox)
| Parameter | Description |
|---|---|
| delegateUsers | A delegate users. |
| mailbox | A mailbox. |
CloseAccess (3 of 4)
Closes access on the specified mailbox for the specified user.
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
CloseAccess(System::SharedPtr < ExchangeFolderUserInfo > userInfo, System::String mailbox)
| Parameter | Description |
|---|---|
| userInfo | A user information. |
| mailbox | A mailbox. |
CloseAccess (4 of 4)
Closes access on the specified mailbox for the specified user.
Returns: virtual void Aspose::Email::Clients::Exchange::WebService::
CloseAccess(System::String delegateSmtpAddress, System::String mailbox)
| Parameter | Description |
|---|---|
| delegateSmtpAddress | A primary smtp address of delegate user. |
| mailbox | A mailbox. |