Click or drag to resize
MimeKit

MessageFeedbackReportFields Property

Get the feedback report fields.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public HeaderList Fields { get; }

Property Value

HeaderList
The feedback report fields.
Exceptions
ExceptionCondition
ObjectDisposedException The MessageFeedbackReport has been disposed.
Remarks
Gets the feedback report fields.
See Also