int InetPop3Close (int POP3Handle);
Discards the POP3 handle and closes the associated connection.
Input | ||
Name | Type | Description |
POP3Handle | integer | A POP3 handle returned by the InetPop3Open function. |
Name | Type | Description |
result | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred. |