Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Forms (http://www.outlookbanter.com/outlook-using-forms/)
-   -   How to add sender name to cc for Custom Message form in Outlook (http://www.outlookbanter.com/outlook-using-forms/9653-how-add-sender-name-cc.html)

David Tallahassee March 28th 06 12:00 AM

How to add sender name to cc for Custom Message form in Outlook
 
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 March 28th 06 04:32 AM

How to add sender name to cc for Custom Message form in Outlook
 
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




Sue Mosher [MVP-Outlook] March 29th 06 09:27 PM

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



All times are GMT +1. The time now is 08:53 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com