Comments on: Send raw data (*.eml file) https://www.limilabs.com/blog/send-raw-data-eml-file Using Limilabs .net components Sat, 16 Aug 2014 10:07:46 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Limilabs support https://www.limilabs.com/blog/send-raw-data-eml-file#comment-578584 Thu, 31 Oct 2013 13:34:31 +0000 http://www.limilabs.com/blog/?p=1287#comment-578584 In reply to Rex.

1. how to add CC/BCC after I load an eml file?

Use To, Cc and Bcc properties on IMail object instance.

You can also use IMail.ToBuilder method – it creates MailBuilder instance, which you can use to modify an email.

2. the email at recipients does not show “To” address, which I do need it.

I’m not sure what you mean, but if you want to access email address and name of one of the recipients in To collection, please read this article: How to access To, Cc, Bcc

]]>
By: Rex https://www.limilabs.com/blog/send-raw-data-eml-file#comment-578470 Thu, 31 Oct 2013 02:40:32 +0000 http://www.limilabs.com/blog/?p=1287#comment-578470 I am using the trial version to see whether it fits our needs, but got two issues here:
1. how to add CC/BCC after I load an eml file?
2. the email at recipients does not show “To” address, which I do need it.

]]>