IPWorks S/MIME 2020 PHP Edition

Questions / Feedback?

RetrieveHeaders Method

Retrieves headers for a message specified by MessageNumber .

Object Oriented Interface

public function doRetrieveHeaders();

Procedural Interface

ipworkssmime_spop_do_retrieveheaders($res);

Remarks

Calling this method will retrieve the headers for the message specified by the MessageNumber property. The message headers will be provided by the Header event and also stored in the MessageHeaders property.

Example (Connect and Retrieve Message Headers)


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

POPControl.MessageNumber = 1
POPControl.RetrieveHeaders()

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 PHP Edition - Version 20.0 [Build 8154]