Shuts down the connection to the POP3 server. First use WebPopQuit to commit the changes on the server.
WebAPI.bdh
WebPopShutdown( inout hPop : number, in nMode : number optional ): boolean;
true if the response was successfully received and the server confirmed with "+OK"
false otherwise
Parameter | Description |
---|---|
hPop | Handle to a Web connection that was created by WebPopConnect |
nMode |
Determines the shutdown mode (optional). Any of the following options is possible:
|
dcltrans transaction TWebPop3 var hPop: number; begin WebPopConnect(hPop, "standardhost", WEB_PORT_POP3); WebPopShutdown(hPop); end TWebPop3;
WebMulti01.bdf, WebSecure01.bdf
eMail.sep