BizTalkComponents.PipelineComponents.EmailCustomizer
1.0.0
dotnet add package BizTalkComponents.PipelineComponents.EmailCustomizer --version 1.0.0
NuGet\Install-Package BizTalkComponents.PipelineComponents.EmailCustomizer -Version 1.0.0
<PackageReference Include="BizTalkComponents.PipelineComponents.EmailCustomizer" Version="1.0.0" />
paket add BizTalkComponents.PipelineComponents.EmailCustomizer --version 1.0.0
#r "nuget: BizTalkComponents.PipelineComponents.EmailCustomizer, 1.0.0"
// Install BizTalkComponents.PipelineComponents.EmailCustomizer as a Cake Addin #addin nuget:?package=BizTalkComponents.PipelineComponents.EmailCustomizer&version=1.0.0 // Install BizTalkComponents.PipelineComponents.EmailCustomizer as a Cake Tool #tool nuget:?package=BizTalkComponents.PipelineComponents.EmailCustomizer&version=1.0.0
Overview
Email Customizer is a BizTalk pipeline component allows you to format your email you want to send through the SMTP adapter. It Allows you to send HTML/plain text emails with attachments. you can apply different scenarios using this component, based on the properties you set.
Properties
Please go to the project site to see the full documentation.
How To Use
Email Customizer is planned to used with SMTP adapter, and it is designed to be used in a BizTalk Send Pipeline with the assistance of MIME Encoder, this means that an MIME encoder should be used after the Email Customizer. Make sure that the MIME encoder's property "Send Body Part As Attachment" is set to false, the email body was set in Email Customizer will be sent as attachment as well, and there will not be any text shown in the email. When MIME Encoder is used, the message
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
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 |
---|---|---|
1.0.0 | 643 | 5/16/2019 |
Initial release.