Posts Tagged ‘Object model’
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
Dmitry Kostochko | April 17th, 2009
It is generally known that the Microsoft Office Object Model is not thread safe and accessing some object, property or method not from the main thread may sometimes result in a host application crash. Of course, nothing prevents you from using threads inside the add-in itself, threads that don't need the Office Object Model...
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, VB.NET, Visual Studio |
4 Comments
Dmitry Kostochko | January 16th, 2009
One of the tasks that developers often run into is saving and retrieving Office documents (or document copies) from external data storage. This storage can be an SQL database, Web-service, FTP server as well as a shared network resource of a local area network. Let’s try to handle this task for such popular MS Office applications as Word, Excel, PowerPoint and Outlook…...
Read the rest of this entry →
.NET, C#, Excel, Object model, Office, Outlook, PowerPoint, VB.NET, Visual Studio, Word |
3 Comments