Search Results for

    Show / Hide Table of Contents

    Interface IConsentControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IConsentControllerApiSync.CheckSendingConsentForEmailAddress(string, int)
    IConsentControllerApiSync.CheckSendingConsentForEmailAddressWithHttpInfo(string, int)
    IConsentControllerApiSync.GetOptInIdentities(int?, int?, string, int)
    IConsentControllerApiSync.GetOptInIdentitiesWithHttpInfo(int?, int?, string, int)
    IConsentControllerApiSync.RevokeOptInConsentForEmailAddress(string, int)
    IConsentControllerApiSync.RevokeOptInConsentForEmailAddressWithHttpInfo(string, int)
    IConsentControllerApiSync.SendOptInConsentForEmailAddress(OptInConsentOptions, int)
    IConsentControllerApiSync.SendOptInConsentForEmailAddressWithHttpInfo(OptInConsentOptions, int)
    IConsentControllerApiAsync.CheckSendingConsentForEmailAddressAsync(string, int, CancellationToken)
    IConsentControllerApiAsync.CheckSendingConsentForEmailAddressWithHttpInfoAsync(string, int, CancellationToken)
    IConsentControllerApiAsync.GetOptInIdentitiesAsync(int?, int?, string, int, CancellationToken)
    IConsentControllerApiAsync.GetOptInIdentitiesWithHttpInfoAsync(int?, int?, string, int, CancellationToken)
    IConsentControllerApiAsync.RevokeOptInConsentForEmailAddressAsync(string, int, CancellationToken)
    IConsentControllerApiAsync.RevokeOptInConsentForEmailAddressWithHttpInfoAsync(string, int, CancellationToken)
    IConsentControllerApiAsync.SendOptInConsentForEmailAddressAsync(OptInConsentOptions, int, CancellationToken)
    IConsentControllerApiAsync.SendOptInConsentForEmailAddressWithHttpInfoAsync(OptInConsentOptions, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IConsentControllerApi : IConsentControllerApiSync, IConsentControllerApiAsync, IApiAccessor
    • View Source
    In this article
    Back to top See MailSlurp website for more information.