|
|
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
EmailDLL Online Manual
Email.SetDate(DateText) example
this.EM = new Email();
var ErrVal = this.EM.Create(this);
if (ErrVal >= 0) {
...
var now = new Date();
this.EM.SetDate(now.toGMTString());
...
this.EM.SendMessage();
}
|