Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Messaging Namespace / MailMergeRecipient Class / MailMergeRecipient Constructor / MailMergeRecipient Constructor(String,Hashtable)
Email address for the recipient
Any associated data for the recipient message merge
In This Topic
    MailMergeRecipient Constructor(String,Hashtable)
    In This Topic
    Initializes a new instance of the MailMergeRecipient class.
    Syntax
    public MailMergeRecipient( 
       string recipientAddress,
       Hashtable parameters
    )

    Parameters

    recipientAddress
    Email address for the recipient
    parameters
    Any associated data for the recipient message merge
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also