Property ConnectionSecurity
- Namespace
- MailFathom.Infrastructure.Mail
- Assembly
- MailFathom.Infrastructure.dll
ConnectionSecurity
Gets or sets how the connection to the submission server is encrypted.
public MailConnectionSecurity ConnectionSecurity { get; set; }
Property Value
Remarks
It is the same three choices with the same default the reading endpoint has, judged by the same rules: a mode
that can leave the channel unencrypted needs the account's AllowInsecureConnection, and a clear-text
mechanism over such a channel needs the second opt-in beside it.