Interop-MailSim icon indicating copy to clipboard operation
Interop-MailSim copied to clipboard

Office Interop Tools - MailSim

Results 10 Interop-MailSim issues
Sort by recently updated
recently updated
newest added

GetDLMembers uses default Office ResourceID when querying security tokens; it should use Graph ResourceId instead.

When you run MailSim with Client SDK provider for O365, the memory used by the app (as observed in Task Manager or Resource Monitor) continuously grows. Eventually, MailSim fails with...

GetMailItems method does unconditional cast to Outlook.MailItem for every element in the Outlook.Folder Items array. This causes exception when this element is not really a mail item.

[1] With one recipient specified, MailSend works as expected. [2] With RandomRecipients specified, with or without an explicit DistributionList, MailSend returns the above error message and skips mail sending. The...

1. Create a set of attachment files, say Att1.txt through Att5.txt 2. Create a MailSend operation with a RandomAttachments value of 5 3. Create a sequence that calls that op...

It would be helpful to have an operation or an attribute on a sequence or operation to allow for forced refresh in Outlook before initiating the operation or doing the...

enhancement

For example, monitoring events on items added and deleted in subfolders of Inbox. Operations allow creating subfolders so add code to allow monitoring those.

enhancement

Mailsim does its job by iterating over sequence of groups/operations. However, if we want to generate some realistic load, some operations probably should not be repeated every iteration (e.g. folder...

We want to be able to extend MailSim to use other protocols for traffic generation (REST, EAS, etc). The first step in this direction is to make OOM layer an...

enhancement