ExistFolder

ExistFolder (1 of 4)

Check whether this folder exists

Returns: Returns true if the folder is existing, otherwise returns false

ExistFolder(System::SharedPtr < IConnection > connection, System::String folderName)
ParameterDescription
connectionConnection to a server
folderNameName of the folder

ExistFolder (2 of 4)

Check whether this folder exists, extract folder info if so

Returns: Returns true if the folder is existing, otherwise returns false

ExistFolder(System::SharedPtr < IConnection > connection, System::String folderName, System::SharedPtr < ImapFolderInfo > & folderInfo)
ParameterDescription
connectionConnection to a server
folderNameName of the folder
folderInfoFolder information

ExistFolder (3 of 4)

Check whether this folder exists

Returns: Returns true if the folder is existing, otherwise returns false

ExistFolder(System::String folderName)
ParameterDescription
folderNameName of the folder

ExistFolder (4 of 4)

Check whether this folder exists, extract folder info if so

Returns: Returns true if the folder is existing, otherwise returns false

ExistFolder(System::String folderName, System::SharedPtr < ImapFolderInfo > & folderInfo)
ParameterDescription
folderNameName of the folder
folderInfoFolder information