Print PDF Attachements from selected E-Mails

Add-in Express™ Support Service
That's what is more important than anything else

Print PDF Attachements from selected E-Mails
 
Stefan Chyba




Posts: 1
Joined: 2022-12-05
Hello,
is there a chance to print all (.PDF, .DOCX, ?) attachements from selected e-mails in the inbox with a button, using Add-in Express functions? I am using Add-in Express standard on a Delphi 10.4 environment.
Here is the use case:
1) User looks at his inbox, a list of e-mails he see
2) he selects/marks several e-mails by holding the CTRL-key
3) there is a new customized ribbon with a button "Print attachemts"
4) Either a printing dialog opens or the attachements of the selected e-mails should be directly printed on the standard printer

3) and 4) should obviously be developed.

Thank you!
Posted 05 Dec, 2022 05:58:16 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
Hello Stefan,

It is possible to create a Ribbon button in the Click event of which you perform implement the logic described at https://groups.google.com/g/microsoft.public.office.developer.outlook.vba/c/1aWL-sieKeU?pli=1; you need to translate the code on that page from VBA to Delphi.

Feel free to ask me if you have any questions or need more information.

Regards from Poland (GMT+1),

Andrei Smolin
Add-in Express Team Leader
Posted 05 Dec, 2022 09:41:47 Top