You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have at case where I need to send a mail to multiple recipients where some do not have certificates.
In this case I will create two MimeMessages, one that is signed and encrypted and one that is not.
For this to work I need to know which recipient emails have a valid recipient certificate and which "from" emails have a valid signer certificate.
Having
public bool HasValidRecipientCertificate(MailboxAddress)
public bool HasValidSignerCertificate(MailboxAddress)
on SecureMimeContext would solve this.
The text was updated successfully, but these errors were encountered:
I have at case where I need to send a mail to multiple recipients where some do not have certificates.
In this case I will create two MimeMessages, one that is signed and encrypted and one that is not.
For this to work I need to know which recipient emails have a valid recipient certificate and which "from" emails have a valid signer certificate.
Having
on SecureMimeContext would solve this.
The text was updated successfully, but these errors were encountered: