| Thread | Last Post | Replies |
|
| How to access Add-In Manager programatically | 30 Oct 2007 21:21 GMT | 1 |
Is it possible to access the Outlook Add-In Manager programmatically to disable or delete a plug-in (technically an Exchange Client Extension)? The equivalent of: Tools > options > Other > Advanced Options > Add-In Manager
|
| Add-in error after uninstall | 30 Oct 2007 21:21 GMT | 1 |
After uninstalling an Exchange Client Extension it's possible to get the message "The add-in *** could not be installed or loaded. This problem may be resolved by using Detect and Repair on the Help menu" when starting Outlook. This happens on multi-user systems because the ...
|
| Outlook 2003 VB6 Add-In: Loop folders in AddinInstance_OnConnectio | 30 Oct 2007 14:20 GMT | 2 |
Hello out there, my first VB6-add-in for Outlook 2003 does not work on all machines. If other add-ins are loaded, it sometimes failes with an error "Client process could not be completed".
|
| get Userproperties when replying message | 29 Oct 2007 23:01 GMT | 1 |
I've set & saved userproperties of message at Application_ItemSend.Now when the message is received & user clicks Reply I need to retrieve Userproperties of message.how to do this ?( Outlook 2007 & VSTO add in)
|
| Collecting Outlook mail replies | 29 Oct 2007 22:03 GMT | 1 |
I am trying to to keep track of emails in outlook 2003. I am building an outlook Add-In, with which i am storing mailitem properties in database. I am having one problem here is: "Is there a way with which i can collect
|
| move mailitem in ItemSend | 29 Oct 2007 15:36 GMT | 3 |
I need to copy mailitem to other folder when it is sent.I used Application_ItemSend event used below code 'added Xheaders to the item
|
| Recurrence and time zone awareness | 29 Oct 2007 02:02 GMT | 2 |
Greets, If you create a recurrent event in Outlook, and then change your system's time zone setting, two things about its occurrences change: One is that the start and end times are adjusted to compensate for difference in bias
|
| [MAPI dll problem] Message to post to ask for help in microsoft fo | 28 Oct 2007 22:12 GMT | 1 |
===================================================== Hi, My application calls MAPI.dll to read email from Outlook application (e.g. receive event from Outlook Inbox when there is new email coming, email is
|
| Outlook suddenly unstable - Eats my email! | 28 Oct 2007 05:12 GMT | 5 |
Since last Thurs or Friday, Outlook has been acting very strangely. It takes forever to download, and then many/most/all of the emails are BLANK! Also, when it does this, my "filters" temporarily don't work, so everything is dumped into my In-Box. The only things I can ...
|
| Invalid Office Outlook Add-in | 26 Oct 2007 23:50 GMT | 4 |
Created a 2003 Office Outlook Add-in using Visual Studio .NET 2005. When installing the add-in on a non-development machine it appears that the add-in is not appearing in the Com-Add-ins. I then tried to manually add the add-in. But when I try to do that I receive the following ...
|
| dependencies not showing up in visual studio setup project | 26 Oct 2007 15:08 GMT | 1 |
I am trying to create a setup project or use the one that comes with vsto but in the dependencies I cannot get the dependencies that are needed to show up in the list. These dependencies are: 1. Microsoft Office 2003 Primary Interop Assemblies
|
| Outlook 2003 Add-In Settings | 26 Oct 2007 09:11 GMT | 2 |
I'm developing an Outlook 2003 Add-In in Visual Studio 2003 and there are some properties that I want to save into a configuration file. I know that I can use OUTLOOK.EXE.config but I think is not a good solution. Wich is the better way to do this?
|
| Outlook com add in questions | 25 Oct 2007 18:59 GMT | 7 |
I have followed instructions here http://support.microsoft.com/?kbid=302896 to successfully test my first com add in. I have a few questions; 1. Will this .net created com add in work in any version of Outlook? 2. How do I deploy this add in to clients (i.e. remote users)?
|
| How to get current user name and email address | 25 Oct 2007 12:18 GMT | 2 |
I retrieve current user name and email (from account settings) using spIMAPISession->QueryIdentity(..); and reading properties PR_EMAIL_ADDRESS and PR_DISPLAY_NAME. But in OL XP I cannot get these values.
|
| Can't run outlook add in samples | 24 Oct 2007 21:42 GMT | 1 |
I have installed the outlook add in samples from here http://msdn2.microsoft.com/en-us/office/aa905541.aspx The problem is when I try to open them in vs 2005 (after installing vsot 2005) I get the below error and solution content is not visible;
|