Click or drag to resize
MimeKit

ReceivedToString(FormatOptions) Method

Serializes the Received value to a string.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public string ToString(
	FormatOptions options
)

Parameters

options  FormatOptions
The formatting options.

Return Value

String
The serialized string.
Exceptions
ExceptionCondition
ArgumentNullExceptionoptions is .
Remarks
Creates a string-representation of the Received value using the provided formatting options.
See Also