UltimateEmailMerge Class

UltimateEmail

UltimateEmail Class Library

UltimateEmailMerge Class

UltimateEmailMerge is an ASP.NET server control to provide mail merge functionality.

For a list of all members of this type, see UltimateEmailMerge Members.

System.Object    System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Karamasoft.WebControls.UltimateEmail.UltimateEmailMerge

[Visual Basic]
Public Class UltimateEmailMerge
    Inherits WebControl
[C#]
public class UltimateEmailMerge : WebControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

You can set the DataSource property to almost any type that contains data. You can also set the MailMerge template properties to the data columns in the specified data source. Then the UltimateEmailMerge control will send an email to each recipient by customizing the email delivery and content information based on the merge fields in the templates.

Requirements

Namespace: Karamasoft.WebControls.UltimateEmail

Assembly: UltimateEmail (in UltimateEmail.dll)

See Also

UltimateEmailMerge Members | Karamasoft.WebControls.UltimateEmail Namespace