Click or drag to resize
MimeKit

IMessageDispositionNotificationFields Property

Get the disposition notification fields.

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

Property Value

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