Neokernel API

ReceivePOP3EmailAgent.listMessage Method

This method lists a message on the POP3 server by its message number. Returns the pair (int {msg_num} ,int {msg_size})

protected virtual IntegerPair listMessage(
   int msg_num
);

Parameters

msg_num
The message number to list.

Return Value

Returns an IntegerPair, first is the message number, second is the message size.

See Also

ReceivePOP3EmailAgent Class | com.neokernel.email Namespace