|
|
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
EmailDLL Online Manual
Email.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");
....
|