ComponentSpace Email Checker Class Library Reference

EmailAddressChecker.FromEmailAddress Property

Gets or sets the from email address. If a User check is being performed the from email address is used when communicating with the email server. Typically the default value is sufficient.

[Visual Basic]
Public Property FromEmailAddress As String
[C#]
public string FromEmailAddress {get; set;}

Property Value

The from email address. The default is support@componentspace.com.

See Also

EmailAddressChecker Class | ComponentSpace.EmailChecker Namespace