Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



POP3 Interface Disconnect Method

The Disconnect method disconnects from the POP3 server.

POP3 Interface Disconnect Method Example
Set pop3 = Server.CreateObject("Chili.Pop3.1")
pop3.Connect "mail.foo.com", "myuserid", "mypasswd"
pop3.Disconnect


ContentsPreviousNextIndex