 | ContentDispositionIsAttachment Property |
Get or set a value indicating whether the
MimePart is an attachment.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic bool IsAttachment { get; set; }
Property Value
Boolean if the
MimePart is an attachment; otherwise,
.
Remarks
A convenience property to determine if the entity should be considered an attachment or not.
See Also