Posts Tagged ‘C#’
It's been a year and seven months since my first article about the Outlook 2010 Solutions Module. Time sure flies when you're having fun. Since I first wrote the article, I received numerous comments and questions about the Outlook 2010 Solutions module, mostly on how to programmatically add items to it...
Read the rest of this entry →
C#, COM add-ins, Office, Outlook, Visual Studio |
33 Comments
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, Outlook, 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 |
7 Comments
I'm pretty excited about the product I'm about to show you. It is not every day that you are able to work with a utility or tool that literally makes an activity a thousand times easier. In my previous post Customizing the SharePoint Ribbon, you most probably noticed the amount of work as well as trial and error that went into customizing the SharePoint 2010 Ribbon UI...
Read the rest of this entry →
C#, Office 365, Ribbon, SharePoint, Visual Studio |
5 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, Object model, Office, 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