Posts Tagged ‘Outlook’
Dmitry Kostochko | January 29th, 2010
In this video we will again be going over possible ways of customization the Outlook Explorer UI with Add-in Express for Office and .NET components. In the first part of the serious we focused on customizing the Outlook Explorer menu. Today we will explorer the capabilities of the ADXOlExplorerCommandBar component that you can use to add your own toolbars and modify existing ones...
Read the rest of this entry →
.NET, COM add-ins, Outlook, VB.NET, Visual Studio |
No Comments
Dmitry Kostochko | November 6th, 2009
In the previous sample, I showed how to get the PR_ATTACH_SIZE Extended MAPI property that returns the size of an Attachment object. To be more precise, it returns the size of the attached file and the size of some internal info. In most cases that makeweight does not matter at all...
Read the rest of this entry →
.NET, C#, COM add-ins, MAPI, Object model, Outlook, VB.NET, Visual Studio |
4 Comments
Dmitry Kostochko | August 21st, 2009
In one of the previous posts, we examined the possibilities of retrieving properties from Outlook MailItem when dragging this item onto your custom form. Here is that post: How to get properties of an Outlook email item drag-and-dropped onto a .NET form. But what if the Advanced Region is in a Minimized state? In this case the form is hidden and none of the standard events will work...
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook, VB.NET, Visual Studio, Word |
No Comments
Dmitry Kostochko | May 8th, 2009
It would be true to say "get" rather than "convert". There could be only one right way – to use Extended MAPI. Another method is described in the MSDN article: How to retrieve alternate e-mail addresses by using CDO, but we will not see into this approach, because CDO is optional in Outlook 2003 and is absent completely in Outlook 2007...
Read the rest of this entry →
.NET, C#, COM add-ins, MAPI, Object model, Outlook, VB.NET, Visual Studio |
49 Comments
Dmitry Kostochko | May 1st, 2009
In Office 2007 there are 3 available color schemes – Black, Blue and Silver. The background of controls in command bars and ribbon tabs is changed by Office automatically. Do you want to try changing the background of your Outlook forms and Excel task panes when the MS Office color scheme is changed?...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Object model, Outlook, Outlook regions, task panes, VB.NET, Visual Studio |
No Comments
Eugene Starostin | April 29th, 2009
When Outlook is closing, Add-in Express saves the state of all regions embedded into Outlook, namely their position (if drag-and-drop is turned on), state (regions can be minimized or entirely hidden) and size (if resizing is allowed). We implemented this feature just to give end-users the utmost comfort when working with Outlook regions...
Read the rest of this entry →
.NET, C#, Delphi, Excel, Outlook, Outlook regions, VB.NET, Visual Studio, VSTO |
No Comments
Eugene Starostin | April 29th, 2009
In version 2009 of Add-in Express, a new property appears - RestoreFromMinimizedState. Now I will show you its behavior. Let's say, we have a minimized by default region...
Read the rest of this entry →
.NET, C#, Delphi, Excel, Outlook, Outlook regions, task panes, VB.NET, VSTO |
No Comments
Dmitry Kostochko | April 24th, 2009
Add-in Express 2008 allows placing several forms into one Outlook region or task pane. In addition, Add-in Express 2009 enables the end-user to drag and drop custom forms to wherever they want to (naturally, with the developer's permission). Do you need to know where your form is now and in what state? Of course, you do...
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook, Outlook regions, task panes, VB.NET, Visual Studio |
No Comments