| Thread | Last Post | Replies |
|
| Address Book dialog focus issue | 08 Mar 2008 17:54 GMT | 7 |
I have an Outlook Add-in that creates a custom dialog, and within that dialog we try to open the Address Book Dialog. The problem is that within the custom Dialog the address dialog does not gain focus. If I open the Address Book dialog within Outlook from a button click - lets ...
|
| Mass extraction of email addresses from emails | 07 Mar 2008 16:38 GMT | 2 |
Outlook 2003 I'm curious if anyone knows of a addin that will allow extraction of email addresses from individual emails and export them into a Excel spreadsheet.
|
| Create custom public folders in Exchange 2003 | 06 Mar 2008 17:46 GMT | 2 |
I need to create custom email enabled public folders in an outlook addin where the backing store is Exchange 2003. I've managed to create folders underneath the root 'Public Folders' but i seem not able to figure out how to specify the mail address.
|
| Search Documents from SharePoint Server and display outlook window | 06 Mar 2008 15:02 GMT | 3 |
Hi, I'm trying to use outlook 2003 plugin application, Search method to search Documents from SharePoint server and display outlook windows. I am new in SharePoint development.
|
| Find out what user clicked on: 'Reply' or 'New' | 05 Mar 2008 03:39 GMT | 2 |
Your help is much appreciated. Thank you. Question: Is it possible to find out what the user clicked on(Forward, Reply, New, etc) and make a decision based on such a finding? I would like to grab some custom properties from an MailItem based on what
|
| How to know which MailItem I am replying/forwarding? | 04 Mar 2008 19:20 GMT | 6 |
I am developing an Outlook 2003 shared add-in in VS2005 (c# & c++). It reads the internet headers of an extermail. When I double click on a message, it returns the headers ok, but when I click on reply/forward, the internet headers get striped.
|
| programmatically Disable addin | 04 Mar 2008 13:41 GMT | 4 |
I want to disable my addin if certain condition is not met(licence etc.).How to do this programmatically?I'm using VSTO SE for Outlook 2007.Besides this I don't want to show form regions if that condition is not met.If the condition is met then only
|
| How to avoid to delete or open messages ?? | 03 Mar 2008 14:09 GMT | 1 |
Hi, here is my situation, my plugin creates a folder in outlook, then I want to avoid that any messages in that folder could be deleted... I try with the ItemRemove event, but this event is called when the message is already deleted... any suggestion ? Then the other thing is ...
|