| Thread | Last Post | Replies |
|
| Read Receipt - VBA | 18 Apr 2007 05:45 GMT | 5 |
Can some one please check .. what is wrong with this .. I am using it on outlook 2003 and it does not work .. :( ' ThisOutlookSession: Option Explicit
|
| Auto Reply | 17 Apr 2007 21:26 GMT | 1 |
I have an office mailbox that I need to have replies sent back to the sender when the mailbox receives them. I had an auto reply rule setup on it, but recently the administrator disabled the "Allow automatic replies" functionality for Internet Message Formats.
|
| Change Header of mail in outlook | 16 Apr 2007 21:30 GMT | 1 |
Excuse for my very bad englis. I want to change the header of mail for grouping the mail in my outllook windows Somme mail are "Patric DES_DUB@xxx.com" another mails are "Patric DES
|
| Obtaining sent email | 16 Apr 2007 05:51 GMT | 1 |
From a VB program, I need to read the subject line for each Outlook sent email in order to locate a specific email, then need to grab the message to display to the user. Would also like to do the same for recvd email. Could somone help me get started? Anyone have any code ...
|
| Record a macro | 16 Apr 2007 05:46 GMT | 1 |
I am using Outlook 2002. Does anyone know if a newer version has a Record a Macro feature like those found in Word and Excel? Thanks, Mark
|
| Event for folders changing | 14 Apr 2007 18:37 GMT | 1 |
I have googled around a bit and haven't found what I need. I am coding in C#, not VB. Outlook 2002 and above. I have some New Mail, Reply buttons. I only want to enable these at the
|
| How do I use a rule to reply to an email? | 13 Apr 2007 17:58 GMT | 4 |
Here's my problem. I am trying to figure out how to setup a rule in Outlook 2003. On a daily basis, I receive 3 - 5 separate emails, from an outside vendor, containing files for my review. Each subject line is unique and contains the name of the file being sent. I would like ...
|
| Reply with attachment | 13 Apr 2007 14:14 GMT | 1 |
does anyone know how to write a micro or any approach to reply with attachment ?
|
| Automate email and attach excel worksheet or workbook | 13 Apr 2007 06:05 GMT | 3 |
I'm trying to create a macro in Outlook that will send an email with an excel attachment. I have a list of different excel files and each file needs to go to a specific person. i.e. To: Joe Smith Attachment: Joe Smith.xls and so on. Is this possible?
|
| How do I transfer Email form data over to a task "Q"..... | 13 Apr 2007 06:04 GMT | 1 |
I created an email form that includes multiple data fields in the actual form. When I move the email over to task Manager I would like the data to automatically populate in the correct column in the Task Manager "Q". I am being told that this can't be done. Any help??
|
| EntryID | 13 Apr 2007 00:10 GMT | 2 |
does anyone has any idea of how to synchronize outlook items with DB ? I know that EntryID changes when an item is moved, so, I need another ID to save in DB in order to use in our application. Thank you
|
| none to Password Authentication (NTLM) | 12 Apr 2007 21:43 GMT | 3 |
We have 500 clients with outlook - 2000 / xp / 2003 , i was refresh my exchange installation . I have a problem about password authentication , clients outlook set it to "None " for authentication , when the clients run outlook , user name and
|
| Script to add appointment to someone else's calendar | 12 Apr 2007 18:01 GMT | 1 |
I would like to use VBScript to add an appointment to someone else's Outlook calendar. Does anyone have a sample code that can do this? Thanks in advance!
|
| Get Favorite Folders | 12 Apr 2007 15:12 GMT | 2 |
Hi-- We have a stand-alone desktop program, called Adondo Personal Audio Link, that among other things recites Outlook e-mail locally and over the telephone. It's actually pretty cool, and uses a lot of advanced
|
| Sending Excel work books using VBA-How to avoid the alert messag. | 12 Apr 2007 14:02 GMT | 1 |
I have been sending Excel work books to outlook mail recepients using VBA. The code is written in the Excel VBA Editor as follows: Dim oMSOutlook As Object Dim oEmail As Object
|