| Thread | Last Post | Replies |
|
| send follow up mails | 04 Jan 2006 13:08 GMT | 2 |
How can i send a mail from my application to outlook receipt, where mails should contain follow up flag and other details
|
| Move email to specific folder in 2003? | 04 Jan 2006 06:15 GMT | 6 |
I found a thread that has code on how to do what I'm trying to do, but I'm missing something and it won't work. I know the macro is running, becasue if I have the folder name I do get the eror message coded in it. Can somone sugest where I might be going wrong. Here's the code and
|
| CreateItemFromTemplate without signature? | 04 Jan 2006 03:51 GMT | 4 |
I have a script in VBScript (not VBA) that uses the Outlook.Application object to create and send an email. The script uses CreateItemFromTemplate to create the MailItem object, and when it does so, if the user running the script has enabled the "Signature for new messages" ...
|
| Message box appearing when someone receives a mail from me | 03 Jan 2006 20:39 GMT | 1 |
What is the code to write in VBA when I want a message box to appear when someone receives e-mail from me. And how (to what?) do I assign this macro or is that not necessary in Outlook? Thanks and Happy New Year!!!
|
| Show all shared calendars on startup | 03 Jan 2006 19:26 GMT | 1 |
I found this bit of code and at works great when i loop through a list of shared calendars BUT it creates a new instance of outlook for each calendar. IS there a way to show all calendars in one outlook window? tia
|
| automatically print sent e-mail | 03 Jan 2006 18:32 GMT | 1 |
For outlook 2003 does anyone have any code to print the e-mail on sending the e-mail. Whilst I have it to set to print out before the send automatically I would prefer it to print out after the send but before the e-mail closes so that it
|
| Name of email sender | 03 Jan 2006 18:01 GMT | 5 |
I have emails in my inbox folder. In order to get the email address of the sender I wrote the following: adrs = Application.ActiveExplorer.Selection(1).SenderEmailAddress And for my Sent Items folder I wrote:
|
| Controlling which email account a new email comes from-using vba | 03 Jan 2006 18:00 GMT | 1 |
I have several email accounts set up. When I create a new email with: Set itEmail = Application.CreateItem(olMailItem) , I don't see how to control which email account will be used for sending the
|
| items.Sort ordered for more fields | 02 Jan 2006 20:35 GMT | 3 |
I cannot sort items in my folder for more fields ?!? Why ? Set MyArchivio = Application.GetNamespace("MAPI").Folders("CartellePubbliche").Folders("Tutte
|
| Recurring mail attachment(s) | 02 Jan 2006 20:30 GMT | 3 |
Outlook Experts, I wrote a OL2003 macro to (1) save an OL.MailItem in filesystem and to (2) remove the attachment(s). This is the code so far:
|
| Searching text and numeric from table in outlook messages | 02 Jan 2006 20:11 GMT | 2 |
I want use pattern matching to find numeric values from Microsoft outlook message. The search is for words like "Advancers" and followed by finding numeric values (Separated by space) from next column of the same table of a HTML message.
|
| Newbie seeks help writing macro to empty Outlook junk e-mail folder | 02 Jan 2006 08:01 GMT | 7 |
This oughta be simple, so I'm hoping someone can just respond w/the VBA code. I want a macro that will automate this series of 4 keystrokes in Outlook 2003: 1. Tab (to move focus from folder list to pane w/list of junk emails)
|