Click or drag to resize
MimeKit

MetadataTagToString Method

Returns a String that represents the current MetadataTag.

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 MetadataTag.
Remarks
Returns a String that represents the current MetadataTag.
See Also