Programming Outlook from MS Access (Inbox)

  • Thread starter Thread starter Stanley
  • Start date Start date
Status
Not open for further replies.
S

Stanley

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
 
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 <Stan...> 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
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
R Programming Web Outlook Access Outlook VBA and Custom Forms 3
O Outlook programming Outlook VBA and Custom Forms 3
N Programming to extract automatically extract attachments Outlook VBA and Custom Forms 3
J Programming Tutorial Outlook VBA and Custom Forms 1
M Task programming Outlook VBA and Custom Forms 1
R Bluetooth programming Outlook VBA and Custom Forms 1
Z Re: Programming custom Categories into Master Categories List Outlook VBA and Custom Forms 1
D MAPI programming issue - outbox doesn't exist? Outlook VBA and Custom Forms 2
H Spam email in Gmail not visible in Outlook Using Outlook 3
J How to transfer Win 10 Outlook to new Windows 11 pc? Using Outlook 8
J Renegade spam URL line displayed in old local Outlook 365 email title Using Outlook 3
G Reduce whitespace in Outlook desktop Contact Cards display Using Outlook 3
C Outlook classic via 365 Using Outlook 2
Dr. Demento Analogous Outlook code to read info into an array (or collection or whatever) Outlook VBA and Custom Forms 7
S Repair Outlook Using Outlook 8
V Outlook Form ListBox is not editable Outlook VBA and Custom Forms 2
F Outlook's contacts Using Outlook 1
D Outlook 2003 stopped dead Using Outlook 2
G Cannot receive emails from gmail account in Outlook 365 Using Outlook 1
E "Cannot display the folder. MS Outlook cannot access the specified file location" Using Outlook 8
P Outlook 2016 Working Offline Using Outlook 2
Rupert Dragwater Cannot reestablish gmail (email address) account in Outlook 365 Using Outlook 11
O Outlook 365 synchronisieren Exchange Server Administration 1
kburrows Outlook Classic - JPG files are corrupted when opened or saved Using Outlook 3
F Sync Outlook Calendar Using Outlook 0
G Change default font size in sticky notes - Outlook Desktop 2021 Using Outlook 2
C VBA in "New Outlook?" Using Outlook 0
D New Outlook with Business Basic Plans Using Outlook 0
D Outlook 2021 not working with Outlook 2003 installed Using Outlook 5
D Outlook 2003 stopped working - get they dialog box asking for username & Password Using Outlook 2
T Outlook 2021 hangs in close on taskbar occasionally Using Outlook 1
M Duplicate removal feature in Outlook 2021 is faulty Using Outlook 2
D.Moore Outlook COM addins source folder Using Outlook 12
P Removing Outlook 365 Account from Send/Receive Using Outlook 3
kburrows Outlook Automatically Merging Contacts Using Outlook 2
A Outlook 2016 Outlook 2016 vs. New Outlook Using Outlook 4
D Outlook Desktop App Email Software Using Outlook 0
efire9207 VBA Outlook Contacts Outlook VBA and Custom Forms 6
M Outlook not logging in to server Using Outlook 0
J Outlook macro to run before email is being send Outlook VBA and Custom Forms 3
R Outlook 2021 change view Using Outlook 2
K Outlook font corrupted in some point sizes, resets on close/open Using Outlook 2
J Is the Windows Outlook Tasks module really going to be gone? Using Outlook 6
F Outlook 2010 and Hotmail Using Outlook 1
A Outlook 2021 needs 'enter' for people search Using Outlook 2
HarvMan Outlook 365 Inbox Font Using Outlook 8
Retired Geek Outlook on MAC delete duplicate Sent emails Using Outlook 0
S New Outlook - IMAP ISSUES and support for addins? Using Outlook 1
C outlook.com fonts Using Outlook 2
R Outlook with several IMAP accounts generating folders with 1111 suffix Using Outlook 0

Similar threads

Back
Top