| Thread | Last Post | Replies |
|
| Get User Specified Folder Property | 05 Mar 2008 15:19 GMT | 4 |
I was wondering how I would get a macro within Outlook 2003 to prompt the user for a folder/sub-folder for the macro to use in the script? This is a snipit of what I am working with. Set MySubFolder = InputBox,,, ' Select the folder to work in.
|
| Applying Outlook rules only after mail item is read. | 05 Mar 2008 14:12 GMT | 1 |
I have certain rules defined in my outlook. I want to write a VBA code with which the rule should be applied after the mail is read by user. e.g. If I have set up a rule that when a mail arrives in my inbox, the mail should be moved to a specific folder. In the normal case, ...
|
| VBA command, "Item.Send" gives Yes/No Prompt. How do I disable pro | 05 Mar 2008 13:06 GMT | 3 |
I am trying to automate a task in MS Access 2003. When I use the VBA "Item.Send" command, this prompt comes up: "A program is trying to automatically send an e-mail message using a Microsoft Visual Basic Application (VBA) command, Item.Send, from within Microsoft Outlook. If you ...
|
| Trying to read outlook email without having outlook running programmatically | 04 Mar 2008 23:28 GMT | 1 |
I was hoping someone could give me a hand. I wrote a program to automatically read email from outlook. The application successfully read email from outlook when outlook is opened. But when I shut down outlook, the program can no longer read
|
| Shared Calendar Folder Access | 04 Mar 2008 22:26 GMT | 1 |
I'm trying to write a program that analyzes appointments in several shared calendars. I know how to use the default shared calendar, but how does one specify a shared calendar by the AD name of the calendar owner?
|
| add-in? | 04 Mar 2008 14:26 GMT | 3 |
I would like to create a simple button to automate a currently manual task. however, I then need to be able to easily deploy this 'add-in' (is that the correct term) to other work stations. How can one go about this? Are there any examples to refer/learn from?
|
| Making email item 'Read' programmatically | 03 Mar 2008 14:17 GMT | 1 |
Is it possible to set the option 'Mark as Read' programmatically which is available in each new e-mail?
|
| Contact Program | 03 Mar 2008 13:48 GMT | 20 |
Good morning, I am really new to VBA for Outlook. I am trying to create a macro/module that will: Automatically select the contacts folder,
|
| Get smtp address on send | 03 Mar 2008 13:45 GMT | 9 |
I would like to save a copy of an email when it is sent if I can find the SMTP address in a jet database. I have been successful (with the help of this community) in getting the SMTP address of incoming messages using Redemption and now I would like to get the addresses of ...
|
| Problems accessing named folder from VBA | 02 Mar 2008 20:21 GMT | 1 |
I have a VBA macro that includes the lines Dim olNS As Outlook.NameSpace Dim TopFolder As Outlook.MAPIFolder Set olNS = Application.GetNamespace("MAPI")
|
| mailmerge / attachement / e-mail | 02 Mar 2008 19:58 GMT | 5 |
Dear friends, I want to send e-mails with an attached file to my contacts (outlook 2003). I found the following link http://word.mvps.org/FAQs/MailMerge/MergeWithAttachments.htm
|
| Can Not Automate Outlook From Excel | 02 Mar 2008 19:47 GMT | 7 |
Outllook 2003 on XP Pro I am trying to open Outlook and crate a message from Excel VBA module and I am getting the following error The Operation failed. - -2147287037: In RunExportProgram Function
|