| Thread | Last Post | Replies |
|
| Inserting item into inbox | 22 Dec 2003 14:17 GMT | 1 |
Is there a way to insert a mailitem into the default inbox in Outlook? If so, can someone provide some code showing the method? Thanks, Tim Attwood
|
| How to create and add a VB add-ins to outlook 2000?? | 22 Dec 2003 14:16 GMT | 1 |
How to create and add a VB add-ins to Microsoft Outlook 2000?? How can I found the details documentation about this topic??
|
| COMException: "Can't move the items." on MailItem.Move | 19 Dec 2003 21:05 GMT | 3 |
I am writing a COM Add-In for Outlook 2002 using C#: try { Outlook.NameSpace ns = applicationObject.GetNamespace("MAPI");
|
| Setting Reminders for Items that are located in a Public Folder | 19 Dec 2003 17:58 GMT | 1 |
I am trying to figure out a way to set reminders for an item that is located in a public folder. I would like to be able to specify the users who would receive the reminder. I have tried various tricks programattically,
|
| How to detect a virtual folder in Ol2003? | 18 Dec 2003 17:17 GMT | 4 |
How can I programmatically detect a virtual folder (=search folder) in outlook 2003? The mapifolder object is valid. Is there a (ext.mapi) property to check? Ronald
|
| Programaticaly access to pst files items | 18 Dec 2003 12:27 GMT | 1 |
is it possible to access PST files by using Outlook COM objects? Regards, Robert
|
| Determining wether a MailItem is a reply | 18 Dec 2003 07:20 GMT | 2 |
I'm building a COM addin for Outlook witch automatically puts a signature based on database data at the bottom of every message a users sends. But when a user replies on a message then that signature should not be appended to the body.
|
| Learning to write Outlook add-ins | 18 Dec 2003 00:32 GMT | 2 |
Where can I get detailed information along with best practices on writting add-ins for Outlook Thanks Eric
|
| Current Selected Mail Item | 17 Dec 2003 20:58 GMT | 2 |
I am currently writing an Outlook 2002 AddIn using VB6 but I am having difficulty returning the currently selected/highlighted email message within the Inbox. What I have at the moment just returns the last email
|
| Updating OCX for use with Outlook 2003 & Security Warnings | 17 Dec 2003 15:49 GMT | 1 |
I'm updating a couple of old activeX objects that sit on custom forms in the contact folder of Outlook. They work just fine with Office 2000, etc. However with Office 2003, after recompiling on a machine with Office 2003 installed and republishing the form, I get the following ...
|
| Outlook XP disables com addins | 17 Dec 2003 15:18 GMT | 1 |
I've created a COM Addin with VS.NET 2003 for Outlook XP. When my addin didn't handle an exception, the Outlook disabled the addin and I had to create another project to continue the development. Can I avoid it somehow?
|
| Outlook 2003 and Business Contact Mgr | 17 Dec 2003 13:39 GMT | 1 |
The Business Contact Mgr does not load when Outlook starts. Where can I find the solution or installation instructions to reinstall.
|
| Office add-ins and popup menus | 17 Dec 2003 11:33 GMT | 5 |
I'm writing an add-in for Word and Outlook. It creates own toolbar and some menu items just like described in MSDN example. Everything works fine. But I have a problem with popup menus (mouse right
|
| How to convert GMT time to local time? | 17 Dec 2003 10:30 GMT | 5 |
Is there an easy way to convert GMT times to local times and vice versa? Do I have to use the extended mapi TimeZone property? I use VB6 and redemption. Ronald van Aalten
|
| Sue Mosher re Launch custom form message with default signature example | 17 Dec 2003 03:12 GMT | 2 |
Hi Sue I am using Exchange 2000, Windows XP, and have written a Com add-in for Outlook 2000/2002(VB6). I was looking at your sample code to "Launch custom form message with
|