Περιηγηθείτε στα Προϊόντα μας 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.
Previously, in some instances the messages extracted from PST file were not being opened in the Outlook® 2016. Αυτό το ζήτημα έχει πλέον επιλυθεί.
Προστέθηκε η δυνατότητα για να ορίσετε την κεφαλίδα X-ALT-DESC σε ένα αρχείο ICS. Η κεφαλίδα X-ALT-DESC είναι μια περιγραφή με μορφή HTML σε στοιχεία iCalendar (.ics).
X-ALT-DESC
Για να δημιουργήσετε μια συνάντηση με περιεχόμενο HTML, ορίστε την ιδιότητα IsDescriptionHtml σε true.
IsDescriptionHtml
var appointment = new Appointment("Bygget 83", DateTime.UtcNow, // start date DateTime.UtcNow.AddHours(1), // end date new MailAddress("TintinStrom@from.com", "Tintin Strom"), // organizer new MailAddress("AinaMartensson@to.com", "Aina Martensson")) // attendee { IsDescriptionHtml = true, Description = @" <html> <style type=""text/css""> .text { font-family:'Comic Sans MS'; font-size:16px; } </style> <body> <p class=""text"">Hi, I'm happy to invite you to our party.</p> </body> </html>" };
Σε ορισμένες περιπτώσεις, όπως παρατηρήθηκε ότι η απόδοση του API επιδεινώθηκε κατά την ανάγνωση λεπτομερειών συνημμένου με μέγεθος 5 MB χρησιμοποιώντας το IMAP API. Αυτό το ζήτημα έχει πλέον επιλυθεί.
var messageInfoCollection = imapClient.ListMessages(); foreach (var message in messageInfoCollection) { var attachmentInfoCollection = imapClient.ListAttachments(message.SequenceNumber); foreach (var attachmentInfo in attachmentInfoCollection) { Console.WriteLine("Attachment: {0} (size: {1})", attachmentInfo.Name, attachmentInfo.Size); } }
Για μια πλήρη λίστα λειτουργιών, βελτιώσεων και διορθώσεων σφαλμάτων σε αυτήν την έκδοση, επισκεφτείτε τη διεύθυνση Aspose.Email for .NET 22.3 Release Notes.