Fax Software

Community Forums

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #2713
    kevinbourk
    Member

    in vb6, my code:
    ID = sendObj.GetEntryId(0)
    returns the ID of the next fax job, how do I return the ID of the fax I just sent so my app can verify the fax was successfully sent?
    example ID retrieved:
    0000000090CA020000000000C00000000000004601012192180000000300000001020304050607081112131415
    1617183F000002

    actual ID of the fax just sent:
    0000000090CA020000000000C00000000000004601012192180000000300000001020304050607081112131415
    1617183E000002
    (note the 7th digit from the right has been incremented)

    if I send another fax, the ID I retrieved from the previous send matches the new fax’s ID

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.