You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. We have a COM add-in for Outlook Classic. This examines all ingoing emails for a specific attachment file extension and starts decompression and deycryption automatically upon it received an specific file extention. Now I'm forced to do the add-in in JavaScript with office-js for Outlook New. So far, if the add-in is clicked by the user, I can successfully decrypt the message.
But how to do that automatically? Looks like if my add-in code is not able to run automatically on ingoing emails. I need some sort of onIngoingEmail() event to trigger automatic decryption. How can I solve this? Any hints?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. We have a COM add-in for Outlook Classic. This examines all ingoing emails for a specific attachment file extension and starts decompression and deycryption automatically upon it received an specific file extention. Now I'm forced to do the add-in in JavaScript with office-js for Outlook New. So far, if the add-in is clicked by the user, I can successfully decrypt the message.
But how to do that automatically? Looks like if my add-in code is not able to run automatically on ingoing emails. I need some sort of onIngoingEmail() event to trigger automatic decryption. How can I solve this? Any hints?
Beta Was this translation helpful? Give feedback.
All reactions