BizDoc.ExchangeServer
9.4.1
dotnet add package BizDoc.ExchangeServer --version 9.4.1
NuGet\Install-Package BizDoc.ExchangeServer -Version 9.4.1
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="9.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BizDoc.ExchangeServer" Version="9.4.1" />
<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 9.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BizDoc.ExchangeServer, 9.4.1"
#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@9.4.1
#: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=9.4.1
#tool nuget:?package=BizDoc.ExchangeServer&version=9.4.1
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 | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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.
-
net9.0
- BizDoc.Core (>= 9.6.8)
- Hangfire.AspNetCore (>= 1.8.20)
- Microsoft.Exchange.WebServices.NETStandard (>= 1.1.3)
- Microsoft.Extensions.Options (>= 9.0.7)
- Microsoft.Graph (>= 5.88.0)
- Microsoft.Identity.Web.MicrosoftGraph (>= 3.12.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 |
---|---|---|
9.4.1 | 66 | 8/3/2025 |
9.3.4 | 96 | 7/29/2025 |
9.2.4 | 143 | 7/8/2025 |
9.2.2 | 143 | 6/20/2025 |
9.1.2 | 146 | 5/26/2025 |
9.1.1 | 147 | 5/21/2025 |
9.0.1 | 110 | 5/18/2025 |
9.0.0 | 234 | 5/15/2025 |
8.63.4 | 195 | 4/16/2025 |
8.61.4 | 142 | 3/27/2025 |
8.60.4 | 150 | 3/18/2025 |
8.59.4 | 167 | 3/12/2025 |
8.58.4 | 109 | 2/27/2025 |
8.57.4 | 121 | 2/17/2025 |
8.57.3 | 128 | 2/15/2025 |
8.57.2 | 119 | 2/13/2025 |
8.56.2 | 115 | 2/13/2025 |
8.55.2 | 116 | 2/2/2025 |
8.54.2 | 110 | 1/20/2025 |
8.53.2 | 109 | 1/5/2025 |
8.52.2 | 132 | 12/15/2024 |
8.50.2 | 121 | 12/5/2024 |
8.49.2 | 113 | 12/4/2024 |
8.49.1 | 114 | 12/2/2024 |
8.48.1 | 113 | 11/21/2024 |
8.47.1 | 114 | 11/18/2024 |
8.46.1 | 117 | 11/13/2024 |
8.46.0 | 106 | 10/17/2024 |
8.45.0 | 110 | 10/13/2024 |
8.44.0 | 118 | 10/8/2024 |
8.42.0 | 127 | 8/28/2024 |
8.41.0 | 101 | 7/29/2024 |
8.40.0 | 129 | 7/10/2024 |
8.39.6 | 132 | 5/7/2024 |
8.38.6 | 126 | 4/23/2024 |
8.37.5 | 141 | 4/14/2024 |
8.36.5 | 141 | 4/8/2024 |
8.35.5 | 145 | 4/6/2024 |
8.35.4 | 142 | 3/2/2024 |
8.34.4 | 148 | 2/27/2024 |
8.33.4 | 144 | 2/20/2024 |
8.32.4 | 142 | 2/11/2024 |
8.32.3 | 140 | 2/7/2024 |
8.31.3 | 130 | 2/2/2024 |
8.30.3 | 172 | 1/12/2024 |