IP*Works! 2016 Xamarin Edition
IP*Works! 2016 Xamarin Edition
Questions / Feedback?

DeleteMailboxACL Method

Deletes mailbox access control rights for a specific user.

Syntax

[VB.NET]
Public Sub DeleteMailboxACL(ByVal User As String)
[C#]
public void DeleteMailboxACL(string user);

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.

NOTE: This method has a corresponding asynchronous version (DeleteMailboxACLAsync) for use in the Xamarin environment.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
IP*Works! 2016 Xamarin Edition - Version 16.0 [Build 6621]