| Thread | Last Post | Replies |
|
| Backup Add in for Outlook 2000 | 31 Aug 2006 15:12 GMT | 3 |
I had to reload my computer due to a crash and now find that the download site will not allow me to have the backup add-in apparently because it is earlier than Outlook XP. Is this no longer available to us??
|
| Any newer/better search tool than Lookout for Outlook 2003 SP2? | 31 Aug 2006 12:27 GMT | 6 |
I have been using Lookout v1.2 in Outlook 2003 for awhile. I wonder whether there is any new search email tool available from MS. Thanks.
|
| script agent register in Outlook 2007 | 31 Aug 2006 10:58 GMT | 6 |
I am working with the betaversion of Outlook 2007 and I am looking for the script agent register, which I should normally find at the properties of a folder. First thing is, that I would expect a checked box at
|
| Send & File? | 30 Aug 2006 13:40 GMT | 1 |
I am using Office XP/Outlook 2003. Having recently moved from the dark side (Lotus Notes), one useful function was Send & File. Is there a way to enable this in Outlook?
|
| No PR_EMAIL_ADDRESS for recipient? | 29 Aug 2006 14:53 GMT | 7 |
I noticed something strange when testing my Outlook Add-in If I create a new email in Outlook 2003 and start to type some email address, a blue drop-down appears and helps me to complete the address. Sometimes it suggests only email address without display name, i.e.
|
| Is it possible to get Outlook 2003 Integration API from OOM or MAP | 29 Aug 2006 08:10 GMT | 2 |
I can get objects in MAPI from OOM (Outlook Object Module) using this way: // Application from IDispatch CComQIPtr < Outlook::_Application > spApp(Application); CComPtr < Outlook::_NameSpace > spNameSpace;
|
| Outlook 2003 contact - standard toolbar | 28 Aug 2006 19:00 GMT | 2 |
Is there a way to add a menu item to the standard menu within an Outlook 2003? As you notice, when you open a Outlook 2003 contact, the standard menu changes...I want to either add a button (I programming an addin) to the standard contact toolbar or an additonal toolbar that only ...
|
| Selection Object of Outlook View Control | 26 Aug 2006 05:02 GMT | 1 |
We are using Outlook 2003 and above, VSTO and C# for developing an Outlook add-in. We are using the Outlook View Control to display messages from folders. We wanted to process the items selected from outlook view control.For
|
| Adding events to a new item | 24 Aug 2006 19:53 GMT | 1 |
When is the best time to add an event to a new created appointment item. If you add a write event for example to a new appointment item in the NewInspector function and then save the appointment item, when you re-open the saved appointment item, the NewInspector function gets ...
|
| IMsgServiceAdmin::AdminProviders fails with 0x80010104 | 24 Aug 2006 07:37 GMT | 6 |
I take part in developing an exchange client extension for Outlook based on extended MAPI. The application extends Outlook with commands, a new message class and a form, uses advise sinks to listen to folders for events, adds and removes message stores from the profile, etc. I
|
| Outlook Addin Installation using Team Edition | 22 Aug 2006 19:08 GMT | 3 |
I have built and tested an Addin on my local machine... works great. I went to run the installer on my bosses computer - worked great too! Went to look at the Addin on his computer - it had failed to load (as verified in the COM-Addins dialog in Outlook)
|
| Outlook Recurence | 22 Aug 2006 16:51 GMT | 3 |
I am programming an Add-in for Outlook using C# and VSTO and was wondering if it is possible to determine in the recurrence dialog of an appointment item in outlook to know what monthly pattern is set. (For example, to get the third Wednesday of of every month). I am using ...
|
| Reading Pane Context Menu VBA Help | 21 Aug 2006 15:15 GMT | 8 |
I'm an experienced VBA Excel programmer, but am new to Outlook. I need some help adding a custom menu item to one of Outlook's pop up context menus. I hope I can word the appropriate question here.
|
| Intercepting ItemEvents | 21 Aug 2006 14:42 GMT | 1 |
I got a simple com addin for otulook working. I need help me regarding how to intercept the ItemEvents : Add or BeforeDelete. I am aware of how to catch ApplicationEvents, but nowhere have i found an
|
| Reading the value of SentOnBehalfOfName of an unsent/unsaved message w/o security prompt | 18 Aug 2006 14:36 GMT | 3 |
I need to check the value of a mail item's SentOnBehalfOfName (aka "From") before it gets sent (e.g. from BeforeCheckNames or ItemSend). I am already using Redemption to circumvent the security prompts but the problem seems to be that at the moment when I perform the check Outlook
|