Click or drag to resize
MimeKit

HeaderSetExclude Property

Get or set whether this set of headers is meant to be excluded when used with a IFetchRequest.

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

Property Value

Boolean
true if the headers are meant to be excluded; otherwise, false.
Exceptions
ExceptionCondition
InvalidOperationException The operation is invalid because the HeaderSet is read-only.
Remarks
Get or set whether this set of headers is meant to be excluded when used with a IFetchRequest.
See Also