Bcc Information needed

Hi,


Can you please confirm if we can get BCC details using Aspose Email dll.

I am getting bcc count zero always in the below code and also mailItem object has no bcc property…Actually i want bcc details from the outlook mail.

private string GetBCCAddress(Aspose.Email.Exchange.ExchangeMessageInfo mailItem, Aspose.Email.Mail.MailMessage mailMessage)
{
string mailBCCAddress = string.Empty;

if (mailMessage.Bcc.Count == 1)
return mailMessage.Bcc[0].Address;
else
return Convert.ToString(mailItem.CC).Replace(""", “”);
}

Thanks
Gowtham A

Hi Gowtham,


Thank you for writing to Aspose Support team.

BCC information is not visible at the receiver’s end. However, since the information makes sense at the sender’s end for Draft and Sent items, a requirement has been logged as EMAILNET-38510 for our product team for provision of the same. We’ll update you here once there is some information available in this regard.

The issues you have found earlier (filed as EMAILNET-38510) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.