Jelajahi Produk kami 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.
Dukungan telah ditambahkan untuk ekstensi OLM yang merupakan format Microsoft Outlook® untuk macOS®. Ini agak mirip dengan ekstensi PST dari Outlook® untuk Windows®. OLM adalah file biner dengan tipe Application/octet-stream MIME.
OLM
PST
Application/octet-stream
MIME
Menambahkan fitur OrderBy untuk membuat daftar pesan email di Microsoft Graph® Client.
IGraphClient client = GraphClient.GetClient(provider, TenantId); var builder = new GraphQueryBuilder(); // create orderby messages query 'DESC' builder.SentDate.OrderBy(false); var messagePageInfo = client.ListMessages(KnownFolders.Inbox, new PageInfo(10), builder.GetQuery()); var messages = messagePageInfo.Items; builder.Clear(); // create orderby messages query 'ASC' builder.SentDate.OrderBy(true); messagePageInfo = client.ListMessages(KnownFolders.Inbox, new PageInfo(10), builder.GetQuery()); messages = messagePageInfo.Items;
Dalam beberapa kasus sebelumnya, gambar rusak setelah mengirim email dengan SendGrid. Masalah ini sekarang telah diselesaikan.
Sebelumnya ada masalah konversi EML ke MSG dalam hal teks berbahasa Mandarin. Masalah ini sekarang telah diselesaikan.
Untuk daftar lengkap fitur, penyempurnaan, dan perbaikan bug dalam rilis ini, kunjungi Aspose.Email for .NET 22.9 Release Notes.