Search Results for

    Show / Hide Table of Contents

    Interface ISmsControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    ISmsControllerApiSync.DeleteSmsMessage(Guid, int)
    ISmsControllerApiSync.DeleteSmsMessageWithHttpInfo(Guid, int)
    ISmsControllerApiSync.DeleteSmsMessages(Guid?, int)
    ISmsControllerApiSync.DeleteSmsMessagesWithHttpInfo(Guid?, int)
    ISmsControllerApiSync.GetReplyForSmsMessage(Guid, int)
    ISmsControllerApiSync.GetReplyForSmsMessageWithHttpInfo(Guid, int)
    ISmsControllerApiSync.GetSmsCount(int)
    ISmsControllerApiSync.GetSmsCountWithHttpInfo(int)
    ISmsControllerApiSync.GetSmsMessage(Guid, int)
    ISmsControllerApiSync.GetSmsMessageWithHttpInfo(Guid, int)
    ISmsControllerApiSync.GetSmsMessagesPaginated(Guid?, int?, int?, string, bool?, DateTime?, DateTime?, int)
    ISmsControllerApiSync.GetSmsMessagesPaginatedWithHttpInfo(Guid?, int?, int?, string, bool?, DateTime?, DateTime?, int)
    ISmsControllerApiSync.GetUnreadSmsCount(int)
    ISmsControllerApiSync.GetUnreadSmsCountWithHttpInfo(int)
    ISmsControllerApiSync.ReplyToSmsMessage(Guid, SmsReplyOptions, int)
    ISmsControllerApiSync.ReplyToSmsMessageWithHttpInfo(Guid, SmsReplyOptions, int)
    ISmsControllerApiAsync.DeleteSmsMessageAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.DeleteSmsMessageWithHttpInfoAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.DeleteSmsMessagesAsync(Guid?, int, CancellationToken)
    ISmsControllerApiAsync.DeleteSmsMessagesWithHttpInfoAsync(Guid?, int, CancellationToken)
    ISmsControllerApiAsync.GetReplyForSmsMessageAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.GetReplyForSmsMessageWithHttpInfoAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.GetSmsCountAsync(int, CancellationToken)
    ISmsControllerApiAsync.GetSmsCountWithHttpInfoAsync(int, CancellationToken)
    ISmsControllerApiAsync.GetSmsMessageAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.GetSmsMessageWithHttpInfoAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.GetSmsMessagesPaginatedAsync(Guid?, int?, int?, string, bool?, DateTime?, DateTime?, int, CancellationToken)
    ISmsControllerApiAsync.GetSmsMessagesPaginatedWithHttpInfoAsync(Guid?, int?, int?, string, bool?, DateTime?, DateTime?, int, CancellationToken)
    ISmsControllerApiAsync.GetUnreadSmsCountAsync(int, CancellationToken)
    ISmsControllerApiAsync.GetUnreadSmsCountWithHttpInfoAsync(int, CancellationToken)
    ISmsControllerApiAsync.ReplyToSmsMessageAsync(Guid, SmsReplyOptions, int, CancellationToken)
    ISmsControllerApiAsync.ReplyToSmsMessageWithHttpInfoAsync(Guid, SmsReplyOptions, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface ISmsControllerApi : ISmsControllerApiSync, ISmsControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.