EmailAddressValidatorMailFrom Property |
Gets or sets the string to be used as sender when making test connections to SMTP MX servers.
Namespace: MailBee.AddressCheckAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string MailFrom { get; set; }
Public Property MailFrom As String
Get
Set
Property Value
Type:
StringThe string MailBee will use as MAIL FROM command argument. The default value is "user@domain.com".
Exceptions
Remarks
See Also