PstFolderSafeName Property |
Gets the safe full name (which can be created on the file system)
of the folder including parent folder names if any.
Namespace: MailBee.OutlookAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string SafeName { get; }
Public ReadOnly Property SafeName 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 folder levels is: "\".
All characters which are not valid on the file system are replaced with "_".
See Also