![]() |
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
|
|||
|
|||
![]()
Let me get clear on what you're trying to do: You want to reply to a message you recieved, but using a custom form? Why? Using custom forms for messages can have ill effects, like non-Outlook recipients not being able to see attachments.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Rob012669" wrote in message ... I created a new reply form by clicking on a message, then: tools - Design this form (make changes to the form) tools - publish form as - (save in inbox) then called it new-reply... Message class: IPM.Note.new-reply I added this macro to vba: Sub DisplayForm() Set myFolder = Session.GetDefaultFolder(olFolderInbox) Set myItem = myFolder.Items.Add("IPM.Note.new-reply") myItem.Display End Sub I added the macro button to the message window I get when I double click on outlook inbox message to bring up the individual message When I click on the macro button I dont get any value in the To... field of my new reply form: Can someone please give me an idea how to populate the To... field with the email address of the person that sent me the email? Thanks for your help, Rob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
making Outlook Express my email | JJ | Outlook Express | 2 | March 4th 06 09:24 PM |
why cant I reply to certain recipients by reply or forwarding | kjmac308 | Outlook - General Queries | 2 | February 17th 06 07:45 PM |
making not able to forward...? | George | Outlook - General Queries | 6 | February 13th 06 09:58 PM |
Making task reminders NOT the default | Charles Lewis | Outlook - General Queries | 1 | February 2nd 06 11:30 AM |
Making a Contact into a shortcut button | Simon | Outlook - Using Contacts | 2 | January 19th 06 04:12 PM |