Imap.FolderExists Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
FolderExists(String)
Detects whether the specified folder exists on the server. Not all IMAP servers support this!
Declaration
public bool FolderExists(string folder)
Parameters
Type | Name | Description |
---|---|---|
String | folder | The path to the folder to check. |
Returns
Type | Description |
---|---|
Boolean | True if the folder exists, false otherwise. |