Hi - I received this error when trying to send the signed html single part email:
Rebex.Mime.MimeException: Cannot change read-only message.
at Rebex.Mime.MimeEntity.set_TransferEncoding(TransferEncoding value)
at Rebex.Net.Smtp.BUPqsk(MimeEntity , TransferEncoding , TransferEncoding )
at Rebex.Net.Smtp.BUPqsk(MimeEntity , TransferEncoding , TransferEncoding )
at Rebex.Net.Smtp.BTPxIKZ(MimeMessage , Stream , MailAddress , MailAddressCollection )
at Rebex.Net.Smtp.Send(MimeMessage mail, String sender, String recipients)
at Rebex.Net.Smtp.Send(MimeMessage mail)
at Rebex.Net.Smtp.Send(MimeMessage message, String serverName, Int32 serverPort)
at Rebex.Net.Smtp.Send(MailMessage message, String serverName, Int32 serverPort)
I only have this issue with the signed email, not the unsigned. Any help would be appreciated.
Thanks!