Round TLRSWP Logo TLRSWP Banner Image
Home
News
Products
Updates
Support
EmailDLL
Manual
FAQ
Debug
DocBox
Contacts
Company
Site Map

EmailDLL Online Manual

home.gif

prev.gif next.gif


Email.SetMessageFile(FileName) example


this.EM = new Email();
var ErrVal = this.EM.Create(this);
if (ErrVal >= 0) {
  ...
  this.EM.AddMessageLine ('Sincerely,');
  this.EM.SetMessageFile('U:\\Signature.txt');
  this.EM.SendMessage();
  ...
  this.EM.ClearMessageText();
  this.EM.SetMessageFile('U:\\AutoRespond.txt');
  this.EM.SendMessage();
  ...
}

home.gif
prev.gif next.gif

 


Copyright 1998, TLR Software Publishing
Questions? Comments? Invective?