| Thread | Last Post | Replies |
|
| Personal Folder Synchronization | 22 Jan 2004 13:21 GMT | 2 |
I want to synchronize my Outlook folders with another computer. The instructions I found direct me to the Microsoft Website to download the "Personal Folder Synchronization" add-in. However, I have been unable to
|
| Access Violation when closing Send To window | 22 Jan 2004 09:37 GMT | 3 |
I'm trying to prevent my add-in causing an access violation in MSMAPI32 at 3552fe50. This occurs when an Outlook Window which was generated from Send To->Mail Recipient (on an explorer/desktop context menu) is closed. The problem occurs in Windows 2000 and Windows 98, but not in ...
|
| Out of Office | 22 Jan 2004 09:14 GMT | 1 |
I have tried to use the add-in manager to add Out of Office but when I click on the Exchange Extension Property pages, then install, a list of files comes up. Any time I try to select any of them (I'm assuming either
|
| Book 'bout vb.Net & outlook 2003 add-ins? | 21 Jan 2004 22:33 GMT | 1 |
Is there a book that covers writing add-ins in vb.net for the new outlook? I've been suggested to get "Building Application with Microsoft Outlook Version 2002" from Randy Byrne But code examples are in vb6 and not vb.net and i'm not sure if it's a
|
| OOM properties mapped to MAPI properties? | 21 Jan 2004 16:02 GMT | 7 |
Does anyone know of a list of how Outlook Object Model (OOM) OLE properties map to MAPI properties. For example, in OOM I would use: ContactItem.BusinessAddressStreet = "123 W Main St."
|
| CommandBarPopUp and Com Addin | 21 Jan 2004 15:39 GMT | 1 |
As part of a com addin I've written from Outlook 2000 and XP I have added a CommandBarPopUp button to a customised toolbar. I have successfully created the button and can click on any of the options and get the required results.
|
| adding a contact(name) to a new created journal in visual c++ | 21 Jan 2004 13:26 GMT | 1 |
i have a problem with adding a contact to my new journal. When i use JournalItem.SetContactNames(strContact); the form doesn't show the contact name in the contact-box. Now i have read that you must use "olItem.Links.Add" in vb. But i
|
| Relation between command def in ECF and code of extension | 20 Jan 2004 17:11 GMT | 2 |
I'd like to know the relation between command defintion in [Command] section of ecf file of the extension and IExchExtCommands::InstallCommands method in extension code. It seem to me attributes of command written to ecf file are ignored
|
| Adding an event handler for Outlook using VB (not VBA) | 20 Jan 2004 15:37 GMT | 2 |
In my COM AddIn class, I have a declaration,in a VB project) as follows: Private WithEvents objContactItem As Outlook.ContactItem As I understand it, this allows me to be notified that events associated with editing, adding or deleting a ContactItem have occured. The question
|
| How I can save a outlook calendar as html? | 20 Jan 2004 12:23 GMT | 3 |
I am working in a outlook add-in, and I need to save the calendar as html, How I can save a outlook calendar as html page using model object?, thanks.
|
| Using VC to make a COM AddIn for Outlook -- what value does _NameSpace::Item want for the first argument? | 20 Jan 2004 06:45 GMT | 3 |
Here is code I have in my COM class: // _IDTExtensibility2 STDMETHOD(OnConnection)(IDispatch * Application, ext_ConnectMode ConnectMode, IDispatch * AddInInst, SAFEARRAY * * custom)
|
| How do I tell Outlook to notify a COM AddIn, developed in VC++ 6 about selected events? | 20 Jan 2004 00:45 GMT | 1 |
My COM addIn is being developed using VC++ 6, and it does not have its own window. Nor does it add anything to the OutLook UI. Instead, it just needs to a) do a little extra processing of contact data should any contact data be added, removed or changed, and b) be able to ...
|
| run excel document in outlook | 19 Jan 2004 23:29 GMT | 1 |
Does anybody know how and If I can run excel document inside outlook? What im looking for is to have excel document in the public folders of outlook where everybody can write to the document. Say I open it and write to it
|
| Addin Available but not loaded for Outlook XP | 19 Jan 2004 18:49 GMT | 4 |
I have created an Outlook Addin (based on the Items sample from Microeye). This Addin adds two buttons on its own toolbar, however after installing the Addin, this toolbar is nowhere to be found.
|
| Caching _ExplorerPtr causes slow Outlook shutdown | 19 Jan 2004 17:04 GMT | 2 |
If I cache an _ExplorerPtr (obtained from Application::ActiveExplorer) in my addin, Outlook takes significantly longer than normal to shutdown after closing its GUI - and if Outlook is restarted before it has completely shutdown, the new instance will abort with no warning (though ...
|