Click or drag to resize
MimeKit

ContentTypeToString Method

Serialize the ContentType to a string.

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

Return Value

String
A String that represents the current ContentType.
Remarks
Creates a string-representation of the ContentType.
See Also