| View previous topic :: View next topic |
| Author |
Message |
Adrian C. Guest
|
Posted: Fri Jul 07, 2006 5:38 am Post subject: how to read emails messages body using delphi7/outlook2003 |
|
|
Does anyone know how to read emails messages body using delphi7/outlook2003
?
Thanks. |
|
| Back to top |
|
 |
Dmitry Streblechenko Guest
|
Posted: Fri Jul 07, 2006 9:31 pm Post subject: Re: how to read emails messages body using delphi7/outlook20 |
|
|
MailItem.Body in the Outlook Object Model.
http://www.outlookcode.com is a good place to look for the Outlook dev info.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Adrian C." <vadrianc (AT) gmail (DOT) com> wrote in message
news:44adad09 (AT) newsgroups (DOT) borland.com...
| Quote: | Does anyone know how to read emails messages body using
delphi7/outlook2003 ?
Thanks.
|
|
|
| Back to top |
|
 |
Mike Shkolnik Guest
|
Posted: Fri Jul 07, 2006 10:23 pm Post subject: Re: how to read emails messages body using delphi7/outlook20 |
|
|
| Quote: | Does anyone know how to read emails messages body using
delphi7/outlook2003? |
You may download the demo project where I shown how to work with Outlook
from Delphi:
http://www.scalabium.com/faq/delphioutlook.zip
This project I wrote as sample for my tips (see the OLE-automation section):
http://www.scalabium.com/faq/dc_tips.htm
--
With best regards, Mike Shkolnik
E-mail: mshkolnik (AT) scalabium (DOT) com
WEB: http://www.scalabium.com |
|
| Back to top |
|
 |
|