How to determine if message will be encrypted on Send

Status
Not open for further replies.
S

sf0

I'm trying to remove certain UserProperties when messages are sent. All

is well unless Outlook cancels the Send event when it has problems

encrypting (see Outlook's message further below). In that case, the

user has 2 options: "Send Unencrypted" or "Cancel". My problem is I

cannot determine which option the user selected.

The significance of these options is as follows: if the user selects

"Cancel", the UserProperties which were removed in MailItem_Send must

be restored (I have a solution for this in the Activate event); if the

user selects "Send Unencrypted", I don't want to do anything.

The only indication I have that the user has opted to "Send

Unencrypted" is the 2003 Word editor throws an error when I attempt to

access the currentItem.UserProperties. No error is thrown in 2003

default editor or 2007.

Is there a way to determine which button the user clicked?

Alternatively, is there a way to determine if Outlook intends to

encrypt the message or not? Or should I remove these UserProperties

somewhere other than MailItem_Send?

FYI, I don't have access to Redemption or any other 3rd party

software.

Outlook's message:

Microsoft Outlook had problems encrypting this message because the

following recipients had missing or invalid certificates, or

conflicting or

unsupported encryption capabilities...

Thank you in advance for your help!

sf0
 
Alternatively, is there a way to validate the certificates of the sender

and recipients? If so, I could cancel the MailItem_Send event and not

have to worry about restoring my currentItem to it's pre-send State.

sf0;321656 Wrote:
> I'm trying to remove certain UserProperties when messages are sent. All
> is well unless Outlook cancels the Send event when it has problems
> encrypting (see Outlook's message further below). In that case, the
> user has 2 options: "Send Unencrypted" or "Cancel". My problem is I
> cannot determine which option the user selected.

> The significance of these options is as follows: if the user selects
> "Cancel", the UserProperties which were removed in MailItem_Send must
> be restored (I have a solution for this in the Activate event); if the
> user selects "Send Unencrypted", I don't want to do anything.

> The only indication I have that the user has opted to "Send
> Unencrypted" is the 2003 Word editor throws an error when I attempt to
> access the currentItem.UserProperties. No error is thrown in 2003
> default editor or 2007.

> Is there a way to determine which button the user clicked?
> Alternatively, is there a way to determine if Outlook intends to
> encrypt the message or not? Or should I remove these UserProperties
> somewhere other than MailItem_Send?

> FYI, I don't have access to Redemption or any other 3rd party
> software.

> Outlook's message:
> Microsoft Outlook had problems encrypting this message because the
> following recipients had missing or invalid certificates, or
> conflicting or
> unsupported encryption capabilities...

> Thank you in advance for your help!


sf0
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
oliv- determine to which address an email has been sent Outlook VBA and Custom Forms 3
M How can I determine which user read an email Exchange Server Administration 4
A Rules - how to determine if all conditions in rule are true or false Outlook VBA and Custom Forms 5
M How does Outlook determine item numbers in a folder? Outlook VBA and Custom Forms 3
T How to determine when I switch from mail to calendar etc. Using Outlook 9
A account hacked, need software to determine what emails have been sent Using Outlook 1
J VBA code to determine 'show' state of SearchBar Using Outlook 7
L Outlook Meeting Response: determine when a meeting response has been edited Using Outlook 1
M RDO: using TypeOf to determine [OOM] Class Outlook VBA and Custom Forms 1
T Can I determine if an item is in a shared calendar? Outlook VBA and Custom Forms 5
T How to determine if email address resides in Exchange w/o OutlookSecurity prompts? Outlook VBA and Custom Forms 1
Rob Can't save MailItem because the message changed in .pst file Outlook VBA and Custom Forms 0
M Search message, then (1) Jump to folder & (2) Select message that you searched for Outlook VBA and Custom Forms 7
Kika Melo How to mark as Junk any message not from Contacts (in Outlook.com) Using Outlook 3
G Outlook 365 My iCloud Outlook doesn’t work after reinstalling Microsoft365 on Windows 10 PC – now I get error message on contacts and calendar Using Outlook 1
G Get current open draft message body from VBA Outlook VBA and Custom Forms 1
E Outlook 365 Save Selected Email Message as .msg File - oMail.Delete not working when SEARCH Outlook VBA and Custom Forms 0
HarvMan Outlook 365 - Rule to Move an Incoming Message to Another Folder Using Outlook 4
F Outlook 2019 Forwarding Message and Keeping Unread Status Outlook VBA and Custom Forms 0
E Save Selected Email Message as .msg File - digitally sign email doesn't works Outlook VBA and Custom Forms 1
C Populate form data into message body Outlook VBA and Custom Forms 1
J Outlook 365 Add keywords from Listbox to the message body where cursor is placed Outlook VBA and Custom Forms 0
B How to create a button that sorts and selects the most recent message with ONE click Using Outlook 2
P "Item could not be moved" message occurs frequently for IMAP inbox, Office 365 Using Outlook 0
A rule name into message - how? Outlook VBA and Custom Forms 5
A Links in email getting error message about group policy Using Outlook 4
O How to find and replace a word in Outlook-Agenda-Subject and Message? Using Outlook 0
X Open Hyperlinks in an Outlook Email Message (Help with Diane's solution) Outlook VBA and Custom Forms 3
Commodore Unable to move message Using Outlook 3
Y Disable Microsoft Outlook Test Message Using Outlook 4
S Unable to change Message Class Outlook VBA and Custom Forms 0
S Changing Message Class Outlook VBA and Custom Forms 4
Cathy Rhone Mail merge error message Using Outlook 1
C Can't Locate an Unread Message in my Outlook view pane Using Outlook 0
G Send a greeting message to a contact on birthday Outlook VBA and Custom Forms 5
B Inconsistent handling of message read/unread status by Outlook Using Outlook 3
N Save Selected Email Message as .msg File Outlook VBA and Custom Forms 12
T Macro to move reply and original message to folder Outlook VBA and Custom Forms 6
O Outlook 2010 Add delete button to the side of the message list Using Outlook 1
Cathy Rhone The properties of the message have been changed Using Outlook 1
S Outlook 2016 A Shortcut to recall and delete and sent message. Using Outlook 1
T vba extract data from msg file as attachment file of mail message Outlook VBA and Custom Forms 1
S Unable to extract text from an Outlook email message Using Outlook 2
R Outlook 2016 Message-ID oddity/inconsistency? Using Outlook 7
J Implement Keywords based on body message Outlook VBA and Custom Forms 0
C must select message to trigger safe list Using Outlook 3
Witzker HowTo Change message Class of contact form Outlook VBA and Custom Forms 0
D.Moore VB script to Digitaly Sign newly created outlook message Outlook VBA and Custom Forms 2
O VBA Outlook Message Attachment - Array Index Out of Bounds Outlook VBA and Custom Forms 0
W September 2020 - No Default Email Client message after Office Update Using Outlook 1

Similar threads

Back
Top