| HeaderSetExclude Property |
Get or set whether this set of headers is meant to be excluded when used with a
IFetchRequest.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public bool Exclude { get; set; }
Property Value
Booleantrue if the headers are meant to be excluded; otherwise,
false.
Exceptions Remarks
Get or set whether this set of headers is meant to be excluded when used with a
IFetchRequest.
See Also