JVCL Help:TJvMailLogonOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMailLogonOption type
Search in JVCL Help
Search in all projectsSummary
Enumerates options for starting a Simple MAPI session.
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. |
Description
Use the TJvMailLogonOption type to specify options for starting a Simple MAPI session. TJvMailLogonOptions is a set of TJvMailLogonOption.
See Also
About
no pages or subcategories
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