views:

127

answers:

1

In Outlook 2007, I have written an Application_ItemSend handler which needs to turn off digital signing for selected messages, even though signing is normally on by default for all messages.

How can I activate/deactivate signing for MailItem objects?

A: 

If you are taliking about outlook digital signing I dont think it can be done via the OOM.

76mel
That's what I'm talking about. How else could it be done, then?
Martin v. Löwis
The Api does not expose this :( . There is an old technique of hooking the buttons and calling execute (very hacky but thats how you got pre ol2003 to anything) In ol2003 there were "Sign" and "Encrypt" Buttons but I cannot see those button in any toolbar in 2007 do you know if the exist ?
76mel