I am getting this error:
"The name 'H39FE001E' does not exist in the current context"
On this line of code:
"emailSender.Fi elds(&H39FE001E );
This is the code:
Code:
private string GetEmailAddress(AddressEntry emailSender) {
private string GetEmailAddress(AddressEntry emailSender) {
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Net; using System.Net.Mail;
SELECT Customers.Salutation, Customers.[First Name], Customers.[Last Name], Customers.Title, Customers.Address, Customers.City, Customers.State, Customers.Zip FROM Customers INNER JOIN (Trips INNER JOIN [Sales &
$line =~ s/(^\s+|\s+$)//g; my($account, $warning) = split(/\s+/, $line);
SELECT Customers.Salutation, Customers.[First Name], Customers.[Last Name], Customers.Title, Customers.Address, Customers.City, Customers.State, Customers.Zip FROM Customers INNER JOIN (Trips INNER JOIN [Sales & Payments] ON Trips.[Trip Number]
Leave a comment: