ייבא אימייל
Contents
[
Hide
]
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());