| ImapFolderConstructorArgsFullName Property |
Get the full name of the folder.
Namespace: MailKit.Net.ImapAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public string FullName { get; }
Property Value
StringThe full name of the folder.
Remarks
This is the equivalent of the full path of a file on a file system.
See Also