Beispiel #1
0
 internal SmtpSectionInternal(SmtpSection section)
 {
     this.deliveryMethod           = section.DeliveryMethod;
     this.from                     = section.From;
     this.network                  = new SmtpNetworkElementInternal(section.Network);
     this.specifiedPickupDirectory = new SmtpSpecifiedPickupDirectoryElementInternal(section.SpecifiedPickupDirectory);
 }