JVCL Help:TJvMail
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMail Class
[+] JvMail.pas Classes
[+] TJvMail Events
[+] TJvMail Methods
[+] TJvMail Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvMail
run\JvMail.pas
Summary
Wrapper for the Simple MAPI functions.
Pascal
run\JvMail.pas
TJvMail = class(TJvComponent);
Description
- JVCLInfo
Use the TJvMail component to simplify the use of Simple MAPI. Simple MAPI is a set of functions you can use to add messaging functionality in your application.
Common tasks are:
- Iterating through the available incoming messages, and possibly read them (Using FindFirstMail,FindNextMail, ReadMail).
- Sending mail (By using SendMail).
TJvMail has several properties that represent various elements of a message, such as a list of recipient names, a subject textfile attachments, etc. These properties are filled after a successful call to ReadMail, but they also describe the message to send while calling SendMail.
About
▼ TJvMail
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