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.26106.1555
Syntax
public IList<MailBox> NotificationTo { get; }

Property Value

IListMailBox
See Also