Click or drag to resize
MimeKit

BodyPartMultipartContentDisposition Property

Gets the Content-Disposition of the body part, if available.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public ContentDisposition ContentDisposition { get; set; }

Property Value

ContentDisposition
The content disposition.
Remarks
Gets the Content-Disposition of the body part, if available.
See Also