Click or drag to resize
MimeKit

ContentDispositionIsAttachment Property

Get or set a value indicating whether the MimePart is an attachment.

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

Property Value

Boolean
true 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