Search Results for

    Show / Hide Table of Contents

    Interface IMailServerControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IMailServerControllerApiSync.DescribeMailServerDomain(DescribeDomainOptions, int)
    IMailServerControllerApiSync.DescribeMailServerDomainWithHttpInfo(DescribeDomainOptions, int)
    IMailServerControllerApiSync.GetDnsLookup(DNSLookupOptions, int)
    IMailServerControllerApiSync.GetDnsLookupWithHttpInfo(DNSLookupOptions, int)
    IMailServerControllerApiSync.GetDnsLookups(DNSLookupsOptions, int)
    IMailServerControllerApiSync.GetDnsLookupsWithHttpInfo(DNSLookupsOptions, int)
    IMailServerControllerApiSync.GetIpAddress(string, int)
    IMailServerControllerApiSync.GetIpAddressWithHttpInfo(string, int)
    IMailServerControllerApiSync.VerifyEmailAddress(VerifyEmailAddressOptions, int)
    IMailServerControllerApiSync.VerifyEmailAddressWithHttpInfo(VerifyEmailAddressOptions, int)
    IMailServerControllerApiAsync.DescribeMailServerDomainAsync(DescribeDomainOptions, int, CancellationToken)
    IMailServerControllerApiAsync.DescribeMailServerDomainWithHttpInfoAsync(DescribeDomainOptions, int, CancellationToken)
    IMailServerControllerApiAsync.GetDnsLookupAsync(DNSLookupOptions, int, CancellationToken)
    IMailServerControllerApiAsync.GetDnsLookupWithHttpInfoAsync(DNSLookupOptions, int, CancellationToken)
    IMailServerControllerApiAsync.GetDnsLookupsAsync(DNSLookupsOptions, int, CancellationToken)
    IMailServerControllerApiAsync.GetDnsLookupsWithHttpInfoAsync(DNSLookupsOptions, int, CancellationToken)
    IMailServerControllerApiAsync.GetIpAddressAsync(string, int, CancellationToken)
    IMailServerControllerApiAsync.GetIpAddressWithHttpInfoAsync(string, int, CancellationToken)
    IMailServerControllerApiAsync.VerifyEmailAddressAsync(VerifyEmailAddressOptions, int, CancellationToken)
    IMailServerControllerApiAsync.VerifyEmailAddressWithHttpInfoAsync(VerifyEmailAddressOptions, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IMailServerControllerApi : IMailServerControllerApiSync, IMailServerControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.