| SendMailJobMergedRecipients Property  | 
            Gets the list of the actual recipients produced by mail merge process.
            
 
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic EmailAddressCollection MergedRecipients { get; }Public ReadOnly Property MergedRecipients As EmailAddressCollection
	Get
Property Value
Type: 
EmailAddressCollectionThe 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
See Also