Posts Tagged ‘Outlook’
In my last post, Save Outlook e-mails & attachments to SharePoint Online programmatically, I showed you how you can write a Microsoft Outlook Add-in that will save all the attachments on an e-mail to the Office 365 SharePoint Online Shared Documents library. In today's post I would like to show you how to do the opposite, e.g. how to attach files from SharePoint Online to Outlook e-mail messages. This could be useful if your customer has a shared library with documents they send via e-mail on a regular basis.
...
Read the rest of this entry →
.NET, C#, COM add-ins, Office 365, Outlook |
No Comments
Ty Anderson | January 18th, 2012
I'm just thinking out loud here as I write today's Office Newswire. There are lots of rules I create to help me focus as I write. But one rule that is sacrosanct is that the Newswire is written in a steam-of-conscience manner. A surprising good week for Office news and opinions. I have, of course, offered my thoughts and opinions about the items below
...
Read the rest of this entry →
Office, Office 2010, Outlook, Ribbon, SharePoint |
No Comments
Ty Anderson | January 4th, 2012
I spent the better part of my week do just that as well as thinking through 2012. I don't do the “New Year's Resolution” thing but I do set my sights on some items I want to achieve. It sounds like resolutions doesn't it? The difference is resolutions tend to be specific… narrow. My objectives are broad and set the tone for the entire year. They act as an umbrella that sets the scope of my activities...
Read the rest of this entry →
Office, Office 2010, Outlook |
No Comments
Andrei Smolin | December 14th, 2011
Let's consider the case then the user replies to an Outlook e-mail from the context menu. First off, you can reply to one item only; that item is selected or right-clicked in an explorer window or is opened in an inspector window....
Read the rest of this entry →
.NET, C#, COM add-ins, CommandBars, Office, Office 2010, Office object model, Outlook, VB.NET |
No Comments
Andrei Smolin | November 17th, 2011
Have you ever run into the issue when an Outlook toolbar created by your add-in shows up in Word? Or maybe, a Word toolbar gets displayed in Outlook? This article describes the issue and provides a workaround; the source code is supplied in VB.NET, C# and Delphi...
Read the rest of this entry →
.NET, C#, COM add-ins, CommandBars, Delphi, Office, Outlook, VB.NET, Word |
2 Comments
In the previous part we looked at using Extended MAPI to handle new mails in Outlook and despite the fact that is does a pretty decent job of it, it still has some serious limitations. In this, the fourth and final part of the series, we will write our own solution to the problem
...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Outlook |
4 Comments