Hi,
I am trying to create a pst using Aspose.Email.dll.
But I am getting out of memory exception.
The eml file contains one large attachment up to 20 Mb.
Still it should work not so big.
-------------------------------------------
Exception is as follows
at System.IO.MemoryStream.set_Capacity(Int32 value)
at System.IO.MemoryStream.EnsureCapacity(Int32 value)
at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at ?.?.ReadByte()
at ?.?.??()
at ?.?.??(Byte[] )
at ?.?.?(Byte[] )
at ?.?.?(Byte[] )
at ?.?.?()
at Aspose.Email.Mail.MailMessage.?a(Stream , MesageLoadOptions )
at Aspose.Email.Mail.MailMessage.Load(Stream stream, MessageFormat format)
at Aspose.Email.Mail.MailMessage.Load(String fileName, MessageFormat format)
Thanks in advance
Hi Pooja,