CleavelandPrice.Libraries.Exchange.WebServices 1.0.2

dotnet add package CleavelandPrice.Libraries.Exchange.WebServices --version 1.0.2
NuGet\Install-Package CleavelandPrice.Libraries.Exchange.WebServices -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CleavelandPrice.Libraries.Exchange.WebServices" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CleavelandPrice.Libraries.Exchange.WebServices --version 1.0.2
#r "nuget: CleavelandPrice.Libraries.Exchange.WebServices, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CleavelandPrice.Libraries.Exchange.WebServices as a Cake Addin
#addin nuget:?package=CleavelandPrice.Libraries.Exchange.WebServices&version=1.0.2

// Install CleavelandPrice.Libraries.Exchange.WebServices as a Cake Tool
#tool nuget:?package=CleavelandPrice.Libraries.Exchange.WebServices&version=1.0.2

Modified version of Microsoft.Exchange.WebServices.Data project, which is apparently no longer being maintained.  Many of the properties in the original project threw exceptions when you tried to bind the raw Item to an Exchange object type (such as EmailMessage).  These exceptions were sometimes caused by properties that are only available on newer versions of Exchange or by the object simply not having the property for unknown reasons.

To control these issues in a more graceful manner, while increasing the chance of successfully returning an object, we've created our own copy of the project and opted to wrap all properties in try/catch blocks that return null if there's a problem.  The parent object will return successfully, it may just have some null properties.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CleavelandPrice.Libraries.Exchange.WebServices:

Package Downloads
CleavelandPrice.Libraries.UtilityApi

This library contains classes that are utilitized by the UtilityAPI project and by projects that make use of UtilityAPI. Consuming this library makes it easier to construct class instances that are used in API calls.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 4,953 7/29/2021
1.0.1 6,590 4/24/2021
1.0.0 947 4/23/2021