Message not going out to CC on Client.Reply

When running the following code:

Dim message As New MailMessage
message.SetHtmlBody(EmailReplyHTMLContent, False)
message.CC = “example@email.com”
Client.Reply(message, referencedMessage)

The email is correctly replied to the original sender, but it is not CC’d to the set CC email address.

@dpivo

In case you are using old version of Aspose.Email for .NET, we suggest you please upgrade to the latest version of Aspose.Email for .NET 22.8. Hope this helps you.

If you still face problem, please create a standalone console application (source code without compilation errors) that helps us to reproduce your problem on our end and attach it here for testing.

We will investigate the issue and provide you more information on it. Thanks for your cooperation.

PS: To attach these resources, please zip and upload them.

Hi @tahir.manzoor

I update the Aspose.Email version and the problem still persists.

Attached is a console application containing the code that attempts to reply with CC.

Let me know if you have any questions regarding the code.

Thanks for your help.

AsposeCCDemo.zip (23.3 KB)

@dpivo

We have logged this problem in our issue tracking system as EMAILNET-40699. We will inform you via this forum thread once there is an update available on it.

We apologize for your inconvenience.