Using VS2015 toolset to perform evaluation

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:

  1. 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.
  2. 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?

@wolgan,

I have observed your requirements.

Aspose.Email for .NET is compatible to work in VS 2015 as well and you can use the example available in online documentation in VS 2015.

Aspose.Email does allow loading MSG from stream but it has to be complete message in stream. The partial loading of MSG is not supported as it will be an incomplete message file in stream.

Thank you, Mudassir.
Unfortunately all our code is written on C++ and we will not be able to check compatibility using Aspose.Email for .NET. We are not able to add CLI/CLR to code to use NET from C++, so can we get somehow C++ version for VS 2015 toolset?

@wolgan,

I regret to share that the assemblies for Aspose.Email for C++ are compatible to run over VS 2017 and backward support is not available for this.