I need to add a button to the context menu of the inbox.I have this working fine.What I need to figure out is in the implementation of the event handler how do I determine which item/items was clicked
i am developing a outlook addin in c#, heres my startup: private void ThisAddIn_Startup(object sender, System.EventArgs e)
We have a开发者_高级运维n Outlook Addin developed in VS2008 using VSTO.This works fine and loads as expected when Outlook is fired up, both in debug and compiled versions.
I used http://www.everythingaccess.com/tutorials.asp?ID=Outlook-Send-E-mail-Wit开发者_如何学运维hout-Security-Warning , to finish my first ms access vba app that sends multiple notifications via outlo
I have an addin that synchronized the contacts folder with an outside source.The Sync happens daily (or manually on demand) and takes a while.Users have asked for the addin to provide information abou
can\'t seem to figure it out... I need to copy Redemption.dll to a folder (eg. C:\\Program Files (x86)\\Redemption) and then regsvr32 it.
I have a Outlook COM add-in that is registered with Outlook to trap the Send event and examines the content of the message. The add-in examins the conte开发者_JS百科nt to either allow it to be sent or
Here at my company we use a E-mailclient different then Outlook. When we copy our conversations to the Exchange imap folder, the recievedtime property is set to the current date.
I am working on an outlook addin where we are using WPF user control embedded in a Windows form using ElementHost.
I\'m trying to write an Outlook Addin in C# using Visual Studio 2010 and WPF and it\'s turning out to be difficult to debug.I would like to have VS automatically attach to OUTLOOK.EXE upon startup so