I am writing an add-in for Outlook using C#. Is there are way to programmatically expand and collapse folders in the Outlook 2007 folders navigation pane? Also, is there an event fired when开发者_开发
I\'m looking to open a given webpage via VBA.I can do this using: Set browser = CreateObject(\"Inte开发者_Go百科rnetExplorer.Application\")
I am looking for a way to allow users to upload Outlook emails to a web-based system in a simple manner.
I am completely stuck as to how to retrieve details of an email which is either currently selected or open.In fact, I can\'t find any details on how to access an email.It seems you can traverse the en
On desktop outlook, the \"body\" property of tasks and calendar entries may contain rich开发者_如何学C text (formatting, links, etc). However, when using pocket.outlook on WM, I am only able to access
What\'s the best practice for indicating to the user that a Macro is running within Outlook ? The macro can take around 1-30 seconds to complete.
I\'m looking for a starting point here, so no code to post I\'m afraid ! I would like (if possible) to be able to open an email in Outlook (in the normal way, from the front-end), and then click a bu
I\'ve written a little C# VSTO add-in for Outlook 2003 that reads the body of emails as they are being sent, looking for certain words. It\'s working right now to do this:
I need to use Outlook Interop objects for generating .MSG files from a web interface. That\'s why they will be accessed simultaneously by different threads. Is it multithreaded?
I\'m opening Outlookelements with the shown Code (scroll down; C# Code). Sometimes the elements don\'t come to front so you first have to select them. Any idea how to do this? I thou开发者_Go百科ght a