| Thread | Last Post | Replies |
|
| Received mail cannot move to another folder...especailly HOTMAIL | 03 Mar 2005 15:00 GMT | 1 |
actually, I am doing a AddIn.. I wish to move all the new recieved mails into my own folder, which named "TEMP FOLDER". However, when I click "Send/Receive", Some mails can , but some are not.. In addition, sometimes after "Click/Receive" Event finished, but my program
|
| Trigger an event in Outlook Folder Home Page? | 02 Mar 2005 21:07 GMT | 1 |
I am writing an Outlook XP/2003 COM Add-in in C# (Visual Studio .NET 2003). As part of my application, I have a folder home page which contains an Outlook View Control. I would like to update the folder home page when an item is added to the
|
| ItemAdd event is not triggered when importing a large number of contacts | 02 Mar 2005 17:23 GMT | 1 |
When I tried to import (using the Import and Export option from the File menu) a large number of contacts (over 1000) into the Contacts folder the ItemAdd event is not triggered at all. In the same circumstances when I tried to import only 10 contacts I saw that the ItemAdd event ...
|
| Outlook Addin using COM and C++ | 01 Mar 2005 23:09 GMT | 1 |
I'm writing an Outlook Addin. The expected functionality of Addin is such that it adds a toolbar and button to my Outlook 2003. On clicking that button it pops up a dialog, say Dialog1. Dialog1 has an Text field and a submit button. I add some text to that text
|
| add-in loading | 01 Mar 2005 14:44 GMT | 4 |
I have a problem with my add-in in the final step... I made a kit... I install the add-in all works good, but when I open Outlook, my add-in isn't loaded. The solution is to manage manually from COM Add-In... windows where I have to add the dll file... what it is wrong? The ...
|
| Read email and move using redemption | 01 Mar 2005 08:09 GMT | 1 |
What is the simplest way to move an email item, after it has been read to another folder? I know the name of the destination folder. I have tried several syntax and am at a lost. I tried the following code to get an idea and got an error:
|
| Form Management in Outlook | 01 Mar 2005 07:37 GMT | 1 |
I am trying to manage the appearance of a Windows Form in relation to Outlook. I want the form to always be on top of the Outlook Application but not on top of any other applications if those applications are on top of the Outlook Application. I've tried listening to the minimize
|