View Single Post
  #2  
Old May 12th 06, 12:28 PM posted to microsoft.public.outlook,microsoft.public.vb.6.webdevelopment,microsoft.public.vb.general.discussion,microsoft.public.vb.syntax
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Reading Inbox Mails from VB

Your component would need to iterate the items in the desired folder using Outlook objects or, to avoid security prompts, Redemption (http://www.dimastr.com/redemption/) and then display them in some fashion.

Why don't you want to use the existing Outlook View Control?

Note that OUtlook Express has no programming model to speak of.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Viswanathan" wrote in message ...
Hi All!

I want to create a component in VB look like outlook/ outlook express.
It reads the details from outlook mails and will show in this component.
How to do this without ActiveX Control?

--
Thanks and Regards
S. Viswanathan


Ads