wwPOP3::GetMessages

High level method that retrieves all the messages on the POP3 server into the internal aMessages array.

o.GetMessages(llNoParseAttachments,llDeleteMessages)

Return Value

Message Count

Parameters

llNoParseAttachments
Optional - If set to .T. attachments are not converted from Mime formatted Base64 and no parsing occurs. By default the ParseMultipartMessage() method is called to parse the Base64 content into its real binary string format.

llDeleteMessages
Optional - Deletes the messages after they're retrieved if set to .T. By default the messages are only retrieved, not deleted.


See also:

Class wwPOP3

© West Wind Technologies, 2023 • Updated: 02/13/02
Comment or report problem with topic