<p>I am using using the Aspose.Email to get attachments out of an Outlook email like this:</p>
var mailMessage = Aspose.Email.Mail.MailMessage.Load(stream);
var attachments = Aspose.Email.Outlook.MapiMessage.F…...Load(stream); var attachments = Aspose...ToList()[attachmentIndexDesir]; Then, I am loading the attachment into DataLogics...