Reading mails from Sent items, Deleted items, Draft folder of outlook from VB6.0

  • Thread starter Thread starter Viswanathan
  • Start date Start date
V

Viswanathan

Hi All!

Reading mails from Sent items, Deleted items, Draft folder from VB6.0. It is
very helpful for me if the code is written in ActiveX DLL and can be called
from any form of other projects.
 
Viswanathan said:
Hi All!

Reading mails from Sent items, Deleted items, Draft folder from VB6.0. It is
very helpful for me if the code is written in ActiveX DLL and can be called
from any form of other projects.


Thanks!


Next....
 
Did you have a particular question?

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

If you need basics on working with OUtlook in VB, you might start at http://www.outlookcode.com/d/vb.htm
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Hi Veign!

Where can i download iisext.dll and outlook10.0 library. I have outlook 9.0
library. without this the code downloaded in the guven link is not working
 
The Outlook 10.0 library will be on your machine if you install Outlook 2002. iisext.dll is a DLL used by an IIS server running under Windows.

The code link you were given is an example. You will need to adapt its techniques to your own application, which apparently is a VB6 application, not an IIS web app.

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba


--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
In VB6.0 just change the reference to the Outlook library that you have
installed on your system. If you are going to distribute this and want to
support multiple versions of Outlook then you would use late binding instead
of referencing a specific Outlook library.

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
Veign's Blog
http://www.veign.com/blog
 
Hi!

What is Late binding?

This program executes and read the mail from outlook but i am unable to get
from outlook express?

How can i set the default mail reader as outlook express instead of outlook?

I am again posting in the same newsgroup for continue the discussion! sorry!
and thanks for continuous reply.
The application gives the error as "runtime error'48' error loading DLL" but
in the outlook installed machine it reads the mail information.

what is the reference to be set for outlook express?
 
Back
Top