Click or drag to resize
MimeKit

FolderNotFoundExceptionFolderName Property

Gets the name of the folder that could not be found.

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 that could not be found.
See Also