| Thread | Last Post | Replies |
|
| Integrated Outlook sales tool | 05 Sep 2003 07:35 GMT | 1 |
Check out this new Outlook based contact management solution by Avidian Technologies. Their website (www.avidian.com), has a demo and free trial. The product seems pretty cool and useful. They supposedly built a powerful sales tool inside of Outlook.
|
| problem with Attachments | 04 Sep 2003 23:44 GMT | 3 |
I've got sokme problem with attachments I need to export a full file path of attachments ( _AttachmentPtr pAtt; .....
|
| Task folder | 04 Sep 2003 23:43 GMT | 1 |
Hi, I'm a begginer Outlook developer. I have got Task folder (with few tasks) and another (user-created) folder with tasks. How to know what is the name of user created folder and how to find it programatically?
|
| Catching events from inspector controls | 04 Sep 2003 15:52 GMT | 1 |
Is it possible to catch individual events from controls in an inspector? For example, let's say there is a dropdown combo box on an inspector. I know that I can tell when it's value has changed by catching the item's "Custom Property Changed" event. What I want to do is to tell ...
|
| Country list | 04 Sep 2003 15:52 GMT | 1 |
Is is possible to access the list of countries in the dropdown list that appears in the Outlook's "Address..." dialog?
|
| UserProperty vs HTML | 04 Sep 2003 15:44 GMT | 3 |
It is my understanding that if you set a UserProperty that it may prevent the message from being sent as html because only rtf supports that. Not only this, but UserProperty is sent with the email which i really don't want because it confuses everythign when I am forwarding messages ...
|
| Failed to delete custom menu | 04 Sep 2003 13:15 GMT | 1 |
I have a problem with my Outlook com-addin. My com-addin creates a custom toolbar and a custom menu on the Menu Bar. On the AddIn_Disconnect event when I close Outlook, the toolbar is deleted because I have set the temporary
|
| Outlook Add-In load problem | 04 Sep 2003 09:42 GMT | 2 |
I have created a COM Add-In which exports messages to an application I wrote. The problem I have, is that the add-in won't load correctly in the following situation: 1) No programs running
|
| selected outlook item | 03 Sep 2003 19:53 GMT | 3 |
I've created an outlook 2002 add-in which adds a new button to the standard command bar. I want to write a method (vb.net) that will cause a msgBox to pop-up and display the contents of the e-mail subject of the selected outlook
|