Search Results for

    Show / Hide Table of Contents

    Interface IInboxRulesetControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IInboxRulesetControllerApiSync.CreateNewInboxRuleset(CreateInboxRulesetOptions, Guid?, int)
    IInboxRulesetControllerApiSync.CreateNewInboxRulesetWithHttpInfo(CreateInboxRulesetOptions, Guid?, int)
    IInboxRulesetControllerApiSync.DeleteInboxRuleset(Guid, int)
    IInboxRulesetControllerApiSync.DeleteInboxRulesetWithHttpInfo(Guid, int)
    IInboxRulesetControllerApiSync.DeleteInboxRulesets(Guid?, int)
    IInboxRulesetControllerApiSync.DeleteInboxRulesetsWithHttpInfo(Guid?, int)
    IInboxRulesetControllerApiSync.GetInboxRuleset(Guid, int)
    IInboxRulesetControllerApiSync.GetInboxRulesetWithHttpInfo(Guid, int)
    IInboxRulesetControllerApiSync.GetInboxRulesets(Guid?, int?, int?, string, string, DateTime?, DateTime?, int)
    IInboxRulesetControllerApiSync.GetInboxRulesetsWithHttpInfo(Guid?, int?, int?, string, string, DateTime?, DateTime?, int)
    IInboxRulesetControllerApiSync.TestInboxRuleset(Guid, InboxRulesetTestOptions, int)
    IInboxRulesetControllerApiSync.TestInboxRulesetWithHttpInfo(Guid, InboxRulesetTestOptions, int)
    IInboxRulesetControllerApiSync.TestInboxRulesetReceiving(TestInboxRulesetReceivingOptions, int)
    IInboxRulesetControllerApiSync.TestInboxRulesetReceivingWithHttpInfo(TestInboxRulesetReceivingOptions, int)
    IInboxRulesetControllerApiSync.TestInboxRulesetSending(TestInboxRulesetSendingOptions, int)
    IInboxRulesetControllerApiSync.TestInboxRulesetSendingWithHttpInfo(TestInboxRulesetSendingOptions, int)
    IInboxRulesetControllerApiSync.TestInboxRulesetsForInbox(Guid, InboxRulesetTestOptions, int)
    IInboxRulesetControllerApiSync.TestInboxRulesetsForInboxWithHttpInfo(Guid, InboxRulesetTestOptions, int)
    IInboxRulesetControllerApiSync.TestNewInboxRuleset(TestNewInboxRulesetOptions, int)
    IInboxRulesetControllerApiSync.TestNewInboxRulesetWithHttpInfo(TestNewInboxRulesetOptions, int)
    IInboxRulesetControllerApiAsync.CreateNewInboxRulesetAsync(CreateInboxRulesetOptions, Guid?, int, CancellationToken)
    IInboxRulesetControllerApiAsync.CreateNewInboxRulesetWithHttpInfoAsync(CreateInboxRulesetOptions, Guid?, int, CancellationToken)
    IInboxRulesetControllerApiAsync.DeleteInboxRulesetAsync(Guid, int, CancellationToken)
    IInboxRulesetControllerApiAsync.DeleteInboxRulesetWithHttpInfoAsync(Guid, int, CancellationToken)
    IInboxRulesetControllerApiAsync.DeleteInboxRulesetsAsync(Guid?, int, CancellationToken)
    IInboxRulesetControllerApiAsync.DeleteInboxRulesetsWithHttpInfoAsync(Guid?, int, CancellationToken)
    IInboxRulesetControllerApiAsync.GetInboxRulesetAsync(Guid, int, CancellationToken)
    IInboxRulesetControllerApiAsync.GetInboxRulesetWithHttpInfoAsync(Guid, int, CancellationToken)
    IInboxRulesetControllerApiAsync.GetInboxRulesetsAsync(Guid?, int?, int?, string, string, DateTime?, DateTime?, int, CancellationToken)
    IInboxRulesetControllerApiAsync.GetInboxRulesetsWithHttpInfoAsync(Guid?, int?, int?, string, string, DateTime?, DateTime?, int, CancellationToken)
    IInboxRulesetControllerApiAsync.TestInboxRulesetAsync(Guid, InboxRulesetTestOptions, int, CancellationToken)
    IInboxRulesetControllerApiAsync.TestInboxRulesetWithHttpInfoAsync(Guid, InboxRulesetTestOptions, int, CancellationToken)
    IInboxRulesetControllerApiAsync.TestInboxRulesetReceivingAsync(TestInboxRulesetReceivingOptions, int, CancellationToken)
    IInboxRulesetControllerApiAsync.TestInboxRulesetReceivingWithHttpInfoAsync(TestInboxRulesetReceivingOptions, int, CancellationToken)
    IInboxRulesetControllerApiAsync.TestInboxRulesetSendingAsync(TestInboxRulesetSendingOptions, int, CancellationToken)
    IInboxRulesetControllerApiAsync.TestInboxRulesetSendingWithHttpInfoAsync(TestInboxRulesetSendingOptions, int, CancellationToken)
    IInboxRulesetControllerApiAsync.TestInboxRulesetsForInboxAsync(Guid, InboxRulesetTestOptions, int, CancellationToken)
    IInboxRulesetControllerApiAsync.TestInboxRulesetsForInboxWithHttpInfoAsync(Guid, InboxRulesetTestOptions, int, CancellationToken)
    IInboxRulesetControllerApiAsync.TestNewInboxRulesetAsync(TestNewInboxRulesetOptions, int, CancellationToken)
    IInboxRulesetControllerApiAsync.TestNewInboxRulesetWithHttpInfoAsync(TestNewInboxRulesetOptions, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IInboxRulesetControllerApi : IInboxRulesetControllerApiSync, IInboxRulesetControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.