Click or drag to resize
MimeKit

ContentDispositionToString(Encoding, Boolean) Method

Serialize the ContentDisposition to a string, optionally encoding the parameters.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public string ToString(
	Encoding charset,
	bool encode
)

Parameters

charset  Encoding
The charset to be used when encoding the parameter values.
encode  Boolean
If set to , the parameter values will be encoded.

Return Value

String
The serialized string.
Exceptions
ExceptionCondition
ArgumentNullExceptioncharset is .
Remarks
Creates a string-representation of the ContentDisposition, optionally encoding the parameters as they would be encoded for transport.
See Also