EmailAddressValidatorMailFrom Property
Gets or sets the string to be used as sender when making test connections to SMTP MX servers.

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string MailFrom { get; set; }

Property Value

Type: String
The string MailBee will use as MAIL FROM command argument. The default value is "user@domain.com".
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
Remarks
This property is only used if ValidationLevel is SendAttempt.
See Also