浏览我们的产品

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 客户端的自动 AUTH

观察到如果不支持 CAPA 命令,POP 客户端无法自动进行 AUTH。这个问题现在已经解决了。

改进的 Word 到 EML 的转换

以前在 Word 到 EML 转换的某些实例中,会生成正文内容作为附件。此问题现已修复。

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

 简体中文