Messaging: Add Email2 Class using Limilabs Mail.dll

This commit is contained in:
Jonathan Jenne
2021-07-22 16:45:08 +02:00
parent 104636ded4
commit a09953cedc
9 changed files with 694 additions and 6 deletions

View File

@@ -84,7 +84,7 @@
<ItemGroup>
<Compile Include="Email.vb" />
<Compile Include="EventBus.vb" />
<Compile Include="Mail.vb" />
<Compile Include="Email2.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
@@ -123,6 +123,10 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Modules.Filesystem\Filesystem.vbproj">
<Project>{991d0231-4623-496d-8bd0-9ca906029cbc}</Project>
<Name>Filesystem</Name>
</ProjectReference>
<ProjectReference Include="..\Modules.Logging\Logging.vbproj">
<Project>{903b2d7d-3b80-4be9-8713-7447b704e1b0}</Project>
<Name>Logging</Name>