SmtpAddress property
      
      String?
      get
      SmtpAddress
      
    
    
Implementation
String? get SmtpAddress => this._smtpAddress;
      
      set
      SmtpAddress
      (String? value) 
      
    
    
    
Implementation
set SmtpAddress(String? value) => this._smtpAddress = value;