| IMailNotificationTo Property |
Gets the disposition notifications addresses ('Disposition-Notification-To' header). This collection can be modified. May be empty.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax IList<MailBox> NotificationTo { get; }
ReadOnly Property NotificationTo As IList(Of MailBox)
Get
property IList<MailBox^>^ NotificationTo {
IList<MailBox^>^ get ();
}
abstract NotificationTo : IList<MailBox> with get
Property Value
Type:
IListMailBoxSee Also