Hello,
I need to select an API to process EML message.
I'm checking several API and I'm intersted in Aspose.Email since I already use with satisfaction both Aspose.Pdf and Apose,Barcode.
During my benchmark test I noticed a very huge amount of time during MailMessage.Load method call.
I've attached a sample test project with a couple of eml and that's the result in term of ticks :
loading time: 361.022,00 ticks
loading time: 160.675,00 ticks
while loading the same email with another library i have this :
loading time: 18.096,00 ticks
loading time: 1.933,00 ticks
Can u please confirm i'm using the right code for parsing ?
Thanks,
Fabio D'Antonio