| MailFolderName Property |
Get the name of the folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public string Name { get; protected set; }
Property Value
StringThe name of the folder.
Implements
IMailFolderNameRemarks
This is the equivalent of the file name of a file on the file system.
See Also