Microsoft Outlook 2010 is the release of Microsoft's popular Outlook platform that debuted in July 2010. New features in this edition include ribbon interfaces in all views, a programmatically accessible Navigation Pane, and improved social networking features.
Questions tagged [outlook-2010]
949 questions
0
votes
0 answers
How to set Microsoft Exchange Appointment Private programmatically?
I am using Microsoft Exchange 2010 and i want to set appointment privacy grammatically
Code:
Appointment appointment;
if (notes != null)
{
var mtgBody = notes[0];
var meetingBody = StripHtml(mtgBody.Note);
appointment = new…

Sid
- 801
- 8
- 19
0
votes
1 answer
Display Form Region with a button from Ribbon Outlook Add-In
Is it possible that load a from region to reading pane when a custom button in a custom ribbon was clicked?

mekafe
- 596
- 4
- 13
- 32
0
votes
1 answer
HTML formatting issues with python smtplib and Outlook 2010
I am generating html files using elementtree.ElementTree.dump on an Element. The files look ok in all browsers, and the underlying code within the files looks fine (no unclosed brackets or anything).
When I send an email to Outlook 2010 via smtplib,…

BSAFH
- 725
- 3
- 6
- 19
0
votes
1 answer
Will an Addin Built in outlook 2010 template work on outlook 2013
I have a addin that I have built in Visual Studio 2012 with Outlook 2010 addin template. I want to know whether it will work on Outlook 2013 or not.
I am new to office addins. Any help will be highly appreciated.

Nitin Rawat
- 209
- 1
- 5
- 14
0
votes
1 answer
How to creat an interactive email in outlook?
Hi i have a task to create an interactive email in Outlook. Mail contains couple questions for survey mostly Yes or No as answers. So i wanted to use checkboxes or radio buttons...etc. And also if the 1st & 2nd questions are answered as Yes…

Gabriel
- 97
- 1
- 2
- 12
0
votes
1 answer
Move the red "tilmeld dig" button to the right of the image
I've got this responsive email template (that's just a portion of it, more on jsfiddle):