Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 26th, 2004, 04:24 AM
Registered User
 
Join Date: Aug 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default receiving mails from outlook using webapplication

hi
i am able to send mails from my web application developed in asp.net, but i am unable to receive, anyone knows please help me in this,

thanks in advance
bye
srinu

 
Old January 26th, 2004, 09:24 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Can you post your code?

 
Old January 26th, 2004, 09:42 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
Default

You could also try to catch the errors if any by using a try catch end try statement.

Try
'send it here
Catch ex as Exception
response.write(ex)
End Try





Similar Threads
Thread Thread Starter Forum Replies Last Post
WebApplication ajaidass ADO.NET 0 January 20th, 2007 03:22 PM
reading outlook mails using applications g_vamsi_krish ASP.NET 1.0 and 1.1 Professional 0 August 3rd, 2006 01:54 AM
Error in WebApplication nidhinasthra ASP.NET 2.0 Basics 1 August 10th, 2005 06:12 AM
Receiving mail with Outlook 2000 VBA spotts-71 All Other Wrox Books 3 August 24th, 2004 10:41 AM
Receiving mail with Outlook 2000 VBA spotts-71 Pro VB 6 7 July 17th, 2003 03:04 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.