Open the specified message for reading.
This method returns a Boolean value. If the method succeeds, the return value is true. If the method fails, the return value is false. To get extended error information, check the value of the LastError property.
The OpenMessage method opens a message in the current mailbox. The client can then read the contents of the message using the Read method, and once all of the data has been read, the message should be closed by calling the CloseMessage method.
PopClient Class | SocketTools Namespace | PopClient.OpenMessage Overload List