Click or drag to resize

IFluentMailNotificationTo(String) Method

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.26106.1555
Syntax
IFluentMail NotificationTo(
	string address
)

Parameters

address  String
Disposition-Notification-To email address.

Return Value

IFluentMail
Email configuration.
See Also