JVCL Help:TJvMail.SeedMessageID

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Species the message identifier seed for a request.


Pascal

 propertySeedMessageID: string;


Description

SeedMessageID is used to identify a specific incoming message. After calling FindFirstMail or FindNextMail, property SeedMessageID is automatically filled with the identifier of the last message found.
When property SeedMessageID is set to a valid message identifier, you can call ReadMail to read the message associated with that message identifier. FindNextMail uses the value of SeedMessageID as seed for the request.


See Also

TJvMail.FindFirstMail, TJvMail.FindNextMail, TJvMail.ReadMail


About

Notes

Because message identifiers are messaging system-specific and can be invalidated at any time, message identifiers are valid only for the current session.


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