JVCL Help:TJvMailReadedData
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMailReadedData type
[+] JvMail.pas Records
[+] TJvMailReadedData Fields
Search in JVCL Help
Search in all projectsSummary
Wrapper for data received after a call to ReadMail.
Pascal
run\JvMail.pas
TJvMailReadedData = record
RecipientAddress: string;
RecipientName: string;
ConversationID: string;
DateReceived: TDateTime;
end;
Members
Members | Description |
RecipientAddress: string; | The format of an address specified by RecipientAddress is [address type][e-mail address]. Examples of valid addresses are FAX:206-555-1212 and SMTP:M@X.COM. |
RecipientName: string; | The display name of the message sender. |
ConversationID: string; | Some messaging systems can ignore and not return this member. |
DateReceived: TDateTime; | The date when the message was received. |
Description
The TJvMailReadedData type is a wrapper for data received after a ReadMail function call.
About
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