Getting Email Attachments from Office 365 Using MSAL
Lucas Simon
12 April 2024
Getting Email Attachments from Office 365 Using MSAL

Using the MSAL library to get attachments from Office 365 requires setting up authentication and retrieving data via the Microsoft Graph API. Problems such as missing attachment IDs, which are necessary for downloading the connected files, may arise during the process.

Increasing Salesforce Attachment Handling Test Coverage
Lina Fontaine
11 April 2024
Increasing Salesforce Attachment Handling Test Coverage

For developers, achieving high test coverage in Salesforce is especially difficult when it comes to attachments and PDF creation functionalities. This investigation delves into tactics to improve coverage above the standard level, with particular attention to the nuances of testing PDF attachments and forwarding them via Salesforce’s email services.