Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
nokafor committed Dec 17, 2019
1 parent 3a92b08 commit e41dd449c6b7e03909001bf4455a9d28e32177f7
Showing with 13 additions and 23 deletions.
  1. +13 −23 README.md
@@ -1,23 +1,13 @@
---
topic: sample
products:
- office-365
languages:
- csharp
extensions:
contentType: tools
createdDate: 6/4/2015 8:46:18 AM
---
# Interop-MailSim
Office Interoperability Tools - MailSim

MailSim (*Mail Simulator*) is a Microsoft Windows command-line tool that automates email operations through Microsoft Outlook 2013, or for Outlook for Office 365. MailSim reads user-defined XML configuration files and creates Outlook traffic, such as test email or folder operations. This test traffic is designed to exercise an Outlook-compatible email server, or an intermediary, in a multi-client environment for extended periods.

MailSim uses the Outlook Object Model for controlling an Outlook 2013 instance, or else uses Representational State Transfer (REST) calls to an Office 365 email account.

During execution, MailSim displays client-side process messages, and also stores those messages in log files, for monitoring and troubleshooting.

For documentation, see the [wiki page](https://github.com/OfficeDev/Interop-MailSim/wiki).


This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
# Interop-MailSim
Office Interoperability Tools - MailSim

MailSim (*Mail Simulator*) is a Microsoft Windows command-line tool that automates email operations through Microsoft Outlook 2013, or for Outlook for Office 365. MailSim reads user-defined XML configuration files and creates Outlook traffic, such as test email or folder operations. This test traffic is designed to exercise an Outlook-compatible email server, or an intermediary, in a multi-client environment for extended periods.

MailSim uses the Outlook Object Model for controlling an Outlook 2013 instance, or else uses Representational State Transfer (REST) calls to an Office 365 email account.

During execution, MailSim displays client-side process messages, and also stores those messages in log files, for monitoring and troubleshooting.

For documentation, see the [wiki page](https://github.com/OfficeDev/Interop-MailSim/wiki).


This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 comments on commit e41dd44

Please sign in to comment.