Detects whether the specified folder exists on the server. Not all IMAP servers support this!
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public Function FolderExists ( _ folder As String _ ) As Boolean |
| C# |
|---|
public bool FolderExists( string folder ) |
Parameters
- folder
- Type: System..::..String
The path to the folder to check.