Dear support.
We are now trying to evaluate Aspose.Email and try to work with MSG files on the fly.
In this case we have few questions:
- Can we get version built on VS2015? All our product is using platform toolset v140 and we are not able to move it higher right away so we need Aspose.Email binaries that can work with it.
- In case we are loading email from a stream Mapi::MapiMessage::FromStream do we need to pass full email message to it? We are receiving data by portions and in case we are not able to get end of email will we be able to extract data just with part of message? How it will react if we will pass data to it by portions?