DigitalZenWorks.Email.ToolKit
1.4.23
See the version list below for details.
dotnet add package DigitalZenWorks.Email.ToolKit --version 1.4.23
NuGet\Install-Package DigitalZenWorks.Email.ToolKit -Version 1.4.23
<PackageReference Include="DigitalZenWorks.Email.ToolKit" Version="1.4.23" />
paket add DigitalZenWorks.Email.ToolKit --version 1.4.23
#r "nuget: DigitalZenWorks.Email.ToolKit, 1.4.23"
// Install DigitalZenWorks.Email.ToolKit as a Cake Addin #addin nuget:?package=DigitalZenWorks.Email.ToolKit&version=1.4.23 // Install DigitalZenWorks.Email.ToolKit as a Cake Tool #tool nuget:?package=DigitalZenWorks.Email.ToolKit&version=1.4.23
DigitalZenWorks.Email.ToolKit
This is a C# library for interacting with email messages and storage.
Usage:
The main classes are MapiItem, Migrate, OutlookOutlook, OutlookFolder and OutlookStore.
Migrate is for migrating messages in other formats into Outlook. Some examples:
Migrate.DbxToPst(dbxPath, pstPath);
Migrate.EmlToPst(dbxPath, pstPath);
OutlookAccount acts on the entire default or current Outlook account. OutlookStore acts on a specific store (PST file). OutlookFolder acts on a specific folder.
For cleaning up Outlook, you could use the following:
OutlookAccount outlookAccont = new ();
outlookAccont.MergeFolders();
outlookAccont.RemoveDuplicates();
For a more in-depth example and additional documentation, please refer to the application part of the project at DigitalZenWorks.Email.ToolKit Project
Contributing
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Process:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Coding style
Please match the current coding style. Most notably:
- One operation per line
- Use complete English words in variable and method names
- Attempt to declare variable and method names in a self-documenting manner
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
James John McGuire - @jamesmc - jamesjohnmcguire@gmail.com
Project Link: https://github.com/jamesjohnmcguire/DigitalZenWorks.Email.ToolKit
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0-windows7.0 is compatible. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- Common.Logging (>= 3.4.1)
- Common.Logging.Core (>= 3.4.1)
- DigitalZenWorks.Email.DbxOutlookExpress (>= 1.3.0.14)
- MsgKit (>= 2.5.1)
- System.Text.Encoding.CodePages (>= 6.0.0)
-
net5.0-windows7.0
- Common.Logging (>= 3.4.1)
- Common.Logging.Core (>= 3.4.1)
- DigitalZenWorks.Email.DbxOutlookExpress (>= 1.3.0.14)
- MsgKit (>= 2.5.1)
- System.Text.Encoding.CodePages (>= 6.0.0)
-
net6.0-windows7.0
- Common.Logging (>= 3.4.1)
- Common.Logging.Core (>= 3.4.1)
- DigitalZenWorks.Email.DbxOutlookExpress (>= 1.3.0.14)
- MsgKit (>= 2.5.1)
- System.Text.Encoding.CodePages (>= 6.0.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 |
---|---|---|
1.10.58 | 123 | 9/16/2024 |
1.9.56 | 90 | 8/31/2024 |
1.8.54 | 125 | 8/21/2024 |
1.8.50 | 272 | 10/20/2023 |
1.7.42 | 336 | 12/26/2022 |
1.6.34 | 334 | 11/11/2022 |
1.6.31 | 402 | 9/30/2022 |
1.6.30 | 437 | 7/2/2022 |
1.6.29 | 433 | 6/10/2022 |
1.6.28 | 422 | 5/20/2022 |
1.5.27 | 428 | 5/4/2022 |
1.5.26 | 422 | 4/25/2022 |
1.5.25 | 436 | 4/11/2022 |
1.4.24 | 429 | 4/8/2022 |
1.4.23 | 453 | 4/8/2022 |
1.4.22 | 460 | 4/7/2022 |