![]() |
| 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. |
|
|||||||
| Tags: action, custom |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have a button on a custom email form that I designed. When that button is
clicked, it opens a new instance of that email form. What I want it to also do is to populate the "To:" field automatically. Any ideas? |
| Ads |
|
#2
|
|||
|
|||
|
Function Item_CustomAction(ByVal Action, ByVal NewItem) If Action.Name = "Name of your action" Then NewItem.To = " NewItem.Display End If End Function -- 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 "adubb" wrote in message ... I have a button on a custom email form that I designed. When that button is clicked, it opens a new instance of that email form. What I want it to also do is to populate the "To:" field automatically. Any ideas? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Custom Action or Script to Purge Deleted Messages on IMAP account | Frank M. | Outlook and VBA | 8 | November 28th 06 04:12 PM |
| Custom meeting form - action on change of recipients | jondxs | Outlook - Using Forms | 2 | March 14th 06 03:24 PM |
| How to copy a custom action | bowen | Outlook and VBA | 2 | February 22nd 06 02:12 AM |
| How to Copy a Custom Action | bowen | Add-ins for Outlook | 0 | February 20th 06 06:10 AM |
| How to copy a custom action | bowen | Outlook - Using Forms | 0 | February 20th 06 06:10 AM |