Online Product Info
AR_FromAddr Property

Description
The AR_FromAddr property tells ASP.NET Auto DB who the message is from, typically an email address of someone in your company or a department email address (like sales@mycompany.com) 

Usage
See Listing A for an example of the AR_FromAddr 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"> </cc1:AutoDB>
Listing A

Alternate Usage - Dynamically set the AR_FromAddr property without programming!
You can use Auto Email Tags like <#Dept_Email_Address#> to have ASP.NET Auto DB dynamically assign the AR_FromAddr property with the value of a control with the ID "Dept_Email_Address". 

See Listing B for an example of using Auto DB Tags in the AR_FromAddr property.

Listing B

Related Properties

AR_ToAddr

 

© copyright 2004 360 IMPACT. All rights reserved.