aspNetEmail

EmailMessage.AppendControlToBody Method

This method accepts an instance of a control inherited from System.Web.UI.Control and renders it to the email body.

Overload List

This method accepts an instance of a control inherited from System.Web.UI.Control and renders it to the email body.

public bool AppendControlToBody(Control);

This method accepts an instance of a control inherited from System.Web.UI.Control and renders it to the email body.

public bool AppendControlToBody(Control,string);

See Also

EmailMessage Class | aspNetEmail Namespace