Blader door onze producten Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
Möglichkeit, Termine in Microsoft Office® 365 zu erstellen.
Zuvor hat die Konvertierung von „MSG“ in „HTML“ in einigen Fällen eine falsche Ausgabe erzeugt. Dieses Problem wurde nun behoben.
Die Möglichkeit, TNEF-Anhänge bei MBOX-zu-PST- und PST-zu-MBOX-Konvertierungen beizubehalten.
var reader = new MboxrdStorageReader(fileName, new MboxLoadOptions()); // Read messages preserving tnef attachments. var eml = reader.ReadNextMessage(new EmlLoadOptions {PreserveTnefAttachments = true});
MailStorageConverter.MboxMessageOptions(new EmlLoadOptions {PreserveTnefAttachments = true}); // Convert messages from mbox to pst preserving tnef attachments. var pst = MailStorageConverter.mboxToPst("Input.mbox", "Output.pst");
Früher wurde in einigen Fällen beobachtet, dass die dänischen Zeichen nach dem erneuten Speichern von “MSG” verloren gehen. Dieses Problem wurde nun behoben.
Eine vollständige Liste der Funktionen, Verbesserungen und Fehlerbehebungen in dieser Version finden Sie unter Aspose.Email for .NET 22.8 Release Notes.