Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdPOP3.RetrieveMsgSize
TIdPOP3
Gets the size of a message.
function
RetrieveMsgSize(
const
MsgNum: Integer): Integer;
Parameters
const MsgNum: Integer
Message number to access.
Returns
Integer - Number of bytes in the message.
Description
RetrieveMsgSize is an Integer function that retrieves the size of an individual message specified in MsgNum. The value returned is in bytes.