SmtpGetTxtDataAsync Method |
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task<string[]> GetTxtDataAsync(
string domain
)
Public Function GetTxtDataAsync (
domain As String
) As Task(Of String())
Parameters
- domain
- Type: SystemString
The domain to get the list of MX hosts for.
Return Value
Type:
TaskStringA task that represents the asynchronous operation.
The value of
TResult parameter is the array of strings taken from DNS TXT data of the specified domain,
or a null reference (
Nothing in Visual Basic) if an error occurred or no TXT record found for the given domain.
Exceptions See Also