IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

Connect Method

Connects to the mail server and attempts to login.

Object Oriented Interface

public function doConnect();

Procedural Interface

ipworks_pop_do_connect($res);

Remarks

This method connects to the mail server and attempts to login using the current User and Password. Then it retrieves initial statistics about the mailbox contents (MessageCount and TotalSize).

Example (Connect to POP Mailbox)


POPControl.MailServer = "MyPOPServer"
POPControl.User = "username"
POPControl.Password = "password"
POPControl.Connect()

POPControl.MessageNumber = 1
POPControl.Retrieve()
MessageText = POPControl.MessageText
MessageHeaders = POPControl.MessageHeaders

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]