![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
With the help of what I've found at this wonderful site I created the
following code which works well. The only part I'm missing which I can't seem to figure out is how I can include the email address of the original sender the message. I want the ending result to be like this... Please whitelist the following "Email Address of original sender" Original email Here's my code. I'm just missing the "Email Address of original Sender" part. Sub Whitelist() On Error Resume Next Set ThisItem = Application.ActiveInspector.CurrentItem Set FwdItem = ThisItem.Forward FwdItem.To = " FwdItem.HTMLBody = "Please whitelist the following" & vbCrLf & FwdItem.HTMLBody FwdItem.Send End Sub Thanks! LDMueller |
Ads |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Rule to respond to email address in body of email | margarita | Outlook - General Queries | 1 | October 9th 08 06:32 PM |
Display Name as - can the default NOT include email address? | mkrieger | Outlook - Using Contacts | 4 | September 25th 07 01:54 AM |
I need to include a Publisher doc in the body of email Outlook 200 | reskate | Outlook - Installation | 0 | July 28th 07 03:28 PM |
Outlook, email address field, email forward does not work | [email protected] | Outlook - General Queries | 0 | December 9th 06 09:05 PM |
How do I NOT include my email address in reply all? | Jennuschka23 | Outlook - General Queries | 1 | April 24th 06 07:25 PM |