EwsDownloadFolderByFullName Method (String) |
Gets the reference to the folder denoted by its full name in the MS Exchange account.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public EwsFolder DownloadFolderByFullName(
string folderFullName
)
Public Function DownloadFolderByFullName (
folderFullName As String
) As EwsFolder
Parameters
- folderFullName
- Type: SystemString
The full folder name, such as "Inbox/Nested folder/Deeply nested folder". Null reference (Nothing in Visual Basic) or empty string not allowed.
Return Value
Type:
EwsFolderThe
EwsFolder object if the folder exists; otherwise, a null reference (or if an error occurred and
ThrowExceptions is
false).
Exceptions Remarks To delimit levels of hierarchy in the folder name, use the same character which is set by FolderLevelDelimiter property. By default, it's '/' (forward slash).
See Also