JCL Help:TJclEmail.Read

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Read the last found message.


Pascal

 public function Read(const Options: TJclEmailReadOptions = []): Boolean;


Parameters

Parameters Description
const Options: TJclEmailReadOptions = [] Options for reading. See TJclEmailReadOptions for more information on the possible options.


Return Value

If the message was read successfully the function returns True.


Description

Read reads the last found message (i.e.. the message found after a call to FindFirstMessage or FindNextMessage). You can specify how a message is read by setting the options parameter. See TJclEmailReadOptions for more information on the possible options.


About

Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page