News Products Updates Support EmailDLL Manual FAQ Debug DocBox Contacts Company Site Map |
EmailDLL Online ManualEmail.Valid example
... this.EM = new Email(); this.EM.Create(this); if (this.EM.Valid == false) { ErrorMessage = "Unable to create email object"; } else { this.EM.SetServer("mail.mycompany.com"); .... |