 | MailFolderFullName Property |
Get the full name of the folder.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
Syntaxpublic string FullName { get; protected set; }
Property Value
Type:
StringThe full name of the folder.
Implements
IMailFolderFullName
Remarks
This is the equivalent of the full path of a file on a file system.
See Also