Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public GetSubscribedFoldersAsyncOP( string filter, EventHandler<EventArgs<IMAP_r_u>> callback )
Public Sub New ( filter As String, callback As EventHandler(Of EventArgs(Of IMAP_r_u)) )
public: GetSubscribedFoldersAsyncOP( String^ filter, EventHandler<EventArgs<IMAP_r_u^>^>^ callback )
new : filter : string * callback : EventHandler<EventArgs<IMAP_r_u>> -> GetSubscribedFoldersAsyncOP
Parameters
- filter (String)
- Folders filter. If this value is null, all folders are returned.
- callback (EventHandler<(Of <(<'EventArgs<(Of <(<'IMAP_r_u>)>)>>)>)>)
- Optional callback to be called for each received untagged response.
Remarks
The character "*" is a wildcard, and matches zero or more
characters at this position. The character "%" is similar to "*",
but it does not match a hierarchy delimiter. If the "%" wildcard
is the last character of a mailbox name argument, matching levels
of hierarchy are also returned.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119