| Thread | Last Post | Replies |
|
| Outlook 2007 freezing when out-proc COM (called by add-in) exits | 29 Nov 2008 10:22 GMT | 1 |
Greets, I have an addin, written in VB6, that calls an out-proc COM server (to process a queue, though this is not important.) Before it exits the COM server fires an event, following which the addin sets the object variable
|
| Create Outlook addin | 28 Nov 2008 13:49 GMT | 4 |
Can someone give idea from where i can start to write addin for outlook 2003 in c++. Is there any book/web link please provide.
|
| Custom Image added to CommandBar Buttons | 26 Nov 2008 14:26 GMT | 2 |
I have an add-in developed in Visual Studio 2008, written in VB.Net for Outlook 2003 that I'm trying to add a custom image to commandbar buttons that I created. The image displays correctly in every inspector window except when I select Microsoft Word as the email editor. When ...
|
| Rename Outlook menu controls | 26 Nov 2008 14:10 GMT | 1 |
How can I rename menu items in 'new Appointment window' of Outlook by C++ ?
|
| Catching buttons pressing in Outlook appointment window. | 26 Nov 2008 14:09 GMT | 1 |
I have an Outlook 2007 installed on. I have small Outlook Add-in example (in C++) somewhere from http://www.codeproject.com .. I try to catch buttons, located at 'Appointment window toolbar' (in Outlook
|
| Outlook address book view details | 26 Nov 2008 14:06 GMT | 1 |
How can I setup Outlook address book for viewing all contacts, not only those who have e-mail addresses ? (need for dialog function IAddrBook::Address)
|
| get attachment file data | 25 Nov 2008 12:57 GMT | 4 |
I'm using VSTO SE Outlook add in for Outlook 2007 using vb.net.I need to get attachment details - MIME content type,content subtype & the file data itself. I used redemption to get content type,subtype using field value &H370E001E of
|
| Changing the background color of a MailItem | 24 Nov 2008 18:13 GMT | 3 |
Is there any way to change the background color of a Mailitem in the list portion of Outlook? I need to display a status for a MailItem given certain conditions and I think changing the background color would be the most easily recognizable.
|
| Starting outlook after installing outlook programmatically | 24 Nov 2008 16:47 GMT | 3 |
I have created an outlook 2007 Addin using C#, VSTO 3.0,VS 2008 and created an msi installer for same... Everything working fine.. Now I want to launch the addin (In this case the outlook itselt) automatically after the completion of installation of the addin...
|
| Create appointment item in shared calendar | 24 Nov 2008 15:05 GMT | 1 |
Is there a way to create and display appointment item in shared calendar. The statement Application.CreateItem(ItemType); creates item in the default folder of the specified type. But I want
|
| BCC field in an Outlook Meeting Request | 21 Nov 2008 17:18 GMT | 2 |
I can't seem to find the solution to this issue. I am trying to send an Outlook meeting request to a distribution list that I wish to remain private (do not want anyone on the distribution list to see the email addresses listed). I have over 400 people (all of them competitors ...
|
| Outlook 2003 Word as Editor and .NET forms | 20 Nov 2008 14:56 GMT | 11 |
Our company has been working on an Outlook AddIn using VSTO which has a number of issues which we have not been able to resolve yet. We would appreciate any insight or assistance you can offer. Our .NET AddIn includes support for using Word as editor in Outlook 2003. On
|
| place button on ribbon for compose & read message | 20 Nov 2008 14:52 GMT | 3 |
I've Outlook addin for office 2007 using VSTO SE.I need to add custom buton on ribbon for existing mesage as well as for new message. Currently I'm using below xml file <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
|
| How can I access the Outlook2007RibbonXAddin? | 19 Nov 2008 14:56 GMT | 6 |
I downloaded the Outlook2007RibbonXAddin.MSI to see some Working Examples of Ribbon C# Code. So I installed it.. And I cant find it ANYWHERE.. it looks like there has just been a icon installed.
|
| Items in consecutive Selection collections not the same? | 18 Nov 2008 17:30 GMT | 3 |
I'm trying to write a VSTO add-in (my first venture in C# & VSTO) which will allow me to construct wrapper objects around emails selected by the user (so that I can hook into open events etc.) and I've run into an issue. When a user selects multiple items I get a call into my ...
|