Reading E-Mails in VBA

  • Thread starter John Clingeleffer
  • Start date
J

John Clingeleffer

I have an Access application that reads e-mail messages using MAPI and CDO. I
have a
site that uses Outlook with Groupwise 7.02. My VBA can access the Inbox and
cycle through the e-mails, but, while the VBA can see the e-mail subject, the
mody text (.Text property) is alays a zero length string, even though I can
see the text in the Inbox.

Problem only occurs at this one site. Fine on all other Outlook/Exchange
sites.

Any ideas.
 
D

Dmitry Streblechenko

GW MAPI provider (used by Outlook) is not of the best quality...
Can you access the Body property using the Outlook Object Model?

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top