Matthew Dyer
unread,Nov 18, 2016, 4:06:49 PM11/18/16You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I'm pretty familiar with using VBA in Excel and Word, and also know a little general VB-esque stuff for actions not VBA-related directly, but am a total newb with programming Outlook. I have quite the ask, but am confident someone here would know how to get 'er done.
1. define a range of e-mail items that are 'selected' or highlighted (I know how to build arrays in VB, but have no clue how to build them based on ms outlook inbox items)
2. print only the pdf attachment (will also have a docx attachment to be ignored, and I realize this will require saving the attachment to a directory to allow printing, will use Temp so don't need to worry about deleting the files at the end of the day)
3. extract the original To: from the e-mail item and fwd the email including all attachments back to them.
again, I realize this is going to require several different mini-things and I don't even know where to start. any help would be appreciated. Thank you in advance!