POP3it Pro

Email downloading made easy.

<- Back to POP3it Pro function list

POP3it_Adv_GetFullSource

Description

This function returns the entire, unmodified source of the current email exactly as it was downloaded from the mail server. It's possible to store this and only this for any email you download and extract parts of the email out of it later (using POP3it_Adv_ConnectFile) instead of storing each individual part separately in your database. You also need the Full Source of an email to use the POP3it_DisplayMessage function. If you specify a Path and FileName for the SaveToFileName parameter, POP3it Pro will save the Full Source to that file instead of returning the Full Source to FileMaker.

Return Type
Text
Format
POP3it_Adv_GetFullSource ( SaveToFileName )
Optional Parameters
  • SaveToFileName

    Specify the full Path and File Name to save the Full Source of the Current Message to a file. If this parameter is blank or missing, this function returns the Full Source as text.

Related Items
POP3it_Adv_GoToMessage, POP3it_DisplayMessage
Example

Code:

POP3it_Adv_GetFullSource

Result:

Returns the Full Source of the current email.