製品を閲覧する

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 電子メール形式のサポート

macOS® 用の Microsoft Outlook® 形式である「OLM」拡張機能のサポートが追加されました。これらは、Outlook® for Windows® の「PST」拡張子にいくらか似ています。 OLMApplication/octet-stream MIME タイプのバイナリ ファイルです。

Microsoft Graph でのメッセージの一覧表示と順序付け

Microsoft Graph® クライアントで電子メール メッセージを一覧表示するための OrderBy 機能が追加されました。

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 にアクセスしてください。

 日本