Search Results for

    Show / Hide Table of Contents

    Interface IImapControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IImapControllerApiSync.ImapServerFetch(long, Guid?, int)
    IImapControllerApiSync.ImapServerFetchWithHttpInfo(long, Guid?, int)
    IImapControllerApiSync.ImapServerGet(Guid, Guid?, int)
    IImapControllerApiSync.ImapServerGetWithHttpInfo(Guid, Guid?, int)
    IImapControllerApiSync.ImapServerList(ImapServerListOptions, Guid?, int)
    IImapControllerApiSync.ImapServerListWithHttpInfo(ImapServerListOptions, Guid?, int)
    IImapControllerApiSync.ImapServerMailbox(string, int)
    IImapControllerApiSync.ImapServerMailboxWithHttpInfo(string, int)
    IImapControllerApiSync.ImapServerSearch(ImapServerSearchOptions, Guid?, int)
    IImapControllerApiSync.ImapServerSearchWithHttpInfo(ImapServerSearchOptions, Guid?, int)
    IImapControllerApiSync.ImapServerStatus(ImapServerStatusOptions, Guid?, int)
    IImapControllerApiSync.ImapServerStatusWithHttpInfo(ImapServerStatusOptions, Guid?, int)
    IImapControllerApiSync.ImapServerUpdateFlags(ImapUpdateFlagsOptions, Guid?, int)
    IImapControllerApiSync.ImapServerUpdateFlagsWithHttpInfo(ImapUpdateFlagsOptions, Guid?, int)
    IImapControllerApiAsync.ImapServerFetchAsync(long, Guid?, int, CancellationToken)
    IImapControllerApiAsync.ImapServerFetchWithHttpInfoAsync(long, Guid?, int, CancellationToken)
    IImapControllerApiAsync.ImapServerGetAsync(Guid, Guid?, int, CancellationToken)
    IImapControllerApiAsync.ImapServerGetWithHttpInfoAsync(Guid, Guid?, int, CancellationToken)
    IImapControllerApiAsync.ImapServerListAsync(ImapServerListOptions, Guid?, int, CancellationToken)
    IImapControllerApiAsync.ImapServerListWithHttpInfoAsync(ImapServerListOptions, Guid?, int, CancellationToken)
    IImapControllerApiAsync.ImapServerMailboxAsync(string, int, CancellationToken)
    IImapControllerApiAsync.ImapServerMailboxWithHttpInfoAsync(string, int, CancellationToken)
    IImapControllerApiAsync.ImapServerSearchAsync(ImapServerSearchOptions, Guid?, int, CancellationToken)
    IImapControllerApiAsync.ImapServerSearchWithHttpInfoAsync(ImapServerSearchOptions, Guid?, int, CancellationToken)
    IImapControllerApiAsync.ImapServerStatusAsync(ImapServerStatusOptions, Guid?, int, CancellationToken)
    IImapControllerApiAsync.ImapServerStatusWithHttpInfoAsync(ImapServerStatusOptions, Guid?, int, CancellationToken)
    IImapControllerApiAsync.ImapServerUpdateFlagsAsync(ImapUpdateFlagsOptions, Guid?, int, CancellationToken)
    IImapControllerApiAsync.ImapServerUpdateFlagsWithHttpInfoAsync(ImapUpdateFlagsOptions, Guid?, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IImapControllerApi : IImapControllerApiSync, IImapControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.