BizDoc.ExchangeServer
10.7.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BizDoc.ExchangeServer --version 10.7.3
NuGet\Install-Package BizDoc.ExchangeServer -Version 10.7.3
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="BizDoc.ExchangeServer" Version="10.7.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BizDoc.ExchangeServer" Version="10.7.3" />
<PackageReference Include="BizDoc.ExchangeServer" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BizDoc.ExchangeServer --version 10.7.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BizDoc.ExchangeServer, 10.7.3"
#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.
#:package BizDoc.ExchangeServer@10.7.3
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BizDoc.ExchangeServer&version=10.7.3
#tool nuget:?package=BizDoc.ExchangeServer&version=10.7.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Exchange Server for BizDoc
In program.cs
Via EWS
builder.Services.AddBizDoc().
AddExchangeServer(options =>
{
options.EmailAddress = "email-here";
options.Password = "password-here";
options.Url = new Url("endpoint-here");
});
app.UseBizDoc().
UseExchangeServer();
Via Microsoft Graph
Reference BizDoc.Authentication.Azure.
builder.Services.AddBizDoc().
AddGraphMailFeedback(options =>
{
options.EmailAddress = "email-here";
options.ClientId = "client-id-here";
options.TenentId = "tenent-id-here";
options.ClientSecret = "client-secret-here";
});
app.UseBizDoc().
UseGraphMailFeedback();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- BizDoc.Core (>= 10.7.5)
- Hangfire.AspNetCore (>= 1.8.24)
- Microsoft.Exchange.WebServices.NETStandard (>= 1.1.3)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Graph (>= 6.2.0)
- Microsoft.Identity.Web.MicrosoftGraph (>= 4.14.2)
- System.Security.Cryptography.Xml (>= 10.0.10)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.8.3 | 88 | 8/6/2026 |
| 10.7.3 | 102 | 8/3/2026 |
| 10.7.2 | 97 | 7/27/2026 |
| 10.7.1 | 96 | 7/26/2026 |
| 10.7.0 | 109 | 7/8/2026 |
| 10.6.0 | 117 | 6/11/2026 |
| 10.5.0 | 115 | 6/7/2026 |
| 10.4.0 | 108 | 5/7/2026 |
| 10.2.0 | 125 | 3/4/2026 |
| 10.1.0 | 126 | 2/9/2026 |
| 10.0.0 | 140 | 1/6/2026 |
| 9.10.0 | 130 | 12/29/2025 |
| 9.7.0 | 708 | 12/3/2025 |
| 9.5.0 | 210 | 9/13/2025 |
| 9.4.1 | 149 | 8/3/2025 |
| 9.3.4 | 191 | 7/29/2025 |
| 9.2.4 | 221 | 7/8/2025 |
| 9.2.2 | 217 | 6/20/2025 |
| 9.1.2 | 224 | 5/26/2025 |
| 9.1.1 | 225 | 5/21/2025 |
Loading failed