pday1300

New Member
Joined
May 10, 2016
Messages
4
I have a bit of a complex situation that I have been unable to find a VBA code to satisfy.

I would like to search for the reply email address in the body of the incoming email (there will only be one email address in the body).

Then I would like to reply to that email address with multiple responses each with a different attachment (lets say 12 total responses) each reply being exactly one month apart from the last (so the first reply instantly, the next in a month, the next in 2 months, etc.).

Thank you for the help!
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
PayDay1300,

welcome to the board.

Just starting to get more adept at Outlook VBA....so not exactly what you need to do but I can point you in the right direction....

You will need to insert event code into the ThisOutlookSession object in the VBE

https://msdn.microsoft.com/en-us/library/office/ff869202.aspx


I have found the slipstick Outlook forum has a lot of good information regarding Outlook VBA.... you may want to look there.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,511
Messages
6,125,250
Members
449,218
Latest member
daynle

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top