In our Corporate environment we have a Mailbox (not the default inbox) with many sub folders. We also have a Public Folder which is an exact mirror of the Mailbox folder structure.
I need to develop an Outlook 2010 add-in and I am new to Visual Studio and C#, as I mostly use PHP and JavaScript. I am using Visual Studio 2010 and I\'ve created a project using built-in Outlook 2010
I\'m totally confused as to how to debug an Outlo开发者_如何学Cok 2010 addin I\'m trying to develop.I created a new Extensibility | Shared Add-in project and just checked Outlook, and it\'s created a
I have created a macro that forwards an email on to a recipient once a button is clicked. However, I want the macro to also delete the email (sending it to the recycle bin).
In my web browser this shows correctly. But when i send it to Gmail or Outlook it does not show correctly nor 开发者_开发百科it show in the center alignment layouts. (many other newsletter i receive t
I am currently automating emails being sent out I have everything working ok I just want to be able to flag the email and set it to important. I looked on outlook help page and they tell you most of t
We\'re using EWS to generate some analytics on some of our mailboxes. Part of this is getting a count/name/start/end of conversations. A conversation being analogous to the way Outlook 2010 shows th
I\'ve designed an HTML email (with no css, using tables, etc) that essentially consists of one outer table that contains 3 inner tables.The email renders fine in Outlook 2003 but when the user forward
If this has been asked before, please point me in the right direction. I can\'t seem to find anything useful with my google-ing skills.
I\'m trying to get a intranet page to open an mailitem in the Outlook client. We are using Exchange Webservices(EWS), and communicating with an Exchange 2007 server.