Search Results for

    Show / Hide Table of Contents

    Interface ICommonActionsControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    ICommonActionsControllerApiSync.CreateNewEmailAddress(bool?, bool?, DateTime?, long?, string, string, string, string, List<string>, bool?, bool?, bool?, string, Guid?, string, int)
    ICommonActionsControllerApiSync.CreateNewEmailAddressWithHttpInfo(bool?, bool?, DateTime?, long?, string, string, string, string, List<string>, bool?, bool?, bool?, string, Guid?, string, int)
    ICommonActionsControllerApiSync.CreateRandomInbox(bool?, bool?, DateTime?, long?, string, string, string, string, List<string>, bool?, bool?, bool?, string, Guid?, string, int)
    ICommonActionsControllerApiSync.CreateRandomInboxWithHttpInfo(bool?, bool?, DateTime?, long?, string, string, string, string, List<string>, bool?, bool?, bool?, string, Guid?, string, int)
    ICommonActionsControllerApiSync.DeleteEmailAddress(Guid, int)
    ICommonActionsControllerApiSync.DeleteEmailAddressWithHttpInfo(Guid, int)
    ICommonActionsControllerApiSync.EmptyInbox(Guid, int)
    ICommonActionsControllerApiSync.EmptyInboxWithHttpInfo(Guid, int)
    ICommonActionsControllerApiSync.SendEmailQuery(string, Guid?, string, string, int)
    ICommonActionsControllerApiSync.SendEmailQueryWithHttpInfo(string, Guid?, string, string, int)
    ICommonActionsControllerApiSync.SendEmailSimple(SimpleSendEmailOptions, int)
    ICommonActionsControllerApiSync.SendEmailSimpleWithHttpInfo(SimpleSendEmailOptions, int)
    ICommonActionsControllerApiAsync.CreateNewEmailAddressAsync(bool?, bool?, DateTime?, long?, string, string, string, string, List<string>, bool?, bool?, bool?, string, Guid?, string, int, CancellationToken)
    ICommonActionsControllerApiAsync.CreateNewEmailAddressWithHttpInfoAsync(bool?, bool?, DateTime?, long?, string, string, string, string, List<string>, bool?, bool?, bool?, string, Guid?, string, int, CancellationToken)
    ICommonActionsControllerApiAsync.CreateRandomInboxAsync(bool?, bool?, DateTime?, long?, string, string, string, string, List<string>, bool?, bool?, bool?, string, Guid?, string, int, CancellationToken)
    ICommonActionsControllerApiAsync.CreateRandomInboxWithHttpInfoAsync(bool?, bool?, DateTime?, long?, string, string, string, string, List<string>, bool?, bool?, bool?, string, Guid?, string, int, CancellationToken)
    ICommonActionsControllerApiAsync.DeleteEmailAddressAsync(Guid, int, CancellationToken)
    ICommonActionsControllerApiAsync.DeleteEmailAddressWithHttpInfoAsync(Guid, int, CancellationToken)
    ICommonActionsControllerApiAsync.EmptyInboxAsync(Guid, int, CancellationToken)
    ICommonActionsControllerApiAsync.EmptyInboxWithHttpInfoAsync(Guid, int, CancellationToken)
    ICommonActionsControllerApiAsync.SendEmailQueryAsync(string, Guid?, string, string, int, CancellationToken)
    ICommonActionsControllerApiAsync.SendEmailQueryWithHttpInfoAsync(string, Guid?, string, string, int, CancellationToken)
    ICommonActionsControllerApiAsync.SendEmailSimpleAsync(SimpleSendEmailOptions, int, CancellationToken)
    ICommonActionsControllerApiAsync.SendEmailSimpleWithHttpInfoAsync(SimpleSendEmailOptions, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface ICommonActionsControllerApi : ICommonActionsControllerApiSync, ICommonActionsControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.