﻿*******************************************************************************
*      ___ _____     ____    ____  _   _ ____ ___ _   _ _____ ____ ____  
*     |_ _|_   _|   / __ \  | __ )| | | / ___|_ _| \ | | ____/ ___/ ___| 
*      | |  | |    / / _` | |  _ \| | | \___ \| ||  \| |  _| \___ \___ \ 
*      | |  | |   | | (_| | | |_) | |_| |___) | || |\  | |___ ___) |__) |
*     |___| |_|    \ \__,_| |____/ \___/|____/___|_| \_|_____|____/____/ 
*                   \____/                                               
*
*
*  Created on	: 05/22/2022
*
*  Program		: MAPI for ExchangeOnline
*
*  Version		: 1.0.10
*
*
*******************************************************************************

General use:
======================

MAPI interface to send e-mail via Exchange Online.


System requirement
==================

.NET Framework 4.6.1


Change Log:
===========

v1.0.10 (22.05.2023)
	- Bugfix: E-mails no longer loaded in draft mode.

v1.0.9 (11/16/2022)
	- Implemented MAPI function "MAPIResolveName".

v1.0.8 (03/30/2022)
	- Implemented logging of program start. New Parameters -logfile=<Path to Logfile>. Example: -logfile=c:\temp\mapilog.txt

v1.0.7 (03/09/2022)
	- Implemented new updater.
	- JSON file interface implemented. E-mail data can be specified as a JSON file analogous to 'Simple MAPI'.
		Details in documentation 3.1.

v1.0.6 (08/27/2021)
	- Support for attachments larger than 3MB.

v1.0.5 (07/28/2021)
	- With older operating systems, it came to an error message when starting.

v1.0.4 (06/23/2021)
	- Support for HTML e-mails.

v1.0.3 (06/22/2021)
	- Changed Installer "FilesInUse" dialog layout.
	- User's Guide added.
	- Bugfix: File attachments with specific characters in the filename caused an error message.

v1.0.2 (06/11/2021)
	- E-mail sender address can now be set.

v1.0.1 (05/19/2021)
	- Verzögertes senden ist jetzt möglich.

v1.0.0 (05/06/2021)
	- First version.
