![]() |
Here's a challenge - VBA regarding mail
ok, I'm not a pro, but this task seems like an extremely
difficult task - so hopefully someone is up to the challenge! I have a MS Access 2003 database. I would like to use VBA to accomplish the following tasks (keep in mind this is originating from Access and not Outlook)... I would like to take an email address and instead of creating a new message to it I would like to REPLY to the last one that was received from that address. Obviously the only real difference is that the body of the message from the previous received message will be included. Keep in mind I am talking about sending a message programatically (although it needs to use Outlook as a client). |
Here's a challenge - VBA regarding mail
Am Tue, 25 Apr 2006 15:30:54 -0500 schrieb Stealth1:
If all e-mails you want to consider are in the Inbox of Outlook then you can sort them by the Sort method retrieve all items received from that address by the Restrict function. Take the first item received and call its Reply function. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- ok, I'm not a pro, but this task seems like an extremely difficult task - so hopefully someone is up to the challenge! I have a MS Access 2003 database. I would like to use VBA to accomplish the following tasks (keep in mind this is originating from Access and not Outlook)... I would like to take an email address and instead of creating a new message to it I would like to REPLY to the last one that was received from that address. Obviously the only real difference is that the body of the message from the previous received message will be included. Keep in mind I am talking about sending a message programatically (although it needs to use Outlook as a client). |
Here's a challenge - VBA regarding mail
If all e-mails you want to consider are in the Inbox of Outlook then you
can sort them by the Sort method retrieve all items received from that address by the Restrict function. Take the first item received and call its Reply function. And this can be done from MSAccess? |
Here's a challenge - VBA regarding mail
Am Wed, 26 Apr 2006 08:35:50 -0500 schrieb Stealth1:
Yes, it can. Add a reference onto Outlook via Tools/References. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- If all e-mails you want to consider are in the Inbox of Outlook then you can sort them by the Sort method retrieve all items received from that address by the Restrict function. Take the first item received and call its Reply function. And this can be done from MSAccess? |
All times are GMT +1. The time now is 04:43 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com