| Thread | Last Post | Replies |
|
| Outlook 2K on XP SP2 spikes CPU to 99 | 28 Feb 2005 19:43 GMT | 5 |
We're using Outlook 2000 on XP SP2 systems and there is a frequent, yet random, issue with opening emails. I have NT and 2000 as well as XP SP1 systems running Outlook 2000 without this issue occurring, so I'm fairly certain it's directly related to SP2. When opening an email, ...
|
| How do I set Outlook's hyperlinks to open IE not MSN Exlorer | 27 Feb 2005 11:29 GMT | 1 |
When I have msn open and i click a url in any program MSN browser opens up. I want to make it default to IE,
|
| cant access Microsoft.Office.Interop.Outlook | 21 Feb 2005 19:20 GMT | 1 |
I am developing an email application using Visual Studio .NET 2003 in C# when I try to use the namespace : Microsoft.Office.Interop.Outllook , I get a compile error, I have already added the Outlook reference library to my project and installed my PIAs.
|
| Problem with ItemAdd() | 21 Feb 2005 19:17 GMT | 1 |
I am doing a Add-In for OUTLOOK by C Sharp, but i am getting trouble with a quite weird problem. actually, i wish to save the mail details when one mail sent.. but when i make use of the save methods, which just execute once. Therefore, i use
|
| How to detect folder deleted event? | 18 Feb 2005 13:56 GMT | 1 |
How can I detech folder deleted event and get information about deleting folder? this event can be cancelled? thanks, Tuan Anh,
|
| Outlook object model and SyncObjects | 17 Feb 2005 20:55 GMT | 1 |
I have the problem with Outlook object model and SyncObjects. When I use something like OutApp.Session.SyncObjects.Item(1).Start, it works fine, but I need to catch events OnSyncStart, OnSyncEnd, OnProgress and OnError. So, I wrote my own class (in Delphi, inherited from ...
|
| Default Calendar in Outlook 2003 | 17 Feb 2005 16:13 GMT | 1 |
Can a calendar other than the user's default, be set to open by default in Outlook 2003? Basically, I have two users that share one calendar. Could user B default to user A's calendar, so when user B opens outlook, she defaults to the first
|
| Programmatically Open a .msg file from the file system | 17 Feb 2005 14:22 GMT | 2 |
Hi all, I am trying to find a way to open a .msg from the file system using the Microsoft Outlook object model. The way it is implemented now is by using the Process.Start method, and then getting an object reference to the newly opened MailItem in the Inspectors.NewInspector ...
|
| Word mailmerge and Outlook security | 17 Feb 2005 13:21 GMT | 1 |
I use Word MailMerge to send merged documents as emails. The emails are sent through Outlook and for every email sent, I got a dialog window with a message like this: A program is trying to automatically send e-mail on
|
| Backing up Outlook express | 10 Feb 2005 15:17 GMT | 3 |
I'm working on software for backup over the Internet. When it comes to backing up Outlook Express, I'm wondering if there is any way to use a more automatic approach than to ask our users to first follow the steps in http://support.microsoft.com/kb/270670/EN-US/ ?
|
| Problem with MailItem.Move | 08 Feb 2005 16:27 GMT | 1 |
I am creating a mail item and moving it to the outbox folder as shown below... MailItem cb = (MailItem)outappclass.CreateItem(OlItemType.MailItem) Outlook.NameSpace olNs = olApp.GetNamespace("MAPI")
|
| Importing data to a Public folder | 03 Feb 2005 15:12 GMT | 5 |
I have updated contact information for 3,000 contacts in an Excel spreadsheet which I need to update to a Public folder. The Import wizard does not appear to allow me to do this. Advice please.
|
| outlook 2003 and outlook xp | 03 Feb 2005 02:40 GMT | 1 |
I have office 2003 at work and office xp at home, in bothe cases I use outlook as my mail reader. Can I import pst. mail and contact files from outlook 2003 to outlook xp
|
| Programmatically adding contacts to a 'specific' folder? | 02 Feb 2005 14:54 GMT | 1 |
I have a need to create folders under my main Contacts folder, this I have done without a problem. What is causing me issues is adding my new contacts to these specific folders. I can not find a way to add the new contact to my specific folder. Has anyone tried this, or know of a ...
|