Hello there!
I want to print messages with PDF attachments. I have written code to do so, but the code has limitations. When it hits a message which has OTHER MESSAGES as attachments, I need to be able to check these messages as well, for PDF attachments. My first attempt involved saving the attachment-as-message to a file on my desktop and "re-creating" it using
CreateItemFromTemplate
This corrupts the PDF attachment within the attachment-as-message and prevents it either being opened or printed by Adobe Reader or Acrobat. I have tried and failed to copy the attachment-as-message to an Outlook folder (as you can do, without corruption to any attachments it may contain, with a simple drag-and-drop) as I have not found a command in VBA which can copy or move an ATTACHMENT to an Outlook folder. Can you help at all?
I want to print messages with PDF attachments. I have written code to do so, but the code has limitations. When it hits a message which has OTHER MESSAGES as attachments, I need to be able to check these messages as well, for PDF attachments. My first attempt involved saving the attachment-as-message to a file on my desktop and "re-creating" it using
CreateItemFromTemplate
This corrupts the PDF attachment within the attachment-as-message and prevents it either being opened or printed by Adobe Reader or Acrobat. I have tried and failed to copy the attachment-as-message to an Outlook folder (as you can do, without corruption to any attachments it may contain, with a simple drag-and-drop) as I have not found a command in VBA which can copy or move an ATTACHMENT to an Outlook folder. Can you help at all?