Click or drag to resize
MimeKit

ContentDisposition Constructor

Initialize a new instance of the ContentDisposition class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public ContentDisposition()
Remarks
This is identical to ContentDisposition(String) with a disposition value of Attachment.
See Also