![]() |
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
|
|||
|
|||
![]()
Hi,
I'm new to Outlook VBA, so please excuse my ignorance. I'm trying to write a macro that will set the reply to for me, but what I've got will only work if I've already clicked on Reply. Is there something I can add that will build the reply window for me? My code is currently: Sub FromSupport() Dim MyMail As MailItem Set MyMail = Outlook.ActiveInspector.CurrentItem 'build a reply window *** 'add Have replies sent to support MyMail.ReplyRecipients.Add " End Sub Also, I know this code works, but please let me know if I'm missing anything else. Thanks. |
#2
|
|||
|
|||
![]()
If you set the reply recipient first and then just .Display then mailitem?
"Reitanos" wrote: Hi, I'm new to Outlook VBA, so please excuse my ignorance. I'm trying to write a macro that will set the reply to for me, but what I've got will only work if I've already clicked on Reply. Is there something I can add that will build the reply window for me? My code is currently: Sub FromSupport() Dim MyMail As MailItem Set MyMail = Outlook.ActiveInspector.CurrentItem 'build a reply window *** 'add Have replies sent to support MyMail.ReplyRecipients.Add " End Sub Also, I know this code works, but please let me know if I'm missing anything else. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Rule: "Reply using a specific template" doesn't reply to Reply-To: | mhgreene | Outlook and VBA | 7 | March 28th 08 09:59 PM |
My reply address is correct but I do not receive reply emails | Rebecca Bassett | Outlook - General Queries | 1 | November 8th 07 08:53 AM |
Creating mailitem with reply/reply to all/forward buttons | chrisl | Outlook - Using Forms | 3 | June 22nd 07 12:55 AM |
Get parent message (original) from the response created by Reply-All/Reply/Forward | Sanjay | Add-ins for Outlook | 3 | November 9th 06 06:02 PM |
Outlook 2003 does not reply with original reply headers indented | Sriram | Outlook - General Queries | 0 | May 17th 06 05:46 PM |