SendMailJobMergedRecipients Property
Gets the list of the actual recipients produced by mail merge process.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public EmailAddressCollection MergedRecipients { get; }

Property Value

Type: EmailAddressCollection
The list of the actual recipients produced by mail merge process, or a null reference (Nothing in Visual Basic) if this job is not a mail merge job or if the merged message is no longer needed.
Remarks
This property plays the same role for Recipients as MergedMessage does for Message.
See Also