|
|
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
EmailDLL Online Manual
Email.SetFrom(Sender) example
this.EM = new Email();
var ErrVal = this.EM.Create(this);
if (ErrVal >= 0) {
this.EM.SetFrom('"Jimmy Johannsen" <jj@mycompany.com>');
....
}
Note the double-quotes around the English name, and the angle-brackets around the email address.
|