Click or drag to resize

MailBuilderNotificationTo Property

Gets the disposition notifications address(es) ('Disposition-Notification-To' header). Consider using RequestReadReceipt method instead of adding addresses to this property.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public IList<MailBox> NotificationTo { get; }

Property Value

Type: IListMailBox
See Also