common.DTO.MailInfo.MailInfo C# (CSharp) Méthode

MailInfo() public méthode

public MailInfo ( ) : System
Résultat System
        public MailInfo()
        {
            this.host = "";
            this.body = "";
            this.subject = "";
            this.mailFrom = "";
            this.mailPassword = "";
            this.mailTo = "";
        }
MailInfo