Click or drag to resize
MimeKit

ImapFolderConstructorArgsName Property

Get the name of the folder.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public string Name { get; }

Property Value

String
The name of the folder.
Remarks
This is the equivalent of the file name of a file on the file system.
See Also