vsto - In Outlook Interop (Meeting), what event is raised before ItemSend and after user click's send? -


thanks looking.

i working on outlook plugin needs grab text user has added body of meeting request after user clicks "send".

generally works present code called on itemsend event, in cases user may have used other third party add-ins add own text after user click's send. in case, still want isolate user's custom text , avoid getting text other third parties may have added.

any idea event appropriate subscribe this? thanks.

you can try handle send event of outlook items. fired when user selects send action item, or when send method called item.

if want sure add-ins didn't modified item need disable of them. there no guarantee first.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -