Subscribes specified folder.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void SubscribeFolder( string folder )
Public Sub SubscribeFolder ( folder As String )
public: void SubscribeFolder( String^ folder )
member SubscribeFolder : folder : string -> unit
Parameters
- folder (String)
- Foler name with path.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Is raised when IMAP client is not in valid state. For example 'not connected'. |
ArgumentNullException | Is raised when folder is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
IMAP_ClientException | Is raised when server refuses to complete this command and returns error. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119