Product Logo

POP3it Pro

Email downloading made easy.

Functions
FunctionPOP3it_Adv_AddAccount
FunctionPOP3it_Adv_Connect
FunctionPOP3it_Adv_ConnectFile
FunctionPOP3it_Adv_Delete
FunctionPOP3it_Adv_DeleteAll
FunctionPOP3it_Adv_Disconnect
FunctionPOP3it_Adv_GetAccountOption
FunctionPOP3it_Adv_GetAttachment
FunctionPOP3it_Adv_GetAttachmentCount
FunctionPOP3it_Adv_GetAttachmentFileName
FunctionPOP3it_Adv_GetBody
FunctionPOP3it_Adv_GetDate
FunctionPOP3it_Adv_GetFullSource
FunctionPOP3it_Adv_GetHeader
FunctionPOP3it_Adv_GetMessageCount
FunctionPOP3it_Adv_GetSize
FunctionPOP3it_Adv_GetUniqueID
FunctionPOP3it_Adv_GoToMessage
FunctionPOP3it_Adv_HasBodyType
FunctionPOP3it_Adv_IsConnected
FunctionPOP3it_Adv_RemoveAccount
FunctionPOP3it_Adv_SaveAttachment
FunctionPOP3it_Adv_SetAccountOption
FunctionPOP3it_Adv_UndeleteAll
FunctionPOP3it_CheckAccount
FunctionPOP3it_CheckFile
FunctionPOP3it_Configure
FunctionPOP3it_ConfigureAccount
FunctionPOP3it_DisplayMessage
FunctionPOP3it_File_Copy
FunctionPOP3it_File_Delete
FunctionPOP3it_File_Exists
FunctionPOP3it_File_Export
FunctionPOP3it_File_Import
FunctionPOP3it_File_Move
FunctionPOP3it_File_Read
FunctionPOP3it_File_Rename
FunctionPOP3it_File_SelectWithDialog
FunctionPOP3it_File_Size
FunctionPOP3it_File_Timestamp
FunctionPOP3it_File_Write
FunctionPOP3it_Folder_Create
FunctionPOP3it_Folder_Delete
FunctionPOP3it_Folder_Exists
FunctionPOP3it_Folder_GetPath
FunctionPOP3it_Folder_List
FunctionPOP3it_Folder_Rename
FunctionPOP3it_Folder_SelectWithDialog
FunctionPOP3it_GetAccountNames
FunctionPOP3it_QuoteMessage
FunctionPOP3it_Register
FunctionPOP3it_StatusWindow
FunctionPOP3it_Version
FunctionPOP3it_VersionNumber

POP3it_DisplayMessage

NamePOP3it_DisplayMessage
Description

This function will take the Full Source of an Email and present a Message Window to the user displaying that Email in much the same way a normal Email Client displays an Email to a user. This Message Window has a toolbar at the top with buttons for various actions for the user to take in regards to the current Message. The buttons on the toolbar include “Previous” (represented as a button with < on it), “Next” (represented as a button with > on it), “Reply”, “Forward”, “Delete”, and “Print”. For all the buttons except the Print button, the Message Window will close and return “Previous”, “Next”, “Reply”, “Forward”, or “Delete” depending on which button the user pressed. Your database can then respond to the action the user is wanting to do with the Message. Note that POP3it Pro does not define what your database should do in response to these buttons, it is entirely up to you. If the user presses the Print button, POP3it Pro will present them with a standard Print dialog allowing them to print out the email to their printer. If the Message has attachments, there will be a toolbar on the bottom of the Message Window showing them all available Attachments for the email. The user can select an Attachment and Save it anywhere on the hard drive the user chooses.

Return TypeText
FormatPOP3it_DisplayMessage ( PathOrFullSource )
Required Parameters
PathOrFullSource

The Path to a Single-Message File (as saved by POP3it_Adv_GetFullSource) or the Full Source of the Message to Display.

Example
Example 1

Displays the Message specified in the "FullSource" field of the "Email" table.

POP3it_DisplayMessage( Email::FullSource )