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