BizDoc.ExchangeServer
8.35.4
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 8.35.4
NuGet\Install-Package BizDoc.ExchangeServer -Version 8.35.4
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="8.35.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BizDoc.ExchangeServer --version 8.35.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BizDoc.ExchangeServer, 8.35.4"
#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 BizDoc.ExchangeServer as a Cake Addin #addin nuget:?package=BizDoc.ExchangeServer&version=8.35.4 // Install BizDoc.ExchangeServer as a Cake Tool #tool nuget:?package=BizDoc.ExchangeServer&version=8.35.4
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 | net8.0 is compatible. 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.
-
net8.0
- BizDoc.Core (>= 8.17.42)
- Hangfire.AspNetCore (>= 1.8.11)
- Microsoft.Exchange.WebServices.NETStandard (>= 1.1.3)
- Microsoft.Extensions.Options (>= 8.0.2)
- Microsoft.Graph (>= 5.44.0)
- Microsoft.Identity.Web.MicrosoftGraph (>= 2.17.1)
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 |
---|---|---|
8.48.1 | 33 | 11/21/2024 |
8.47.1 | 68 | 11/18/2024 |
8.46.1 | 68 | 11/13/2024 |
8.46.0 | 75 | 10/17/2024 |
8.45.0 | 85 | 10/13/2024 |
8.44.0 | 87 | 10/8/2024 |
8.42.0 | 96 | 8/28/2024 |
8.41.0 | 66 | 7/29/2024 |
8.40.0 | 101 | 7/10/2024 |
8.39.6 | 108 | 5/7/2024 |
8.38.6 | 105 | 4/23/2024 |
8.37.5 | 116 | 4/14/2024 |
8.36.5 | 116 | 4/8/2024 |
8.35.5 | 120 | 4/6/2024 |
8.35.4 | 119 | 3/2/2024 |
8.34.4 | 116 | 2/27/2024 |
8.33.4 | 119 | 2/20/2024 |
8.32.4 | 118 | 2/11/2024 |
8.32.3 | 121 | 2/7/2024 |
8.31.3 | 110 | 2/2/2024 |
8.30.3 | 145 | 1/12/2024 |