I aM trying to populate several pst files, each in a separate thread. I have not seen any exaMples of this. I have seen siMilar questions, which suggest it is possible. I understand that you cant do Multiple threads on …...0; j < 10; j++) { MapiMessage m = new MapiMessage("from@host.com"..."body", 0); inbox.addMessage(m); if (j % 10 == 0) { System.out...