Does anyone know of a way to do an HTTP get with the Imail server's webmail server? On an IIS server I can simply do the following:
<%
Set objWinHttp = Server.CreateObject("WinHttp.WinHttpRequest.5.1")
objWinHttp.SetTimeouts 500, 500, 500, 1000
objWinHttp.Open "GET", "http://www.msnbc.com/";
objWinHttp.Send
strHTML = objWinHttp.ResponseText
Set objWinHttp = Nothing
response.write strHTML
%>

"Simply" may mean "simply" to you, but not to Ipswitch programmers. :)


They designed web messaging for one purpose: web messaging. They don't have anything in there for customization beyond strict web messaging (for example, about 20 lines of code could get them an interface for third-party programs to be run from web messaging, but it isn't being done).

-Scott
---
Declude JunkMail: The advanced anti-spam solution for IMail mailservers.
Declude Virus: Catches known viruses and is the leader in mailserver vulnerability detection.
Find out what you've been missing: Ask about our free 30-day evaluation.


---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to