Button to Make an Email Confidential

2008-11-06 Thread mqcarp
I am looking for a way to modify open emails sensitivity in an easy way
other than going to options on each email that is created, similar to the
"!" button that can instantly make the priority "high."

We use this flag to notify PGP to encrypt the email on the fly, and it would
be very useful to have a button that triggers this. I know it involves some
VB work I suppose. Has anyone done this or seen it done easily?

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

re: Button to Make an Email Confidential

2008-11-06 Thread [EMAIL PROTECTED]
For the client solution, I would send you to the forums at outlookcode.com, 
but don't forget the Outlook version.



From: "mqcarp" <[EMAIL PROTECTED]>
Sent: Thursday, November 06, 2008 8:44 AM
To: "MS-Exchange Admin Issues" 
Subject: Button to Make an Email Confidential 

I am looking for a way to modify open emails sensitivity in an easy way 
other than going to options on each email that is created, similar to the 
"!" button that can instantly make the priority "high."

We use this flag to notify PGP to encrypt the email on the fly, and it 
would be very useful to have a button that triggers this. I know it 
involves some VB work I suppose. Has anyone done this or seen it done 
easily?

 
 

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~

Re: Button to Make an Email Confidential

2008-11-06 Thread Eric Woodford
This Outlook Macro works in Outlook 2003. Just create a button to run it.

Sub SetSensitivity()
Dim outlookApplication As New Outlook.Application
outlookApplication.ActiveInspector.currentItem.Sensitivity =
olConfidential
End Sub


On Thu, Nov 6, 2008 at 10:58 AM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:

> For the client solution, I would send you to the forums at outlookcode.com,
> but don't forget the Outlook version.
>
> --
> *From*: "mqcarp" <[EMAIL PROTECTED]>
> *Sent*: Thursday, November 06, 2008 8:44 AM
> *To*: "MS-Exchange Admin Issues" 
> *Subject*: Button to Make an Email Confidential
>
> I am looking for a way to modify open emails sensitivity in an easy way
> other than going to options on each email that is created, similar to the
> "!" button that can instantly make the priority "high."
>
> We use this flag to notify PGP to encrypt the email on the fly, and it
> would be very useful to have a button that triggers this. I know it involves
> some VB work I suppose. Has anyone done this or seen it done easily?
>
>
>
>
>

~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~
~ http://www.sunbeltsoftware.com/Ninja~