Hi Guys, Our favourite namespace has defeated me!! I can't get this darn thing to work for love nor money. I'm trying to send an e-mail from .NET. Our exchange...
Ian, Sounds like your SMTP need auth. Check out this article on Codeproject http://www.codeproject.com/dotnet/SystemWeb_Mail_SMTP_AUTH.asp HTH KK ... thing to ...
Hi, You need to just remove one space. Try it... SmtpMail.SmtpServer = "129.2.22.222"; <- There was a space here. MailMessage oMessage = new MailMessage(); ...
If only it were that simple !! lol That was just a typo as i changed all the real addresses etc!! I think it is to do with relaying, but for some reason is not...
Sometimes, the easiest way to figure out what is going on with this problem, is to try and telnet to your exchange server and send a mail. That usually gives...
Are you using the CDO.Message to send out emails? ... V L Narasimha Rao ... __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 ...
Hi all, I'm new to this group and [relatively] new to C# so forgive me if any of this is trivial (or if this post doesn't belong in this group). What I'm...
That error is probably because you have the database opened from access also, close access, run the app, and see if the error goes away Fer ... From: "Tim"...
Another thing you might want to try is removing "Provider= Microsoft.Jet.OLEDB.4.0;" from the connection string. I'm not at a computer where I can test this...
Thanks Sam and Fernando - Sam, I tried your suggestion and an exception yelled at me saying there was no Provider specified, so we can rule that out. Fer, I am...
Tim, I know this is an architecture suggestion that might be impossible right now, but you might consider looking at MySQL in the future as your database ...
I believe this is the error you get when you do not have rights to the DB. Although you are providing a user id and password, the "IUSR_xxxx" account of the...
Wow, thanks a lot for all the insight on this interesting concept. I can see where this would be quite valuable in some situations. I realize it is important...
Hi I have a check box in a datagrid in asp.net app, there is no event tied to that datagrid or the checkbox at all. There is no AutoPostBack either. So can...
Hi, I am getting the exception while trying to create a new user in ActiveDirectory 2000. The Exception is thrown while trying to set password. The code looks...
Hi, I am getting the exception while trying to create a new user in ActiveDirectory 2000. The Exception is thrown while trying to set password. The code looks...
Try to obtain the inner exception to know what is te exact excepcion that is being thrown, otherwise it will very difficult to debug Fer ... From: "Krishnan"...
Hi I don't knw why the .Checked value of a check box in an asp.net datagrid, is always false even when the check box is ticked... Please advise... [Non-text...
In a message dated 03/11/2005 13:57:29 GMT Standard Time, ... Further more, the value on the server side of the check box, is always the initial load value of...
This is the tutorial I am working on...http://www.developerfusion.co.uk/show/4632/2/ But the server side can not see what the user has done on the tick boxes!...
Hello All, u can use process start method to open my computer as follows: System.Diagnostics.Process.Start("explorer.exe"," "); with space in the second...
Take a look at the bottom of http://www.colba.net/~hlebo49/explorer.htm It lists the command line switches for explorer. Only took one try with Google. ... -- ...
John: I think you are mixing client code with server code, you assign a javascript handler to onclick I thinlk this prevents the server postback when the...
Hi Krishnan, 1. When you connect to Active directory on 389 port it works in read only mode and when you connect to AD on 636 i.e SSL then it works as R/w ...