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