Domain Detective

API Reference

Class

CmdletTestBimiRecord

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

Validates BIMI record for the specified domain.

Inheritance

Examples

Check BIMI configuration.


Test-DDEmailBimiRecord -DomainName example.com
        

Constructors

Methods

ProcessRecordAsync() #

Retrieves BIMI information for the domain.

Returns

A task that represents the asynchronous operation.

Fields

public String[] DomainName #
Parameter(Mandatory = true, ParameterSetName = "ServerName", Position = 0) ValidateNotNullOrEmpty ValidateDomainName
public DnsEndpoint DnsEndpoint #
Parameter(Mandatory = false, ParameterSetName = "ServerName", Position = 1)
{{ include "footer" }}