Is a Software Development Kit (SDK) available in FaxTalk?
All FaxTalk software includes a Software Development Kit (SDK) to enable programmatic access to certain operations in the FaxTalk software.
The FaxTalk SDK consists of COM objects, header files, sample code, and documentation. It is designed to help you create programs. These programs can provide automated access to FaxTalk functionality.
Using the FaxTalk SDK, you can set up automated access to:
- Submitting faxes to be sent with the FaxTalk send engine
- Selecting cover pages for faxes sent
- FaxTalk Inbox, Outbox, Sent, and Transaction Log folders
- Send and receive status
- FaxTalk application configuration information
The FaxTalk Software Development Kit (SDK) includes tools and programming interfaces (APIs). These utilize Microsoft’s Component Object Model (COM) technology.
Software developers and software integrators can use the FaxTalk SDK to enhance their software’s functionality. They can do this by incorporating automated access to FaxTalk fax features. The FaxTalk SDK provides interfaces that allow client applications to send faxes using the FaxTalk send functionality normally available only through the FaxTalk Send a Fax dialog.
The FaxTalk SDK assumes that software developers or system integrators have a working knowledge of Microsoft Win32 APIs. They should also have a basic knowledge of Microsoft COM.
FaxTalk SDK Documentation
Documentation regarding the programming interfaces (APIs) in the FaxTalk SDK is included with the installed FaxTalk software (in the program files folder/FaxTalk/SDK folder). Alternatively, you can download the documentation separately here.
Getting Started with the FaxTalk SDK
To get started with the FaxTalk SDK, you need a copy of the FaxTalk software. You can have either a purchased or trial version.
The FaxTalk SDK comes with the FaxTalk software. It can be found in the SDK folder located in the FaxTalk installation folder. (usually C:\Program Files\FaxTalk\SDK or C:\Program Files (x86)\FaxTalk\SDK for 64-bit systems)
The FaxTalk SDK also includes a sample client application created with Microsoft .NET C# and demonstrates some of the capabilities of the FaxTalk SDK.
Trial versions of the software can be downloaded here

no comments