Click or drag to resize
MimeKit

MessageDispositionNotificationFields Property

Get the disposition notification fields.

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

Property Value

HeaderList
The disposition notification fields.
Exceptions
ExceptionCondition
ObjectDisposedException The MessageDispositionNotification has been disposed.
Remarks
Gets the disposition notification fields.
See Also