| Thread | Last Post | Replies |
|
| Run-time error 80070057 on send email from Outlook 2000 | 17 May 2004 22:50 GMT | 3 |
Hi all... I'm getting a run-time error when I try to send an email from my VB 6 app on an Win NT server. It works perfectly on Win XP. Any idea why? ==================================
|
| moving sent items location for all users | 17 May 2004 06:44 GMT | 2 |
I have been trying to automate client side rules but no luck so if anyone knows a way that would solve this one for me but.. A com add-in can be used to change where sent items end up already so it seems. My issue is I use the "oracle connector" to get outlook talking to our ...
|
| Track emails of contact in activities when their email address changes | 16 May 2004 21:21 GMT | 1 |
I currently track the emails of my contacts in the activities tab but when their email changes it is not possible to continue tracking them. Does anyone know of a way around this? I was thinking that it may be good to create a custom field - old
|
| Possible to modify Return-Path in code? | 16 May 2004 20:10 GMT | 7 |
I set my From header in code using CDO and Redemption. Does anyone know if there is a way to set the Return-Path in code also? I want to make it match the From address. This is for O2K SP3 in C/W mode, no Exchange Server. Thanks
|
| How to give a color/label to an appointment through vba | 15 May 2004 07:56 GMT | 2 |
Inside OL2002, you can give a color/label to an appointment event. how can do that through vba? Which is the property I should use? Any help would be really appreciated! Steen
|
| Using Outlook Object Model from an NT Service | 15 May 2004 04:39 GMT | 1 |
Due to a business need, I need to use the Outlook Object Model spawned from an NT Service to update users' Outlook calendar (even though MS does not recommend doing that - KB 237913). That's done through setting up the user's calendar delegate. However that is occationally ...
|
| Message.TimeReceived error | 14 May 2004 21:45 GMT | 2 |
All, I am getting the following error: 'The call to member TimeReceived failed. Collaboration Data Objects returned the following message: [Collaboration Data Objects -
|
| user default template directory | 14 May 2004 21:32 GMT | 3 |
I have a basic macro in Outlook which opens a specific form I developed. The code is: Sub OpenWeeklyReport() Dim myOlApp As Application
|
| Macro | 14 May 2004 18:45 GMT | 2 |
I am trying to create a Macro to create a Mail Message, and I keep getting a message box that says "a program is trying to access your address book..allow access or deny". How do I stop this?
|
| macros | 14 May 2004 04:43 GMT | 10 |
i send the same message several times a day and want to create a macro, so i don't have to cut and paste it each time. i tried using the macro but am unable to get it to work. does anyone know what is happening, of if there is
|
| Calculate Average Response Time of Emails | 13 May 2004 21:44 GMT | 1 |
I want to calculate the avergae response time of my emails. How? 1. Check mailbox where email was received (INBOX): a. Determine unique number to identify email
|
| ItemAdd event not firing every time | 13 May 2004 20:30 GMT | 2 |
I added the code below to fire whenever I receive an item. I then compiled, closed Outlook, and sent 6 messages to myself from outside using different addresses. I then opened Outlook and downloaded the 6 messages but MsgBox only fired twice. Is there a mechanism that will
|
| How check if Outlook is running | 13 May 2004 14:26 GMT | 1 |
I want to check if Outlook.exe i running (started). How is this done from VB? Is there a checking method that works for all versions, Outlook 2000/2002/2003? /Tommy
|
| Is there any way to identify original message text in "Item.Body" | 13 May 2004 11:59 GMT | 1 |
I've added the "anti-embarrassment" code to check for key words "attachment" "enclosure" etc in emails on Application_ItemSend this code pops up a dialog box if any of the key words are found and there is no attachment. This works fine when I am the originator of a new
|
| 2 Accts in Outlook 2002 | 13 May 2004 03:28 GMT | 2 |
How to create two ID's in Outlook 2002. Have two different emails (Mine and my wifes) want to use Outlook 2002 but want the two email accts to be maintained separately...ie I send and receive from one Outlook acct,
|