| Thread | Last Post | Replies |
|
| Printing Question | 09 Dec 2005 21:37 GMT | 3 |
I can use: Outlook.ActiveInspector.CommandBars("File").Controls("Print...").Execute to open the print dialog, but would like to automate clicking the "OK" button so that it will print automatically. If there isn't a way to do
|
| How to access the "Blocked Senders" list? | 09 Dec 2005 15:32 GMT | 1 |
I did a google search and didn't find anything definitive in regards to Outlook 2003 so I'm going to start a thread here. I'm using VSOT C# but if anybody has a sample in another language that would do as well.
|
| Outlook network access | 09 Dec 2005 15:24 GMT | 1 |
Is it possible to access outlook on a different computer over a LAN network without using exchange server. Kevin
|
| What to add to this given code to have fldr created if fldr not present?? | 09 Dec 2005 14:34 GMT | 9 |
I just don't know how to fix this. The code below comes from a website that was recommended in one of these Outlook ngs and it allows us to save embedded graphics in messages. It has one _serious_ flaw, if the folder isn't present, the
|
| Printing Calendar using microsoft access 2003 vba code | 09 Dec 2005 14:30 GMT | 1 |
I would like to print the calendar from outlook for the current month by using a cmd button in an access 2003 database. Can someone help please
|
| vcal information | 09 Dec 2005 14:30 GMT | 1 |
I have a website where user can come and nominate themselves for some events. Now i want to integrate this with outlook. So fo this i want to generate a vcal file for each event , which user can
|
| How to find path of attachment | 09 Dec 2005 10:17 GMT | 6 |
I have written a script that strips an attachment from selected e-mail messages and puts the file name of the deleted attachment in the body of the e-mail. Is there a way to also have it put the pathname (folder) from where the file was attached? I have this statement defined in ...
|
| Changes to contact properties not being updated | 09 Dec 2005 07:19 GMT | 1 |
I'm writing some code to automate the updating a some contact properties (specifically, a user defined field of the date that the contact was last met with). Here's a sample of what I'm doing (for testing purposes, all that I'm doing
|
| Export notes as txt files | 08 Dec 2005 21:16 GMT | 1 |
I do have a basic understanding of VBA and I did invested some time searchng for an answer and have tried to do it myself but with no success. Can somebody of you gurus quickly write a snippet for this? I'd appreciate it very VERY much :)
|
| Redemption Data Object - How do you get a static list of message items in the Inbox for looping? | 08 Dec 2005 20:15 GMT | 1 |
I am using Redemption Data Objects to read messages in the Inbox folder. This is being run as a Windows scheduled script so I do not want the process to run indefinitely. The problem I am having is I can't seem to take a snapshot of the email messages in the Inbox when
|
| Problem running a query | 08 Dec 2005 08:22 GMT | 2 |
I'm trying to run the following query, but I get an error message: The code: Dim oDataBase As DAO.Database Set oDataBase = OpenDatabase("C:\Program Files\Microsoft Visual
|
| Auto reply to a link in the mail | 08 Dec 2005 07:51 GMT | 1 |
I recieve a mail from a specific email id. The content of the mail has 2 words "Agree" and "Decline" which have an href with some URL. The email arrives at times when i am generally not at my desk (its midnight). The
|
| Timer in outlook | 08 Dec 2005 07:32 GMT | 1 |
I want to add a timer to my userform. how do I do that? thanks! Yonina.
|
| Method 'MailEnvelope' of object '_Worksheet' failed | 07 Dec 2005 22:40 GMT | 1 |
The code below works once (the first time). The second time it runs, it gives this error: Run-time error '-2147467259 (80004005)': Method 'MailEnvelope' of object '_Worksheet' failed
|
| enabling macros | 07 Dec 2005 22:27 GMT | 3 |
I have created a custom macro with the outlook vba module 'thisoutlooksession', and whenever i try to come out of the design mode in the vba editor i get the following error: The Macros in this Project are disabled. Please refer to the online help or
|