Search Results for

    Show / Hide Table of Contents

    Interface IToolsControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IToolsControllerApiSync.CheckEmailFeaturesClientSupport(CheckEmailFeaturesClientSupportOptions, int)
    IToolsControllerApiSync.CheckEmailFeaturesClientSupportWithHttpInfo(CheckEmailFeaturesClientSupportOptions, int)
    IToolsControllerApiSync.CreateNewFakeEmailAddress(int)
    IToolsControllerApiSync.CreateNewFakeEmailAddressWithHttpInfo(int)
    IToolsControllerApiSync.GenerateBimiRecord(GenerateBimiRecordOptions, int)
    IToolsControllerApiSync.GenerateBimiRecordWithHttpInfo(GenerateBimiRecordOptions, int)
    IToolsControllerApiSync.GenerateDmarcRecord(GenerateDmarcRecordOptions, int)
    IToolsControllerApiSync.GenerateDmarcRecordWithHttpInfo(GenerateDmarcRecordOptions, int)
    IToolsControllerApiSync.GenerateMtaStsRecord(GenerateMtaStsRecordOptions, int)
    IToolsControllerApiSync.GenerateMtaStsRecordWithHttpInfo(GenerateMtaStsRecordOptions, int)
    IToolsControllerApiSync.GenerateTlsReportingRecord(GenerateTlsReportingRecordOptions, int)
    IToolsControllerApiSync.GenerateTlsReportingRecordWithHttpInfo(GenerateTlsReportingRecordOptions, int)
    IToolsControllerApiSync.GetFakeEmailById(Guid, int)
    IToolsControllerApiSync.GetFakeEmailByIdWithHttpInfo(Guid, int)
    IToolsControllerApiSync.GetFakeEmailsForAddress(string, int?, int)
    IToolsControllerApiSync.GetFakeEmailsForAddressWithHttpInfo(string, int?, int)
    IToolsControllerApiSync.LookupBimiDomain(LookupBimiDomainOptions, int)
    IToolsControllerApiSync.LookupBimiDomainWithHttpInfo(LookupBimiDomainOptions, int)
    IToolsControllerApiSync.LookupDmarcDomain(LookupDmarcDomainOptions, int)
    IToolsControllerApiSync.LookupDmarcDomainWithHttpInfo(LookupDmarcDomainOptions, int)
    IToolsControllerApiSync.LookupMtaStsDomain(LookupMtaStsDomainOptions, int)
    IToolsControllerApiSync.LookupMtaStsDomainWithHttpInfo(LookupMtaStsDomainOptions, int)
    IToolsControllerApiSync.LookupTlsReportingDomain(LookupTlsReportingDomainOptions, int)
    IToolsControllerApiSync.LookupTlsReportingDomainWithHttpInfo(LookupTlsReportingDomainOptions, int)
    IToolsControllerApiAsync.CheckEmailFeaturesClientSupportAsync(CheckEmailFeaturesClientSupportOptions, int, CancellationToken)
    IToolsControllerApiAsync.CheckEmailFeaturesClientSupportWithHttpInfoAsync(CheckEmailFeaturesClientSupportOptions, int, CancellationToken)
    IToolsControllerApiAsync.CreateNewFakeEmailAddressAsync(int, CancellationToken)
    IToolsControllerApiAsync.CreateNewFakeEmailAddressWithHttpInfoAsync(int, CancellationToken)
    IToolsControllerApiAsync.GenerateBimiRecordAsync(GenerateBimiRecordOptions, int, CancellationToken)
    IToolsControllerApiAsync.GenerateBimiRecordWithHttpInfoAsync(GenerateBimiRecordOptions, int, CancellationToken)
    IToolsControllerApiAsync.GenerateDmarcRecordAsync(GenerateDmarcRecordOptions, int, CancellationToken)
    IToolsControllerApiAsync.GenerateDmarcRecordWithHttpInfoAsync(GenerateDmarcRecordOptions, int, CancellationToken)
    IToolsControllerApiAsync.GenerateMtaStsRecordAsync(GenerateMtaStsRecordOptions, int, CancellationToken)
    IToolsControllerApiAsync.GenerateMtaStsRecordWithHttpInfoAsync(GenerateMtaStsRecordOptions, int, CancellationToken)
    IToolsControllerApiAsync.GenerateTlsReportingRecordAsync(GenerateTlsReportingRecordOptions, int, CancellationToken)
    IToolsControllerApiAsync.GenerateTlsReportingRecordWithHttpInfoAsync(GenerateTlsReportingRecordOptions, int, CancellationToken)
    IToolsControllerApiAsync.GetFakeEmailByIdAsync(Guid, int, CancellationToken)
    IToolsControllerApiAsync.GetFakeEmailByIdWithHttpInfoAsync(Guid, int, CancellationToken)
    IToolsControllerApiAsync.GetFakeEmailsForAddressAsync(string, int?, int, CancellationToken)
    IToolsControllerApiAsync.GetFakeEmailsForAddressWithHttpInfoAsync(string, int?, int, CancellationToken)
    IToolsControllerApiAsync.LookupBimiDomainAsync(LookupBimiDomainOptions, int, CancellationToken)
    IToolsControllerApiAsync.LookupBimiDomainWithHttpInfoAsync(LookupBimiDomainOptions, int, CancellationToken)
    IToolsControllerApiAsync.LookupDmarcDomainAsync(LookupDmarcDomainOptions, int, CancellationToken)
    IToolsControllerApiAsync.LookupDmarcDomainWithHttpInfoAsync(LookupDmarcDomainOptions, int, CancellationToken)
    IToolsControllerApiAsync.LookupMtaStsDomainAsync(LookupMtaStsDomainOptions, int, CancellationToken)
    IToolsControllerApiAsync.LookupMtaStsDomainWithHttpInfoAsync(LookupMtaStsDomainOptions, int, CancellationToken)
    IToolsControllerApiAsync.LookupTlsReportingDomainAsync(LookupTlsReportingDomainOptions, int, CancellationToken)
    IToolsControllerApiAsync.LookupTlsReportingDomainWithHttpInfoAsync(LookupTlsReportingDomainOptions, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IToolsControllerApi : IToolsControllerApiSync, IToolsControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.