EwsFolderFullName Property
Gets the folder's full name.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string FullName { get; }

Property Value

Type: String
Full 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