Fax Software

Community Forums

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2487
    ER Slansky
    Member

    How is SetClientID used? What is the parameter suppose to be? Something that I just make up? I’m using Access2k to print a report and add it to the attachement database for later use in a send message. The SDK documentation states SetClientID MUST be the first method invoked after the send object is created – but I don’t know what I’m suppose to pass it as a parameter? When I try and create my second send object (after setting the first one to Nothing), WinFax crashes so I guess I’m not using this method correctly.

    #4196
    Anonymous
    Member

    it can be anything, for example

    objWinFaxSend.SetClientID (“This is my client ID”)

    you can get away not using SetClientID for most functionality, but I recommend using it regardless.
    You need it if you are going to print and add attachments to WinFax.

    The documentation really doesn’t explain why it is required.

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