Dear Team,
I am facing memory exception issue while appending MailMessage to Office 365 using IEWSClient.AppendMessage. But I am getting exception System.OutOfMemoryException using below code. I have an attachment of size 94mb.
string strMessageURI = this.Client.AppendMessage(exchangeFolderInfo.Uri, mailMessage);
I am using Aspose.Email v22.7. I have increased default 30mb exchange limit. Kindly check at your end.
XCoder