Hello Supporter.
We are implementing a ics importer using aspose.mail.
We have a mailbox for example. When a invitation is sent to the mailbox, then we could read ics file in the email by using code:
if (_message.Alte…...LoadOptions"); MailMessage messageNoOptions = MailMessage.Load(streamMimeMessage);...( application/ms-tnef ) MailMessage.Load() works correctly Attachments...