Online Product Info
AR_ReplyToAddr Property

Description
The AR_ReplyToAddr property tells ASP.NET Auto DB which email address replies to auto responses should be sent to. If this is the same as the AR_FromAddr, you can simply leave it blank. 

Note: If AR_ReplyToAddr is not specified, replies will go to the address specified in the AR_FromAddr property.

Usage
See Listing A for an example of the AR_ReplyToAddr 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_ReplyToAddr="scott@aol.com"> </cc1:AutoDB>
Listing A

Related Properties

AR_ToAddr, AR_FromAddr

 

© copyright 2004 360 IMPACT. All rights reserved.