SmtpGetPtrDataAsync Method
async/await version of GetPtrData(String).

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public Task<string[]> GetPtrDataAsync(
	string ipString
)

Parameters

ipString
Type: SystemString
The IP address string.

Return Value

Type: TaskString
A 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
ExceptionCondition
MailBeeInvalidArgumentExceptionipString is a null reference (Nothing in Visual Basic).
MailBeeExceptionAn error occurred and ThrowExceptions is true.
See Also