Gets the full name of the folder including parent folder names if any.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Name { get; }
Public ReadOnly Property Name As String
Get
Property Value
Type:
StringThe string containing the full name of the folder including parent folder names if any.
Remarks
The delimiter which is used to separate levels of folder names is: "\".
See Also