Detects whether the specified folder exists on the server. Not all IMAP servers support this!
public bool FolderExists(
string folder
)
Public Function FolderExists( _
ByVal folder As String _
) As Boolean
public:
bool FolderExists(
String^ folder
);
Parameters
- folder
- The path to the folder to check.
Return Value
True if the folder exists, false otherwise.