Ürünlerimize göz atın

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.

 

Aspose.Email for .NET 22.9

İndirmek  Destek Forumu 

Dosya Ayrıntıları

  • Downloads:
  • 1
  • File Size:
  • 51.96MB
  • Date Added:
  • 30/9/2022

Dosya Ayrıntıları

OLM E-posta Formatı Desteği

macOS® için bir Microsoft Outlook® formatı olan ‘OLM’ uzantısı için destek eklendi. Bunlar, Windows® için Outlook®’un ‘PST’ uzantısına biraz benzer. “OLM”, “Application/octet-stream” “MIME” tipine sahip ikili dosyalardır.

Microsoft Graph’ta İletileri Listele ve Sırala

Microsoft Graph® İstemcisindeki e-posta mesajlarını listelemek için OrderBy özelliği eklendi.

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;

SendGrid ile Görüntüler içeren E-posta Gönder

Daha önceki bazı durumlarda, SendGrid ile e-posta gönderdikten sonra görüntüler bozuldu. Bu sorun şimdi çözüldü.

Çince Metinle EML’den MSG’ye Dönüştürme

Daha önce Çince metin olması durumunda EML’den MSG’ye dönüştürme sorunu vardı. Bu sorun şimdi çözüldü.

Bu sürümdeki özelliklerin, geliştirmelerin ve hata düzeltmelerinin tam listesi için lütfen Aspose.Email for .NET 22.9 Release Notes adresini ziyaret edin.

 Türkçe