Import Email

VSTO

Below is the code to create multiple addresses using VSTO Outlook.




Aspose.Email

Below is the code to create multiple addresses using aspose.email for .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());

Download Source Code

Download Running Example