A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Reply with Reply To



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 5th 09, 10:00 PM posted to microsoft.public.outlook.program_vba
Reitanos
external usenet poster
 
Posts: 1
Default Reply with Reply To

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.
Ads
  #2  
Old February 6th 09, 08:37 AM posted to microsoft.public.outlook.program_vba
Jeroen
external usenet poster
 
Posts: 14
Default Reply with Reply To

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 12:55 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.