Alexander Martynov

Results 4 issues of Alexander Martynov

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.

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...