![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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. |
#2
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |