 | IFluentMailNotificationTo(MailBox) 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.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIFluentMail NotificationTo(
MailBox notification
)
Function NotificationTo (
notification As MailBox
) As IFluentMail
IFluentMail^ NotificationTo(
MailBox^ notification
)
abstract NotificationTo :
notification : MailBox -> IFluentMail Parameters
- notification MailBox
- Disposition-Notification-To mailbox.
Return Value
IFluentMailEmail configuration.
See Also