GetPropertyDefinitionCallback typedef

GetPropertyDefinitionCallback = PropertyDefinition Function(ExchangeVersion version)
Defines a callback method used to get a reference to a property definition. The EWS version for which the property is to be retrieved.

Implementation

typedef PropertyDefinition GetPropertyDefinitionCallback(
    ExchangeVersion version);