I\'m writing a quick little add-in for Outlook tha开发者_如何学Got will check my email every x minutes and process the messages. This is my first add-in so I\'m a little unsure of the order of runtime
I\'m trying to deploy Outlook add-in with ClickOnce. While setting the update options I noticed that there are fewer options available for Outlook add in project than there are for Win Forms project.
I have an add-in for OL2010 (written in C#) that works great.It loads with no problems on my development system, and initial installations on test workstations goes smoothly.
I\'m currently working on an Outlook 2010 Add-In with C#. Is there any way to customize the \"From/To/CC/Subject\" pane in Outlook 2010?
I have some problems. I\'m trying to send an ics file, so an outlook user can add the event in his calendar. In some versions, like 2010, it works well (home edition) but on some, (like business) it d
Is there a way to change the display order of a custom tab in an Outlook XML ribbon. I know it`s possible with the ribbon designer, but what about ribbons t开发者_如何学JAVAhat are designed in xml.
I configured two Exchange accounts in Outlook 2010, however I cant find out how to get to Inbox of the second account. Session.GetDefaultFolder() always re开发者_StackOverflow中文版turn the first one.
I\'m developing an Outlook 2010 custom plugin in C#. This is my first time using C# (I\'m a java guy normally).
I\'m crea开发者_JAVA技巧ting a solution in VS2010 for Outlook 2010 using C# that is comprised of 3 projects.
I have created an Outlook add in that has a form region for Outlook 2007. The form region contains the sent, cc and bcc labels (OlkLabel), and some more stuff.