Hi I'm using the mail object to send an email but am receiving am catching an error... I'm using the following code:
The code above is raising the following exception:
Could not access 'CDO.Message' object.
Has anyone had this problem before?
Cheers
James.
Code:
try
{
SmtpMail.Send(newMail);
}
catch (Exception exError)
{
return exError.ToString();
}
The code above is raising the following exception:
Could not access 'CDO.Message' object.
Has anyone had this problem before?
Cheers
James.