Simple Mail and Post Office Protocol for .Net (SmtPop)

SMTPClient Constructor ()

Default constructor

public SMTPClient();

Example

    SmtpClient smtp = new SmtpClient();
    smtp.Host = "smtp.dummy.com";
    smtp.Port = 25;
         

See Also

SMTPClient Class | SmtPop Namespace | SMTPClient Constructor Overload List