Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Messaging Namespace / MailMergeTemplate Class
Properties Methods


In This Topic
    MailMergeTemplate Class Members
    In This Topic

    The following tables list the members exposed by MailMergeTemplate.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets a list of addresses that should be included in the BCC for every message sent  
    Public Property Gets or sets the body content of the merge template  
    Public Property Gets or sets a list of addresses that should be included in the CC for every message sent  
    Public Property Gets or sets the address that the message is sent from  
    Public Property Gets or sets a value indicating whether the merge template is HTML mail  
    Public Property Gets the parameters for NVelocity processing that are shared for all recipients.  
    Public Property Gets or sets the subject of the merge template  
    Top
    Public Methods
     NameDescription
    Public Method Generates a mail message for the given target  
    Public MethodOverloaded.  Sends the email message to the recipient list  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also