Posts Tagged ‘.NET’
Ty Anderson | January 26th, 2012
On Tuesday we published Part 3 of the end-to-end demo. Today, we have Part 4. In reality parts 3 and 4 can be taken together but we thought it's better to break them up a bit and provide a bit of a break. But we have momentum now so let's keep this train a-moving because Part 5 is almost ready for its debut as well....
Read the rest of this entry →
.NET, C#, COM add-ins, CommandBars, Excel, Office, Office 2010, PowerPoint, Ribbon, Visual Studio, Word |
No Comments
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
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 | December 5th, 2011
You should be aware that no such event exists. Let's create it. In Excel 2007 - 2010, you can change the calculation mode using the buttons shown in the screenshot below...
Read the rest of this entry →
.NET, C#, COM add-ins, CommandBars, Excel, Office, Office object model, Ribbon, 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