| Thread | Last Post | Replies |
|
| VSTO outlook 2007 addin installation problem | 24 Jul 2009 09:06 GMT | 1 |
I am developing outlook 2007 VSTO plugin and using SetSecurity project also. In SetSecurity.cs file I have the following line. try
|
| AdvancedSearchComplete Search param not immediately ready for use | 24 Jul 2009 00:11 GMT | 4 |
I am developing an Outlook add-in using VSTO in VS2008, using .Net 2.0 and Outlook 2003. I have a bit of functionality that executes an advancedsearch and catches the AdvancedSearchComplete event. However, when the results come back, the Search parameter passed to the event ...
|
| how to detect email is saved to draft? | 23 Jul 2009 23:48 GMT | 3 |
If I open an email stored in the draft folder, I can not detect that it came from the draft folder. The parent folder is Outbook. I'm trying to make sure I identify emails saved as drafts so I can process them differently. I can't consistently determine a draft either - I've
|
| AppointmentItem Receipient's GUID | 23 Jul 2009 20:36 GMT | 2 |
From my Outlook AddIn, I create an appointment for: 1. Myself 2. UserBob After the appointment is added to my Calendar folder, I have my AddIn note
|
| How to get mail header | 23 Jul 2009 18:26 GMT | 7 |
PR_TRANSPORT_MESSAGE_HEADERS contains mail header. For those mails which dont have PR_TRANSPORT_MESSAGE_HEADERS property how to get their headers?
|
| Support for outlook 2003 addin in xp home sp2 | 23 Jul 2009 18:20 GMT | 3 |
I created and installed one Outlook 2003 with SP3 addin in my local system. I used SetSecurity project and it is working fine here My system details are XP Professional Version 2002 Service Pack2
|
| stdole.dll | 22 Jul 2009 16:33 GMT | 4 |
Is stdole.dll included as part of the Office 2007 PIA installer or the VSTO 2005 SE runtime installer? If I'm creating a VSTO 2005 SE runtime for Outlook 2007, do I need to include stdole.dll as part of my installer and either use it as a
|
| Third-party VSTO 2005 SE plug-in for Outlook 2007: what should I sign with a publisher certificate? | 22 Jul 2009 15:08 GMT | 3 |
First, I am not using any ClickOnce technology that I am aware of ;) For a third-party VSTO 2005 SE plug-in for Outlook, what should I sign with a publisher's certificate versus an internally generated test certificate? Which of the following do I sign with the publisher
|
| Detect logoff/shutdown | 21 Jul 2009 14:42 GMT | 1 |
I'm developing shared AddIn for Outlook 2003, C# 2.0. i catch the system's logoff/shutdown occurence. i tried to use diferent events from but Microsoft.Win32.
|
| Outlook VSTO 2005 plug-in installer: CLSID = ? | 21 Jul 2009 05:02 GMT | 3 |
I am working on an installer for a VSTO 2005 SE plug-in for Outlook 2007. The installer needs a CLSID for the plug-in. The plug-in is written using C# and .NET 2.0.
|
| Plain text versus HTML email | 14 Jul 2009 14:34 GMT | 1 |
2007 VSTO Addin, C#. We have code that inserts a clickable image (png) signature logo on outgoing emails. When it is read by a non-HTML email client it doesn't display the image but
|
| Deploying OL2007 Add-In | 14 Jul 2009 14:32 GMT | 3 |
Are there any step by step simple instructions on how to deploy Outlook 2007 Add-In created in VS 2008? The documentation I have gone through seemed complicated. Thanks
|
| Could i do this on a CommandBarButton? | 14 Jul 2009 14:10 GMT | 2 |
The content of caption is a string, click on it will visit the web.(Already work.) What i want is to set button width fixed, no matter what string its caption be changed to, button width will not change. I use PutWidth method, but while caption change, the width also change. Of ...
|
| OL add-In for multiple versions | 13 Jul 2009 14:11 GMT | 1 |
I need to develop Outlook add-in in vs2008 to work with both OL2003 & OL2007 on a PC with Outlook 2007. I have been recommended the following method. Is this OK? 1.Install Office 2003
|
| Which event should i advise? | 13 Jul 2009 06:01 GMT | 2 |
When open outlook, the message will list there. Its content will be display on reading pane. What i want to do is to catch the user click event on message. Just click on the it, not open it. I found there is a _Explorer:: SelectionChange event, but it have no parameter. I want to ...
|