製品を閲覧する

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.6

ダウンロード  サポートフォーラム 

ファイルの詳細

  • Downloads:
  • 1
  • File Size:
  • 51.93MB
  • Date Added:
  • 1/7/2022

ファイルの詳細

PST から DTSTAMP を抽出し、ICS として保存

PST から DTSTAMP を抽出し、元のタイムスタンプで ICS として保存するためのサポート。

var cal = pst.ExtractMessage(msgInfo).ToMapiMessageItem() as MapiCalendar;

if (cal != null)
{
  cal.Save("cal.ics", new MapiCalendarIcsSaveOptions() { KeepOriginalDateTimeStamp = true});
}

POP クライアントの自動認証

「CAPA」コマンドがサポートされていない場合、「POP」クライアントが自動的に「AUTH」できないことが観察されました。この問題は現在解決されています。

Word から EML への変換の改善

以前は、Word から EML への変換の一部のインスタンスで、本文コンテンツが添付ファイルとして生成されていました。この問題は修正されました。

このリリースの機能、拡張機能、バグ修正の完全なリストについては、Aspose.Email for .NET 22.6 Release Notes にアクセスしてください。

 日本