Online Product Info
AR_Attachments Property

Description
The AR_Attachments Property allows you to indicate which (if any) files (separated by commas) should be attached to outgoing auto responses. This is useful when you want to attach a PDF file, Excel Worksheet, or just about any other file that is related to the message. 

You can specify a relative path to the file (from the directory your form is in) such as "/data/excel1.xls" or a physical path such as "c:\inetpub\brochures\prodbrochure.pdf"

Usage
See Listing A for an example of the AR_Attachments 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_Attachments="mypdf.pdf, c:\myfiles\file2.txt"> </cc1:AutoDB>
Listing A

 

© copyright 2004 360 IMPACT. All rights reserved.