Exemple #1
0
 internal SmtpSession(SmtpAuthenticator authenticator)
 {
     _authenticator = authenticator;
     _connection    = authenticator.Connection;
 }
Exemple #2
0
 internal SmtpAuthenticator(SmtpConnection connection)
 {
     _connection = connection;
 }