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
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="BizTalkComponents.PipelineComponents.EmailCustomizer" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BizTalkComponents.PipelineComponents.EmailCustomizer --version 1.0.0
#r "nuget: BizTalkComponents.PipelineComponents.EmailCustomizer, 1.0.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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 607 5/16/2019

Initial release.