Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

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

share|improve this answer
That's what I'm talking about. How else could it be done, then? – Martin v. Löwis Feb 4 '10 at 7:33
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 Feb 4 '10 at 16:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.