Online Product Info
AR_HTMLFormat Property

Description
The AR_HTMLFormat property indicates if the Auto Response email should be sent in HTML format. To send emails in HTML format, set the property to True. To send emails in text format, leave the AR_HTMLFormat property empty or set it to False.

Default Value
If you do not specify True or False for the AR_HTMLFormat property, it will be set to False.

Usage
See Listing A for an example of the AR_HTMLFormat property in the Auto DB control tag.

<cc1:AutoDB id="AutoDB1" runat="server" MailServer="mail.mycompany.com" AR_ToAddr="user@company.com" AR_FromAddr="hr@mycompany.com" AR_HTMLFormat="True" AR_TemplateFile="MyHTMLResponse.html"> </cc1:AutoDB> 
Listing A

Related Properties

AR_TemplateFile

 

© copyright 2004 360 IMPACT. All rights reserved.