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 and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How can I force New Message cursor to start in bcc field



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 20th 08, 11:59 AM posted to microsoft.public.outlook.program_vba
Sawdust
external usenet poster
 
Posts: 2
Default How can I force New Message cursor to start in bcc field

I'm researching something for a friend that frequntly emails using numerous
distribution lists.
Desire is to have ALL emails he sends to DLs be bcc for privacy.
Intuitive nature of program places cursor in To field, and he's accidently
sent some with names in the clear.

Is there an easy way to force the cursor into the bcc field, initially
ignoring the other fields?

I can see a few ways to start the approach such as:
- setting up a second identity and accessing it using a shortcut
---- using a custom template applying only to that shortcut
---- invoking a set of rules applying only to that shortcut
---- identifying distribution lists and allowing them to only go to the bcc
field

And after that, I'm stuck.

He would rather have to click back to the To field if needed when both bcc
and To are to be used than accidently not put the DL in bcc.

Many years ago I would have used Macro Recorder (W3.1?) and had it follow
the mouse clicks. Now I'm out of my league.

Suggestions anyone? Please be kind.

A script or details would really be appreciated. Sorry, no version details
available.
Ads
  #2  
Old November 20th 08, 03:26 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How can I force New Message cursor to start in bcc field

There is no macro recorder for Outlook, you have to write VBA code from
scratch.

There's also no way to set up what you want without a custom form unless you
use SendKeys
and send tab characters to the open item when it first gets activated, a
total hack that's never guaranteed to work correctly.

You could use a custom form that places the Bcc field above the To and Cc
fields and set the tab index for the Bcc field to 0 so it's the first field
that gets focus. To do that you'd need to move down the existing To and Cc
fields and use the Field Chooser with all mail fields set to drag the Bcc
field to the form. Then set the tab indexes of the Bcc and other fields so
Bcc is first. Then publish the form and let the user select that form when
desired.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Sawdust" wrote in message
...
I'm researching something for a friend that frequntly emails using
numerous
distribution lists.
Desire is to have ALL emails he sends to DLs be bcc for privacy.
Intuitive nature of program places cursor in To field, and he's accidently
sent some with names in the clear.

Is there an easy way to force the cursor into the bcc field, initially
ignoring the other fields?

I can see a few ways to start the approach such as:
- setting up a second identity and accessing it using a shortcut
---- using a custom template applying only to that shortcut
---- invoking a set of rules applying only to that shortcut
---- identifying distribution lists and allowing them to only go to the
bcc
field

And after that, I'm stuck.

He would rather have to click back to the To field if needed when both bcc
and To are to be used than accidently not put the DL in bcc.

Many years ago I would have used Macro Recorder (W3.1?) and had it follow
the mouse clicks. Now I'm out of my league.

Suggestions anyone? Please be kind.

A script or details would really be appreciated. Sorry, no version
details
available.


  #3  
Old November 20th 08, 03:43 PM posted to microsoft.public.outlook.program_vba
Sawdust
external usenet poster
 
Posts: 2
Default How can I force New Message cursor to start in bcc field

Thank you.
The Custom Form route appears to be the way to go.
I'll let him trake it from there.


"Ken Slovak - [MVP - Outlook]" wrote:

There is no macro recorder for Outlook, you have to write VBA code from
scratch.

There's also no way to set up what you want without a custom form unless you
use SendKeys
and send tab characters to the open item when it first gets activated, a
total hack that's never guaranteed to work correctly.

You could use a custom form that places the Bcc field above the To and Cc
fields and set the tab index for the Bcc field to 0 so it's the first field
that gets focus. To do that you'd need to move down the existing To and Cc
fields and use the Field Chooser with all mail fields set to drag the Bcc
field to the form. Then set the tab indexes of the Bcc and other fields so
Bcc is first. Then publish the form and let the user select that form when
desired.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Sawdust" wrote in message
...
I'm researching something for a friend that frequntly emails using
numerous
distribution lists.
Desire is to have ALL emails he sends to DLs be bcc for privacy.
Intuitive nature of program places cursor in To field, and he's accidently
sent some with names in the clear.

Is there an easy way to force the cursor into the bcc field, initially
ignoring the other fields?

I can see a few ways to start the approach such as:
- setting up a second identity and accessing it using a shortcut
---- using a custom template applying only to that shortcut
---- invoking a set of rules applying only to that shortcut
---- identifying distribution lists and allowing them to only go to the
bcc
field

And after that, I'm stuck.

He would rather have to click back to the To field if needed when both bcc
and To are to be used than accidently not put the DL in bcc.

Many years ago I would have used Macro Recorder (W3.1?) and had it follow
the mouse clicks. Now I'm out of my league.

Suggestions anyone? Please be kind.

A script or details would really be appreciated. Sorry, no version
details
available.



 




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
Move the cursor to Message Body DG Outlook and VBA 1 November 16th 07 05:53 AM
Force display of location field when viewing scheduling tab? Shawn Bass Outlook - Installation 4 June 22nd 07 08:18 PM
cursor jumping from start to end of page T5 Outlook - General Queries 0 January 22nd 07 06:48 PM
Cursor Jumps to To: Field when replying R Outlook - General Queries 0 December 21st 06 02:19 PM
How to force from field on each email [email protected] Outlook - General Queries 2 October 18th 06 04:34 PM


All times are GMT +1. The time now is 03:29 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.