Click or drag to resize
MimeKit

FolderNotOpenExceptionFolderName Property

Get the name of the folder.

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

Property Value

String
The name of the folder.
Remarks
Gets the name of the folder.
See Also