IEWSClientCloseAccess Method (ExchangeDelegateUserCollection, String) |
Closes access on the specified mailbox for the specified user.
Namespace:
Aspose.Email.Clients.Exchange.WebService
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxvoid CloseAccess(
ExchangeDelegateUserCollection delegateUsers,
string mailbox
)
Sub CloseAccess (
delegateUsers As ExchangeDelegateUserCollection,
mailbox As String
)
void CloseAccess(
ExchangeDelegateUserCollection^ delegateUsers,
String^ mailbox
)
abstract CloseAccess :
delegateUsers : ExchangeDelegateUserCollection *
mailbox : string -> unit
Parameters
- delegateUsers
- Type: Aspose.Email.Clients.Exchange.WebServiceExchangeDelegateUserCollection
A delegate users. - mailbox
- Type: SystemString
A mailbox.
Exceptions
See Also