Attachment - Temporary e-mail blog !

Dive into the world of knowledge without taking yourself too seriously. From the demystification of complex subjects to jokes that defy convention, we're here to rattle your brain and bring a wry smile to your face. đŸ€“đŸ€Ł

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.