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 GetErrorString(ErrorCode) example:

extern void SetDebugOn (void) ".\\EMAIL100.DLL";
extern int EmailCmd(int,int,char*) ".\\EMAIL100.DLL";
extern char* GetErrorString(int) ".\\EMAIL100.DLL";

...
SetDebugOn();
var nInfo = new netInfo();
var Handle = nInfo.sessionID;
var ErrVal = EmailCmd(Handle,NewEmail,"");
if (ErrVal < 0) {
  var ErrMessage = GetErrorString(ErrVal);
}
...

  

home.gif
prev.gif next.gif

 


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