I\'m writing C# addin, and I have a problem with a开发者_运维知识库ppointments. Let\'s say that I\'m delegated user, so I have two calendars in my outlook, on is mine default calendar, and one calenda
Is it possible to develop an add-on to Outlo开发者_如何学Pythonok 2007 that will appear under the task box(or anywhere else). The add-on will be a simple iframe like the HTML tag.
I’m using Redemption.dll to set custom properties to my messages with set_Filed() 开发者_开发技巧and get_field() in C#. Everything works perfectly until the moment I send my messages.
I know this has been asked before, but I\'ve never found a solution to this. I created an Addin in Visual Studio for Outlook 2007. I created an Installer and copied the files and created the registry
I am working on an outlook plug-in. Now, I have a requirement to know the attached file name, size and possible then the content of mail before downloading the mail in the outlook.So, we can take acti
I am planning to do an add-ins project for Outlook 2007. I am pro developer 开发者_如何学JAVAin C#, WPF.
I\'m writing an Application-Level Add-In for MS Outlook and now I need to determine what message is currently sele开发者_如何学Ccted in Inbox folder (I mean the letter user is currently looking to). C
Quick question here, I\'m using Visual Studio to create an Outlook add-in. I\'ve created the code and it boots up nicely in Outlook. Now to actually creating an installer.. This is what I\'ve done so
I am writing an add-in that needs to log when a PST is added/removed via the \"Data File Management\" menu or through AddStore/RemoveStore.I have been having difficulty on finding documentation on how
I am trying to build a simple Outlook 2007 Add-in using Visual Studio 2010 and .NET framework 4. I am just dis开发者_JAVA技巧playing a MessageBox from the ThisAddIn.StartUp() method. The following is