CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Sending Faxes

  1. #1
    Join Date
    Apr 1999
    Posts
    2

    Sending Faxes

    Hi! Does anybody know how can I send faxes from a program made in Visual C++, using Domino Fax Server?

    Thanx,
    GV


  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Sending Faxes

    Does Domino have an SDK (Software Development Kit)? If it does, just call the correct functions specified in their documentation. Most fax servers (I've worked with Omtool) has some sort of API or SDK. Be aware that if you don't have the API, you may have to pay extra for it.

    Regards,

    Paul McKenzie


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured