Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public EnableAsyncOP( string[] capabilities, EventHandler<EventArgs<IMAP_r_u>> callback )
Public Sub New ( capabilities As String(), callback As EventHandler(Of EventArgs(Of IMAP_r_u)) )
public: EnableAsyncOP( array<String^>^ capabilities, EventHandler<EventArgs<IMAP_r_u^>^>^ callback )
new : capabilities : string[] * callback : EventHandler<EventArgs<IMAP_r_u>> -> EnableAsyncOP
Parameters
- capabilities (array<String>[]()[][])
- Folder name with path.
- callback (EventHandler<(Of <(<'EventArgs<(Of <(<'IMAP_r_u>)>)>>)>)>)
- Optional callback to be called for each received untagged response.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when capabilities 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