Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public GetFolderRightsAsyncOP( string folder, string identifier, EventHandler<EventArgs<IMAP_r_u>> callback )
Public Sub New ( folder As String, identifier As String, callback As EventHandler(Of EventArgs(Of IMAP_r_u)) )
public: GetFolderRightsAsyncOP( String^ folder, String^ identifier, EventHandler<EventArgs<IMAP_r_u^>^>^ callback )
new : folder : string * identifier : string * callback : EventHandler<EventArgs<IMAP_r_u>> -> GetFolderRightsAsyncOP
Parameters
- folder (String)
- Folder name with path.
- identifier (String)
- ACL entry identifier. Normally this is user or group name.
- callback (EventHandler<(Of <(<'EventArgs<(Of <(<'IMAP_r_u>)>)>>)>)>)
- Optional callback to be called for each received untagged response.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is riased when folder or identifier is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119