| Thread | Last Post | Replies |
|
| Save Html Email only saves partial message. | 31 Aug 2004 16:47 GMT | 2 |
It happens sporatically. When I save html email locally using the below code, sometime the local html file doesn't have all content, it only has partial email message. What can I do to ensure the entire message is saved everytime?
|
| getting entryid of open email | 31 Aug 2004 10:58 GMT | 2 |
1) does anybody know how to get with vba the EntryID of the actual (opened) email message? 2) A new Email message (befor saving it) already has a EntryID? Thanks for help
|
| creating a macro for inserting text | 31 Aug 2004 06:30 GMT | 5 |
i'd like to have a macro that i can run which will insert a specified list of words. can anyone tell me the code to insert text into an outlook message. thanks
|
| Outlook message to add Task to Task-List, Automatically? | 30 Aug 2004 23:05 GMT | 1 |
Is it possible to have an Outlook email message programmed to automatically add a Task to the receipt's Task-List? I'd like to have a link/button in the email that will
|
| Help deleting messages with certain Attachments | 30 Aug 2004 21:07 GMT | 1 |
I'm a newbe to VBA/Outlook but am an experienced Delphi programmer so bear with me. I want to write a script to delete or move to the Junk E-mail folder all incoming messages with attachments that have certain file extensions
|
| symbol bar | 30 Aug 2004 17:57 GMT | 1 |
How can i create a new cumstomer Symbol/Menu bar for email messages using vba? Thanks, Peter
|
| How to Export Button Image | 30 Aug 2004 15:09 GMT | 1 |
I have created a custom button image for the Outlook toolbar. When pressed, this runs a macro. Is there a way to export this button image, so that I can give it to users who use the macro?
|
| Reminders for appointments created in the past | 30 Aug 2004 15:05 GMT | 1 |
In Outlook 2K if an appointment was created for say, yesterday, it didn't set the reminder flag automatically - which is good as obviously the appointment and reminder time has passed. However, with Outlook 2K3 when said appointment is created O2K3 sets the
|
| VBA for bringing up "User Template in File System" from "Choose Form"?? | 30 Aug 2004 14:50 GMT | 1 |
It's better than nothing to have the "Choose Form" option available to put on a button, but is there VB coding to choose to bring up more specifically the "User Template in File System" box? I don't use all the others and I have several templates, so just don't have enough
|
| Outlook Security Message while sending e-mail via VBA | 30 Aug 2004 13:17 GMT | 3 |
While sending an e-mail via VBA, I receive the Outlook security msg: A program is trying to send etc.... A lot on dealing with this problem is written on the I- net but none of them seame to answer my question.
|
| Is there a HTMLBody Property for Tasks | 30 Aug 2004 13:14 GMT | 1 |
I am trying to create an HTML formatted note to insert in the notes area of an Outlook task. However, I can't seem to get it work like I can with an e-mail item. If I use oTaskItem.HTMLBody, I get the raw HTML code. Am I doing something wrong?
|
| marking moved messages as read without reading them | 30 Aug 2004 13:04 GMT | 2 |
I have set up a rule through Rules wizard (Outlook 2003) that moves incoming mail from specific users to another folder. I would also like to be able to mark this mail as read when it gets moved.
|
| Auotmating Outgoing Messages | 29 Aug 2004 12:30 GMT | 1 |
I'm trying to write VBA code from Access using SendObject. This is tied into Outlook SendItem. When the command is run, I receive the message "A program is trying to automatically send E-Mail on your behalf ..."
|
| Choosing email account in outlook | 28 Aug 2004 06:04 GMT | 3 |
If there are more than one email accounts in outlook, is it possible to choose an account programmatically by which the email is sent? I have several email accounts in my outlook. I wonder if I can add a "send" button (per account), so that the email is sent via the account
|
| Activate Macro | 27 Aug 2004 19:38 GMT | 2 |
I'm trying to make a macro in outlook 2002 and when i'm trying to test it i get a strange error message saying that my macro has been deactivated and that i should look in the online help to solve my problem... I did look and
|