 | ReceivedToString(FormatOptions) Method |
Serializes the
Received value to a string.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxpublic string ToString(
FormatOptions options
)
Parameters
- options FormatOptions
- The formatting options.
Return Value
StringThe serialized string.
Exceptions
Remarks
Creates a string-representation of the
Received value using the provided formatting options.
See Also