Click or drag to resize
MimeKit

ContentDispositionDisposition Property

Get or set the disposition.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string Disposition { get; set; }

Property Value

String
The disposition.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
ArgumentExceptionvalue is an invalid disposition value.
Remarks
The disposition is typically either "attachment" or "inline".
See Also