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

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
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,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

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