Click or drag to resize
MimeKit

MailFolderFullName Property

Get the full name of the folder.

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

Property Value

String
The full name of the folder.

Implements

IMailFolderFullName
Remarks
This is the equivalent of the full path of a file on a file system.
See Also