JCL Help:TJclEmailFindOption

From Project JEDI Wiki
Jump to navigationJump to search


Summary

MAPI search options


Pascal

 public TJclEmailFindOption = (
foFifo,
foUnreadOnly
);
TJclEmailFindOptions = set of TJclEmailFindOption;


Members

Members Description
foFifo The message identifiers returned should be in the order of time received. FindFirstMessage and FindNextMessage calls can take longer if this flag is set. Some MAPI implementations cannot honor this request and return the MAPI_E_NO_SUPPORT value.
foUnreadOnly Only unread messages of the specified type are returned. If this flag is not set, any message of the specified type can be returned.


Description

TJclEmailFindOptions is the type that correspond to the MAPI search flags.


About

Unit

JclMapi


Navigation

no pages or subcategories

Donator

Petr Vones


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