| 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; }
Public ReadOnly Property NotificationTo As IList(Of MailBox)
Get
public:
property IList<MailBox^>^ NotificationTo {
IList<MailBox^>^ get ();
}
member NotificationTo : IList<MailBox> with get
Property Value
Type:
IListMailBoxSee Also