浏览我们的产品

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

下载  支持论坛 

文件详情

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

文件详情

支持 OLM 电子邮件格式

添加了对“OLM”扩展的支持,它是一种适用于 macOS® 的 Microsoft Outlook® 格式。这些有点类似于 Outlook® for Windows® 的“PST”扩展。 OLMApplication/octet-stream MIME 类型的二进制文件。

在 Microsoft Graph 中列出和订购消息

添加了 OrderBy 功能,用于在 Microsoft Graph® 客户端中列出电子邮件消息。

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 发送包含图像的电子邮件

在以前的一些情况下,图像在使用 SendGrid 发送电子邮件后被破坏。现在这个问题已经解决了。

EML 到 MSG 的中文文本转换

以前在中文文本的情况下存在 EML 到 MSG 的转换问题。现在这个问题已经解决了。

有关此版本中的功能、增强功能和错误修复的完整列表,请访问 Aspose.Email for .NET 22.9 Release Notes

 简体中文