Click or drag to resize
MimeKit

ContentDispositionToString Method

Serialize the ContentDisposition 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 ContentDisposition.
Remarks
Creates a string-representation of the ContentDisposition.
See Also