Forum: ASP.NET Apr 3rd, 2006 |
| Replies: 1 Views: 1,324 hi .... i have tried to use this code but it juz cant work ... i cant find out the problem with this code ... this program is suppose to read my email and display all my messages that i have in my... |
Forum: ASP Mar 31st, 2006 |
| Replies: 0 Views: 1,143 'Find out how many messages there are
Dim iMessages
iMessages = Mailer.MessageCount
Response.Write "There are " & iMessages & " messages on the server.<p>"
The code above cant work, it is... |