JVCL Help:TJvMailLogonOption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates options for starting a Simple MAPI session.

run\JvMail.pas


Pascal

 run\JvMail.pas
 TJvMailLogonOption = (
loLogonUI,
loNewSession,
loDownloadMail
);
TJvMailLogonOptions = setof TJvMailLogonOption;


Members

Members Description
loLogonUI If the user needs to provide a password and profile name to enable a successful logon, loLogonUI must be set.
loNewSession If the loNewSession flag is not set, LogOn uses an existing shared session.
loDownloadMail If this flag is not set, messages can be downloaded in the background after Logon returns. Set this flag when you want to call ReadMail to ensure that messages are available.

run\JvMail.pas


Description

Use the TJvMailLogonOption type to specify options for starting a Simple MAPI session. TJvMailLogonOptions is a set of TJvMailLogonOption.

run\JvMail.pas


See Also

TJvMail.LogonOptions

run\JvMail.pas


About

Navigation

no pages or subcategories

run\JvMail.pas



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