Internet Direct (Indy)
Home
PreviousUpNext
TIdPOP3.RetrieveRaw@Integer@TStrings

Retrieves message headers and body without performing MIME decoding.

Parameters 
Description 
MsgNum 
Message number to be retrieved.
 
Dest 
Destination used to store the message in raw format. 

Boolean - True when message retrieval is successful.

RetrieveRaw is a Boolean function that retrieves POP3 message headers without performing MIME decoding for the header or body values. 

RetrieveRaw uses the POP3 RETR command to intitiate message retrieval. Header values are obtained using the Capture method for the IOHandler. 

RetrieveRaw returns True when the POP3 response from the server is ST_OK

Use RetrieveHeader to get the parsed message headers and store the result in a TIdMessage instance. 

Use Retrieve to get an entire message and store the result in a TIdMessage instance.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.