| Thread | Last Post | Replies |
|
| OMI9.DLL, anyone know what it is? | 31 Dec 2003 22:07 GMT | 1 |
With Outlook 2000, in Internet Mail Only (IMO) mode, Outlook doesn't load "mapi32.dll" at startup, and I can even remove all copies of mapi32.dll from my system and Outlook will still run. However, Outlook cannot run if it cannot load OMI9.DLL. I looked at this DLL
|
| How to remove a CmdButton when exiting Outlook? | 31 Dec 2003 21:59 GMT | 1 |
I added in objOutlook_startup oCmdButton I'd like to remove it when Outlook close but can't find in wich event to do it! I tried in Explorer_close while checking that I'm in the last explorer but
|
| Adding property page to Outlook 2000 and up using C# | 31 Dec 2003 17:42 GMT | 1 |
How do you add a propery page to Outlook 2000 using C#? I tried adding the event handler using the following code. It compiled fine but generated the exception at the bottom. try
|
| CommandBarControl.Copy | 29 Dec 2003 23:21 GMT | 3 |
I'm trying to add a button to both the Outlook Explorer toolbar and the Inspectors toolbar. As i need to get the event Click for this button, i would like to create one CommandBarButton object and add it to the different
|
| Outlook add-ins to search for mails satisfying some criteria | 29 Dec 2003 19:21 GMT | 2 |
I need a add-ins in to search for all the items in the inbox|outbox|deleted|or wotever folders of outlook matching some criteria. Almost like outlook advanced search. Now trying this add-ins using C#.net. s/w is not a issue.
|
| Icon for an Outlook addin | 28 Dec 2003 17:43 GMT | 2 |
I'm writing an addin for Outlook in C++. I'd like to specify an icon to be displayed on the toolbar button. How is this done? Microsoft.Office.Core.CommandBarControl does not appear to have a property to set the icon.
|
| Setting "sent" flag | 28 Dec 2003 17:41 GMT | 2 |
How can I set the sent flag (and sendername etc) for a newly created MailItem. This is what I have so far but it doesn't work :-( MAPIFolder oInbox =
|
| Csharp addin - Add-in isn't visible in COM dialog | 28 Dec 2003 03:28 GMT | 1 |
Using the Office C# addin sample, I can't seem to get the add-in to be visible in Outlook's COM Addins dialog box. I'm using VS 2003 with the IDTExtensibility2 sample, targeting Outlook exclusively. The add-in actually loads and OnConnect s, so it seems to be mostly a
|
| Email attachment software - any recommendations? | 26 Dec 2003 22:36 GMT | 2 |
I've been having a heckuva time dealing with email over the past year, especially email with attachments. Today I found the rather extensive list of software products at http://www.slipstick.com/addins/housekeeping.htm#admin .
|
| XPrint Add-In | 26 Dec 2003 20:57 GMT | 1 |
It appears that my XPrint Add-In is crashing Outlook every time I print something other than a form. When I disable the add-in, I can print. However, when I print my Outlook forms, the data on the form come over as the field names.
|
| heading: return address removal | 26 Dec 2003 20:57 GMT | 1 |
My return address appears automatically on all documents. How do I eliminate this 'return address'from appearing?
|
| Hwnd for the Options dialog? | 24 Dec 2003 16:37 GMT | 3 |
I'm setting up a Property page for my COM Add-In. I want to add a Browse Folder dialog like I use in my app's but don't know how to set the "hwnd" property (actually, I didn't find one available). I'm sing the "SHBrowseForFolder" function. Is this the way to go or is there
|
| Get the Selected Inspector | 23 Dec 2003 21:28 GMT | 8 |
I've got a Toolbar working in the Explorer Window just fine (used CBItems demo and adjusted). However, I need to read data out of a message (Inspector right?) and can't seem to figure out how to attack the selected *or* opened message window.
|
| VBA or VB add-ins in Outlook 2000 | 23 Dec 2003 13:56 GMT | 1 |
I want to write VBA or VB add-ins to get the information from Outlook mail, i.e after a user compose a mail in Outlook, by clicking a button created by me then will retrieve the inforation of "To...", "Subject", "Content of
|
| Launching form from commandbarbutton | 22 Dec 2003 14:36 GMT | 3 |
I currently have this code on my button_click event (COM-addin, created for Outlook 2000 and up) (MyTrustedOL is the Application from IDTExtensibility2_OnConnection) Dim myFolder As MAPIFolder
|