Fax Software

Community Forums

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2582
    Bob Neff
    Member

    If a fax attempt fails due to “line busy”, “no answer”, etc., how can my VB-6 program detect this? In each case, the Send() method returns a 0 and so does the GetLastError method. However, the fax attempt appears in the Send Log as having failed. What am I missing?

    #4354
    Anonymous
    Member

    There is an undocumented error code listing in the downloads section. You might want to check that out

    #4355
    Bob Neff
    Member

    How does .Send’s eventID correlate with .GetMessageErrorCode’s messageID?

    #4356
    Anonymous
    Member

    it is part of the SDKLog function, once the event has failed in the log you can get this info from that specific event

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.