Domain Detective

API Reference

Class

CmdletTestSmimeaRecord

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Test", "DDDnsSmimeaRecord", DefaultParameterSetName = "Email") Alias(["Test-DnsSmimea"])

Validates SMIMEA records for the given email address.

Inheritance

Examples

Check SMIMEA record.


Test-DDDnsSmimeaRecord -EmailAddress [email protected]
        

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 String EmailAddress #
Parameter(Mandatory = true, ParameterSetName = "Email", Position = 0) ValidateNotNullOrEmpty

Email address to query.

public DnsEndpoint DnsEndpoint #
Parameter(Mandatory = false, ParameterSetName = "Email", Position = 1)

DNS server used for queries.

{{ include "footer" }}