นำเข้าอีเมล

VSTO

ด้านล่างเป็นโค้ดสำหรับสร้างหลายที่อยู่อีเมลโดยใช้ VSTO Outlook.

Aspose.Email

ด้านล่างเป็นโค้ดสำหรับสร้างหลายที่อยู่อีเมลโดยใช้ aspose.email สำหรับ .NET.


  string FilePath = @"E:\Aspose\Aspose VS VSTO\Sample Files\ImportEmail.msg";  

 // loading with default options

  load from msg

   MailMessage eml = MailMessage.Load(FilePath, new MsgLoadOptions());

ดาวน์โหลดซอร์สโค้ด

ดาวน์โหลดตัวอย่างที่ทำงาน