JsonIMapiPropertyRequestConverterRead Method |
Namespace: OpenDiscoverSDK.Interfaces.SettingsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic override IMapiPropertyRequest Read(
ref Utf8JsonReader reader,
Type typeToConvert,
JsonSerializerOptions options
)
Parameters
- reader Utf8JsonReader
- The reader.
- typeToConvert Type
- The type to convert.
- options JsonSerializerOptions
- An object that specifies serialization options to use.
Return Value
IMapiPropertyRequest[Missing <returns> documentation for "M:OpenDiscoverSDK.Interfaces.Settings.JsonIMapiPropertyRequestConverter.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)"]
See Also