View Single Post
  #3  
Old March 29th 06, 09:27 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How to add sender name to cc for Custom Message form in Outlook

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

Ads