Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming Forms / March 2006

Tip: Looking for answers? Try searching our database.

How to add sender name to cc  for Custom Message form in Outlook

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
David Tallahassee - 27 Mar 2006 23:00 GMT
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
Hollis D. Paul - 28 Mar 2006 03:32 GMT
> 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

Sue Mosher [MVP-Outlook] - 29 Mar 2006 20:27 GMT
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

Signature

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
 

>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
[quoted text clipped - 8 lines]
> Thank You,
>  David Conner
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.