![]() |
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 would like to place a 'button" on the toolbar in the standard mail form
that when clicked marks a message as confidential. I know clicking options - sensitivity-confidential should be easy enough-but..... Thanks in advance. |
#2
|
|||
|
|||
![]()
Just customize the toolbars and add that command directly, no code required.
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "brightz" wrote in message news ![]() I would like to place a 'button" on the toolbar in the standard mail form that when clicked marks a message as confidential. I know clicking options - sensitivity-confidential should be easy enough-but..... Thanks in advance. |
#3
|
|||
|
|||
![]()
As far as I can see there is not command for confidential- the button for
options exists. I have looked at all the commands in Outlook under Customize before I posted. Possibly I am missing something.... thanks "Ken Slovak - [MVP - Outlook]" wrote: Just customize the toolbars and add that command directly, no code required. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "brightz" wrote in message news ![]() I would like to place a 'button" on the toolbar in the standard mail form that when clicked marks a message as confidential. I know clicking options - sensitivity-confidential should be easy enough-but..... Thanks in advance. |
#4
|
|||
|
|||
![]()
Sorry about that, you're correct. I could have sworn that was there but only
the importance settings are. Here's the macro, use Customize to add it as a button, then rename it to whatever you want. Public Sub MakeThisConfidential() Application.ActiveInspector.CurrentItem.Sensitivit y = olConfidential Application.ActiveInspector.CurrentItem.Save End Sub -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "brightz" wrote in message ... As far as I can see there is not command for confidential- the button for options exists. I have looked at all the commands in Outlook under Customize before I posted. Possibly I am missing something.... thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Program button for sensitivity | MQCarpenter | Outlook - Using Forms | 0 | March 22nd 06 07:04 PM |
Change Sensitivity | dthmtlgod | Outlook and VBA | 3 | January 20th 06 07:46 PM |
Accessing email options | amiga1200 | Outlook and VBA | 1 | January 19th 06 04:25 PM |
Outlook 2003 | Tools | Options | Calendar options | Sue Mosher [MVP-Outlook] | Outlook - General Queries | 0 | January 18th 06 10:59 PM |
email options | amiga1200 | Outlook and VBA | 1 | January 18th 06 05:21 PM |