A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

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



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 28th 06, 12:00 AM posted to microsoft.public.outlook.program_forms
David Tallahassee
external usenet poster
 
Posts: 1
Default 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
  #2  
Old March 28th 06, 04:32 AM posted to microsoft.public.outlook.program_forms
Hollis D. Paul
external usenet poster
 
Posts: 66
Default 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



  #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

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 05:58 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-2025 Outlook Banter.
The comments are property of their posters.