LumiSoft Net Help
DeleteFolderAcl Method (folder, user)
NamespacesLumiSoft.Net.IMAP.ClientIMAP_ClientDeleteFolderAcl(String, String)
Deletes the specified folder user ACL entry.
Declaration Syntax
C#Visual BasicVisual C++F#
public void DeleteFolderAcl(
	string folder,
	string user
)
Public Sub DeleteFolderAcl ( 
	folder As String,
	user As String
)
public:
void DeleteFolderAcl(
	String^ folder, 
	String^ user
)
member DeleteFolderAcl : 
        folder : string * 
        user : string -> unit 
Parameters
folder (String)
Folder name with path.
user (String)
User name.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
InvalidOperationExceptionIs raised when IMAP client is not in valid state. For example 'not connected'.
ArgumentNullExceptionIs raised when folder or user is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.
IMAP_ClientExceptionIs raised when server refuses to complete this command and returns error.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119