Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading the inbox of an Exchange account (programmatically)

Status
Not open for further replies.

WildWest

Programmer
Apr 2, 2002
111
0
0
US
I need help reading the inbox of an Exchange account (programmatically). Is this possible in ASP or .NET? Does anyone have any examples?

Thanks for your help in advance.
 
Do a google search for MAPI.

If you have Visual Basic installed, look through the samples... there is an exchange client in there written entirely in VB.
 
No it is a VB EXE but the sample has all the source code so you can see how to programmatically establish a MAPI session.

If you just want to check your email then I think the default installation of Exchange includes the web component. Just put the name of your exchange server in your browsers address bar and see if you get the welcome page... I have a feeling this isnt what you are asking about though perhaps I misunderstand the question.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top