ex_load_properties_option
Option to flag .
Member of namespace
EwsmailSyntax
bool ex_load_properties_option (int nOption)Parameters
- nOption
- Type: int
Parameters
nOption : 0 to load base properties, 1 to load limited extended base properties, 2 to load extended propertiesReturns
Always True.Level
Batch level Open event only.Details
Used to optionally load certain properties at once. If this action is not called, the default of 0 will be used to load base properties.- Example:
ex_load_properties_option("1") ex_scan()This example reduces the number of times you have to access the Exchange Server because the additional properties are loaded once.