DeleteMailboxACL Method

Deletes mailbox access control rights for a specific user.

Syntax

public void DeleteMailboxACL(string user);
Public Sub DeleteMailboxACL(ByVal User As String)

Remarks

This message asks the server to remove all rights associated with User from the mailbox specified in the Mailbox property. Refer to SetMailboxACL and GetMailboxACL for more information on mailbox access rights.

.NET Standard Notes

To call this method in an asynchronous manner call DeleteMailboxACLAsync instead. When the method completes (or an error is encountered) the DeleteMailboxACLCompleted event will fire.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 .NET Edition - Version 20.0 [Build 7718]