Domain Detective

API Reference

Class

CmdletTestMailLatency

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Test", "DDEmailLatency", DefaultParameterSetName = "ServerName") Alias(["Test-EmailLatency"])

Measures SMTP connection and banner latency.

Inheritance

Remarks

Outputs a view object with full raw analysis attached at Raw.

Examples

Check mail latency for a server.


Test-DDEmailLatency -HostName mail.example.com -Port 25
        

Constructors

Methods

BeginProcessingAsync() #

Initializes logging and helper classes.

Returns

A Task representing the asynchronous operation.

ProcessRecordAsync() #

Executes the cmdlet operation.

Returns

A Task representing the asynchronous operation.

Fields

public DnsEndpoint DnsEndpoint #
Parameter(Mandatory = false)

DNS server used for queries.

public String HostName #
Parameter(Mandatory = true, ParameterSetName = "ServerName", Position = 0)

SMTP host to check.

public Int32 Port #
Parameter(Mandatory = false, ParameterSetName = "ServerName", Position = 1)

SMTP port number.

{{ include "footer" }}