![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I have written code in MSAccess to send e-mails with no trouble (can program
receipients, ccs, attachments, etc.) What I would like to do is: Examine incoming e-mails and match them against e-mails of the person that sent them. When some one sends an e-mail I can store the sender. time and the receipient, but I don't know how to examine incoming e-mails. (The e-mail should come back to the person who originally sent it so that may not be any part of this problem. I would like to match a receiived e-mail, but I have no idea how to examine what is in the inbox ). Thanks, Stanley |
#2
|
|||
|
|||
![]()
Although I'm not clear on what you're trying to do, the best way to
monitor incoming emails is with event handlers in Outlook, not Access. You could try a class module (in Access) with an early-bound reference to Outlook, and see if you can use the WithEvents keyword to hook into the Outlook.Application object. HTH, JP On Dec 15, 2:00*pm, Stanley wrote: I have written code in MSAccess to send e-mails with no trouble (can program receipients, ccs, attachments, etc.) What I would like to do is: Examine incoming e-mails and match them against e-mails of the person that sent them. When some one sends an e-mail I can store the sender. time and the receipient, but I don't know how to examine incoming e-mails. (The e-mail should come back to the person who originally sent it so that may not be any part of this problem. I would like to match a receiived e-mail, but I have no idea how to examine what is in the inbox ). Thanks, Stanley |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Express cannot access Inbox folder | Adam Bailey | Outlook Express | 1 | June 19th 08 02:40 PM |
Programming access to calendar | John Franklin | Outlook - Calandaring | 0 | March 22nd 07 07:46 PM |
Choice of programming tool for Outlook programming | [email protected] | Outlook and VBA | 4 | July 13th 06 10:48 AM |
using remote access, I see my Outlook Calendar but not my Inbox | JohnnyMulv | Outlook - Installation | 1 | June 28th 06 04:20 PM |
how to access hotmail folders other than inbox with outlook express | [email protected] | Outlook Express | 5 | January 20th 06 06:02 PM |