![]() |
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
|
|||
|
|||
![]()
I am creating a new custom Message form for Production Service Request. I
want to automatically insert the sender name in the CC-Carbon Copy area of the form. How do you do this? Is their a global variable you insert? Do you have to create a script to insert the sender name? Please Advise. Thank You, David Conner |
Ads |
#2
|
|||
|
|||
![]()
In article ,
=?Utf-8?B?RGF2aWQgVGFsbGFoYXNzZWU=?= wrote: I am creating a new custom Message form for Production Service Request. I want to automatically insert the sender name in the CC-Carbon Copy area of the form. How do you do this? Just type the senders email into the cc field before you go into design mode. Hollis D. Paul [MVP - Outlook] Mukilteo, WA USA |
#3
|
|||
|
|||
![]()
If this is for group use, not your own personal use, then yes, you'll need a script. Something like:
Function Item_Open() If Item.Size = 0 Then Item.Cc = Application.Session.CurrentUser 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 "David Tallahassee" wrote in message ... I am creating a new custom Message form for Production Service Request. I want to automatically insert the sender name in the CC-Carbon Copy area of the form. How do you do this? Is their a global variable you insert? Do you have to create a script to insert the sender name? Please Advise. Thank You, David Conner |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Inserting a picture in the message body of a custom form | groom | Outlook - General Queries | 1 | February 8th 06 11:08 PM |
Junk mail: How to create a button for "Add sender to blocked sender list" | Nananana | Outlook - General Queries | 2 | February 2nd 06 01:37 PM |
opening new custom Message form | Melbin | Outlook - Using Forms | 2 | January 24th 06 01:16 PM |
Cannot programmatically open custom message in custom form | ms | Outlook - Using Forms | 1 | January 20th 06 04:01 PM |
How to handling Custom Form Control Event in VB Com Add-In? | Raphaël ZHOU \(Jadiam\) | Outlook - Using Forms | 1 | January 11th 06 08:31 AM |