BizDoc.ExchangeServer
10.6.0
dotnet add package BizDoc.ExchangeServer --version 10.6.0
NuGet\Install-Package BizDoc.ExchangeServer -Version 10.6.0
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.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BizDoc.ExchangeServer" Version="10.6.0" />
<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.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BizDoc.ExchangeServer, 10.6.0"
#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.6.0
#: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.6.0
#tool nuget:?package=BizDoc.ExchangeServer&version=10.6.0
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.4.4)
- Hangfire.AspNetCore (>= 1.8.23)
- Microsoft.Exchange.WebServices.NETStandard (>= 1.1.3)
- Microsoft.Extensions.Options (>= 10.0.9)
- Microsoft.Graph (>= 6.2.0)
- Microsoft.Identity.Web.MicrosoftGraph (>= 4.10.0)
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.6.0 | 95 | 6/11/2026 |
| 10.5.0 | 97 | 6/7/2026 |
| 10.4.0 | 98 | 5/7/2026 |
| 10.2.0 | 114 | 3/4/2026 |
| 10.1.0 | 113 | 2/9/2026 |
| 10.0.0 | 131 | 1/6/2026 |
| 9.10.0 | 116 | 12/29/2025 |
| 9.7.0 | 697 | 12/3/2025 |
| 9.5.0 | 198 | 9/13/2025 |
| 9.4.1 | 138 | 8/3/2025 |
| 9.3.4 | 185 | 7/29/2025 |
| 9.2.4 | 211 | 7/8/2025 |
| 9.2.2 | 207 | 6/20/2025 |
| 9.1.2 | 216 | 5/26/2025 |
| 9.1.1 | 216 | 5/21/2025 |
| 9.0.1 | 176 | 5/18/2025 |
| 9.0.0 | 297 | 5/15/2025 |
| 8.63.4 | 255 | 4/16/2025 |
| 8.61.4 | 210 | 3/27/2025 |
| 8.60.4 | 213 | 3/18/2025 |
Loading failed