Im using this to send mail System.Net.Mail but it conflict with EAGetMail when its using MailAddress?
Any help?
sherlockturtle wrote:
Hi, To solve this problem.
When you use EAGetMail MailAddress in your code, please use
EAGetMail.MailAddress instead of MailAddress
when you use System.NET.Mail MailAddress
please use
System.NET.Mail.MailAddress instead of MailAddress
then it is ok