Click or drag to resize

IFluentMailNotificationTo Method (MailBox)

Sets the disposition notifications address(es) ('Disposition-Notification-To' header). Consider using RequestReadReceipt method instead of using this method. This method can be used multiple times to set many addresses.

Namespace:  Limilabs.Mail.Fluent
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IFluentMail NotificationTo(
	MailBox notification
)

Parameters

notification
Type: Limilabs.Mail.HeadersMailBox
Disposition-Notification-To mailbox.

Return Value

Type: IFluentMail
Email configuration.
See Also