LumiSoft Net Help
IMAP_Client..::..SetFolderAclAsyncOP Constructor (folder, identifier, setType, permissions, callback)
NamespacesLumiSoft.Net.IMAP.ClientIMAP_Client..::..SetFolderAclAsyncOPIMAP_Client..::..SetFolderAclAsyncOP(String, String, IMAP_Flags_SetType, IMAP_ACL_Flags, EventHandler<(Of <<'(EventArgs<(Of <<'(IMAP_r_u>)>>)>)>>))
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SetFolderAclAsyncOP(
	string folder,
	string identifier,
	IMAP_Flags_SetType setType,
	IMAP_ACL_Flags permissions,
	EventHandler<EventArgs<IMAP_r_u>> callback
)
Public Sub New ( 
	folder As String,
	identifier As String,
	setType As IMAP_Flags_SetType,
	permissions As IMAP_ACL_Flags,
	callback As EventHandler(Of EventArgs(Of IMAP_r_u))
)
public:
SetFolderAclAsyncOP(
	String^ folder, 
	String^ identifier, 
	IMAP_Flags_SetType setType, 
	IMAP_ACL_Flags permissions, 
	EventHandler<EventArgs<IMAP_r_u^>^>^ callback
)
new : 
        folder : string * 
        identifier : string * 
        setType : IMAP_Flags_SetType * 
        permissions : IMAP_ACL_Flags * 
        callback : EventHandler<EventArgs<IMAP_r_u>> -> SetFolderAclAsyncOP
Parameters
folder (String)
Folder name with path.
identifier (String)
ACL entry identifier. Normally this is user or group name.
setType (IMAP_Flags_SetType)
Specifies how flags are set.
permissions (IMAP_ACL_Flags)
ACL permissions.
callback (EventHandler<(Of <(<'EventArgs<(Of <(<'IMAP_r_u>)>)>>)>)>)
Optional callback to be called for each received untagged response.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs riased when folder or identifier is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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