Click or drag to resize
MimeKit

MailFolderToString Method

Returns a String that represents the current MailFolder.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public override string ToString()

Return Value

String
A String that represents the current MailFolder.
Remarks
Returns a String that represents the current MailFolder.
See Also