email checking in access

RBCC

New member
Member
VIP
Local time
8:00 AM
Messages
119
Can I check email in access 2013? Put my messages in another field? John
 

My Computer

Computer Manufacturer/Model Number
Gateway
OS
Windows 7 Ultimate
CPU
Turion 64 Bit
Memory
2 GIG
I agree it is not a simple, built in ability but it is definitely possible to do with VBA .

Do you use Outlook as your email client app? If yes, one option is to use Outlook Automation.

Can you be more specific on what you want to do.
 

My Computer

OS
Windows 7 Ultimate x64
No not the main email app. I just want to have s DB with names address and phone numbers and email at specific interval checks email then puts either the amount of emails and allows me to delete.the unwanted ones. John
 

My Computer

Computer Manufacturer/Model Number
Gateway
OS
Windows 7 Ultimate
CPU
Turion 64 Bit
Memory
2 GIG

My Computer

OS
Windows 7 Ultimate x64
I use to use Outlook 2010 but switched to Thunderbird. Using a DB program for email access is not possible I believe,
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Win 10 Pro 64
CPU
Intel Core i7 960 @3.20 GHz
Motherboard
MSI MS7522
Memory
24.0 GB DDR3
Graphics Card(s)
EVGA GTX 750Ti
Monitor(s) Displays
LG E2341 23 Inch
Screen Resolution
1920x1080
Hard Drives
1TB Western Dgital 1002FAEX-00Y9A0
1TB Hitachi HDS721010CLA322
PSU
700 Watt
Case
Haf 912
Cooling
Fans
Keyboard
Logitech MK710
Mouse
Logitech M705
Internet Speed
Cable
Antivirus
AIS 2015 .10.0.2225
Browser
Firefox 49
Other Info
MalwareBytes Anti-Rootkit utility
I use to use Outlook 2010 but switched to Thunderbird. Using a DB program for email access is not possible I believe,
Outlook and Thunderbird are email clients not email servers. If the email is stored in a mail serve then it is possible to access the email. Some email clients (Like Outlook) allow automation so other application can work with it.

It is definitely possible to do. I do it from Access, VB.Net, and web sites using PHP.

It all depends on where the email is stored if it can be accessed by another application like Access. Generalliy if you wnat to be able to acess your email from multiple applications/devices then storing your email in a mail server that allows IMAP connections works really well.

If you use POP3 and download all the emails into your email app and delete them from the mail server then you should make sure you use an Email app that allows automation.

The key is leaving he email in the mail server and using IMAP.
 

My Computer

OS
Windows 7 Ultimate x64
I use to use Outlook 2010 but switched to Thunderbird. Using a DB program for email access is not possible I believe,
Outlook and Thunderbird are email clients not email servers. If the email is stored in a mail serve then it is possible to access the email. Some email clients (Like Outlook) allow automation so other application can work with it.

It is definitely possible to do. I do it from Access, VB.Net, and web sites using PHP.

It all depends on where the email is stored if it can be accessed by another application like Access. Generalliy if you wnat to be able to acess your email from multiple applications/devices then storing your email in a mail server that allows IMAP connections works really well.

If you use POP3 and download all the emails into your email app and delete them from the mail server then you should make sure you use an Email app that allows automation.

The key is leaving he email in the mail server and using IMAP.

Of course, Outlook is easy to configure so that it leaves all e-mails on the server.
 

My Computer

Computer type
PC/Desktop
Back
Top