Preparing the environment and building the project
We've completed the development of the Vendor Invoice Posting
project now. We are almost ready to build the project and debug for any issues. Before we start with the debugging and test the project, let's first check that the project dependencies are in place.
As this project uses SDK extension libraries, first we will review the libraries that are required for the project.
Including the SDK extensions in the project
Ensure that the following libraries are checked in the Libraries tab of the Edit Project dialog:
- The Outlook Integration library from the Microsoft Office folder: This library is required to process emails, such as reading emails, downloading attachments, and sending an email.
- The Excel Integration library from the Microsoft Office folder: This library is required to work with Excel files, such as reading Excel attachments or preparing the invoice status summary file.
- The File System...