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