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


DLL val_ClearCC example:

#INCLUDE DLLdefines100.js


var nInfo = new netInfo();
var Handle = nInfo.sessionID:
var ErrVal = EmailCmd(Handle,val_NewEmail,"");
if (ErrVal >= 0) {
  SetDebugOn();
  EmailCmd(Handle,val_SetMailServer,"mail.mycompany.com");
  EmailCmd(Handle,val_AddCC,"BigVP@mycompany.com");
  ...
  ...
  EmailCmd(Handle,val_SendMessage,"");
  ...
  ...
  EmailCmd(Handle,val_SetFrom,"me@mycompany.com");
  EmailCmd(Handle,val_ClearCC,"");
  EmailCmd(Handle,val_AddCC,"you@yourcompany.com");
  ...

home.gif
prev.gif next.gif

 


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