DigitalZenWorks.Email.ToolKit 1.7.42

There is a newer version of this package available.
See the version list below for details.
dotnet add package DigitalZenWorks.Email.ToolKit --version 1.7.42
NuGet\Install-Package DigitalZenWorks.Email.ToolKit -Version 1.7.42
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="DigitalZenWorks.Email.ToolKit" Version="1.7.42" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DigitalZenWorks.Email.ToolKit --version 1.7.42
#r "nuget: DigitalZenWorks.Email.ToolKit, 1.7.42"
#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 DigitalZenWorks.Email.ToolKit as a Cake Addin
#addin nuget:?package=DigitalZenWorks.Email.ToolKit&version=1.7.42

// Install DigitalZenWorks.Email.ToolKit as a Cake Tool
#tool nuget:?package=DigitalZenWorks.Email.ToolKit&version=1.7.42

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:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Coding style

Please match the current coding style. Most notably:

  1. One operation per line
  2. Use complete English words in variable and method names
  3. 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.8.50 238 10/20/2023
1.7.42 312 12/26/2022
1.6.34 315 11/11/2022
1.6.31 378 9/30/2022
1.6.30 415 7/2/2022
1.6.29 412 6/10/2022
1.6.28 401 5/20/2022
1.5.27 407 5/4/2022
1.5.26 402 4/25/2022
1.5.25 409 4/11/2022
1.4.24 406 4/8/2022
1.4.23 432 4/8/2022
1.4.22 439 4/7/2022