| Thread | Last Post | Replies |
|
| How can I restart an Outlook COMAddin from an external C++ program? | 31 Jul 2004 00:52 GMT | 2 |
Re. Update to my very brief query 29 July 2004 I have written an Outlook COMAddin which functions correctly but suffers from the usual problems when external mobile devices are synchronized (I need the AddIn to work with Outlook 2000 and later). I have looked at the
|
| Refresh addin cache outcmd.dat | 30 Jul 2004 14:46 GMT | 5 |
Hi, I have an outlook add-in which shows several buttons. I read that for outlook extentions there is a secret reg key which makes outlook to refresh its extend.dat file.
|
| ItemAdd event | 30 Jul 2004 10:23 GMT | 1 |
I'm trying to set up a ItemsEvents sink through ATL, but am getting compile error in the SINK_ENTRY_INFO macro. I'm trying to log the inbox .... error C2440: 'initializing' : cannot convert from 'ATL::_ATL_FUNC_INFO* __w64' to 'void (__stdcall C_EXTENSION::*)(void)' My command ...
|
| Customize the Message Form | 29 Jul 2004 13:25 GMT | 1 |
Can we customize the Message form ? Like 1- Get Rid of Default Toolbar on Message Form [I mean default toolbar should not display when our customized form is displayed] 2- Add some button to a New Message Form [When i open some email - it
|
| 3rd Party program access to exchange clients | 29 Jul 2004 02:22 GMT | 3 |
Is there a way to setup exchange to allow a 3rd party program to automatically send out emails through outlook with out asking the questions do you want to allow this program access to your address list, then tell it for 1,2,5 or 10 minutes. I know there are 3rd party utils for ...
|
| Outlook 2000 crashes when a plugin is multithreaded | 28 Jul 2004 13:35 GMT | 3 |
I have an Outlook plugin that uses multiple threads. I'm using the Outlook Object Model to set some properties and then Save() them. This works fine with Outlook 2003 but for 2000, when I do the Save(), Outlook crashes. Looks like a NULL pointer dereference. Anyone have this problem ...
|
| Weird synchronisation problem | 28 Jul 2004 13:14 GMT | 1 |
I got the following issue: I develop a calendar synchronisation tool, which uses an exchange-public-folder for synchronisation. i.e. A publishes appointments in the public folder and B takes
|
| Sending mail from custom form... | 27 Jul 2004 13:57 GMT | 2 |
Sorry for crosspost, I wasn't sure which group is correct for this question. So... I have developed a custom form to display some mail items in Outlook in ATL, by implementing IPersisteMessage, IMAPIForm, IDispatch... interfaces.
|
| Hotmail thru Outlook | 27 Jul 2004 00:28 GMT | 4 |
Is there an add-on to access my HTML Hotmail account thru Outlook 2K? Thanks in advance. :-)
|
| Message loop (WndProc) in CommandBar? | 26 Jul 2004 19:40 GMT | 8 |
Is it possible to have a message loop (like WndProc) in a CommandBar? If so, how? (Sample code would be much appreciated. :-) Is there some other alternative? I assume I could go the full-blown route using a lot of API calls (as
|
| Outlook Profile Automation | 26 Jul 2004 12:57 GMT | 1 |
Is there an automated process available to configure the outlook 2000 profile for Exchange server and user mailbox. Is there a vbscript available to do the same or reg hack of some sorts
|
| COMDLG32.OCX not properly licensed | 26 Jul 2004 06:57 GMT | 1 |
I'm designing my own form in Microsoft Outlook but I cannot add the common dialog control toolbox to my form (COMDGLG32.OCX). I get the following response: THE CONTROL COULD NOT BE CREATED BECAUSE IT IS NOT PROPERLY LICENSED.
|
| Pass Outlook.MAPIFolder to C++ Dll | 25 Jul 2004 17:02 GMT | 7 |
I've written a C++ Dll to get and set body of a hidden message. I pass a Outlook.MAPIFolder to C++ STDMETHODIMP CTools::GetAdminMessage(/*[in]*/ VARIANT pFolder, /*[in]*/ long CanCreate, /*[in]*/ BSTR* Subject, /*[out,retval]*/ BSTR* result)
|
| Error with "C:\Program Files\NavNT\vpmsece.dll" | 23 Jul 2004 16:09 GMT | 1 |
I am hoping I can get something to help me fix an error i get everytime i open outlook - 'The add-in "C:\Program Files\NavNT\vpmsece.dll" could not be installed or loaded. This problem may be resolved using Detect and
|
| Emeded Images vs. Linked | 23 Jul 2004 14:26 GMT | 1 |
I am trying to create a custom stationery using outlook and FrontPage - I have created my html page so that the images are all referenced from my web site - but when I call the stationery up in the picker area it embeds all the images regardless - I have also tried calling the page ...
|