email abstract method

void email(
  1. string sTime,
  2. string sAddress,
  3. string sSubject,
  4. string sBody,
  5. Integer iRemaining,
)

Implementation

void email(string sTime, string sAddress, string sSubject, string sBody,
    Integer iRemaining);