Posts Tagged ‘COM add-ins’
The Office 2016 release is upon us and it is time we start having a closer look at the new features and changes in Outlook as well as what new extensibility the new Office 2016 platform offers to Outlook developers...
Read the rest of this entry →
COM add-ins |
11 Comments
Today, we'll investigate how to retrieve data such as contacts, calendar entries and e-mails from Exchange. We'll create a simple Excel add-in, using our favourite Office development toolset, Add-in Express for Office and .net, which will import Exchange e-mails, contacts and calendar events into the active Excel workbook...
Read the rest of this entry →
Apps for Office, COM add-ins, Excel, Office 365 |
2 Comments
Andrei Smolin | April 15th, 2015
The blog is about an add-in (with the source code) that adds a button to all context menus of Excel, Outlook, PowerPoint, Project, Publisher, Visio and Word in Office 2010-2013. The button shows the name of the context menu....
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Outlook, PowerPoint, Project, Ribbon, Visio, Word |
19 Comments
Office add-in security and certificates has always been somewhat of a daunting task. In today's article we'll first investigate code-signing certificates and why they are used. We'll then take a closer look at the Office Trust Center function and settings...
Read the rest of this entry →
COM add-ins, Office |
1 Comment
In this article, we'll look at how to determine when a user has read an Outlook mail message. We will create an Outlook add-in that illustrates the various methods of responding to the the fact that a user has read an e-mail in Outlook...
Read the rest of this entry →
C#, COM add-ins, Outlook |
4 Comments
Automatic updates for software applications' mobile apps have become an everyday occurrence for most users. For a user it provides a level of comfort to know that their software is always up to date with the latest and greatest version. It could also be a source of irritation for many users depending on the frequency of updates – not many users would be happy upgrading to a new version every day...
Read the rest of this entry →
.NET, COM add-ins, Deployment |
8 Comments
Many Outlook developers have been faced with programmatically accessing and working with Outlook Item attachments. All Outlook items have the Attachments property, which means attachments can be added to MailItem, ContactItem and AppointmentItem items, to name a few. In this article we'll explore some facets of handling and interacting with attachments in Outlook...
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook |
37 Comments
When Microsoft announced their new Office development platform, which would allow developers to create MS Office Apps using HTML and JavaScript, I was very excited about the idea. Unfortunately, I quickly learned that I simply could not accomplish the same things I can with the standard Office Object Model than with the new Office JavaScript object model...
Read the rest of this entry →
.NET, COM add-ins, Outlook |
23 Comments