| ContentDispositionDisposition Property |
Get or set the disposition.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string Disposition { get; set; }
Property Value
StringThe disposition.
Exceptions Remarks
The disposition is typically either "attachment" or "inline".
See Also