EwsFolderFullName Property |
Gets the folder's full name.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string FullName { get; }
Public ReadOnly Property FullName As String
Get
Property Value
Type:
StringFull path of the folder, or a null reference (
Nothing in Visual Basic) if the value is not available.
Remarks This property will have the value like "Inbox/Sub-folder/Deeply nested folder" if FolderLevelDelimiter is '/'.
You may get the value of -1 when acccessing this property in case if you downloaded folders using custom FolderView
which didn't request this property from the server.
See Also