Search Results for

    Show / Hide Table of Contents

    Interface ISmsControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    ISmsControllerApiSync.DeleteSentSmsMessage(Guid, int)
    ISmsControllerApiSync.DeleteSentSmsMessageWithHttpInfo(Guid, int)
    ISmsControllerApiSync.DeleteSentSmsMessages(Guid?, int)
    ISmsControllerApiSync.DeleteSentSmsMessagesWithHttpInfo(Guid?, int)
    ISmsControllerApiSync.DeleteSmsMessage(Guid, int)
    ISmsControllerApiSync.DeleteSmsMessageWithHttpInfo(Guid, int)
    ISmsControllerApiSync.DeleteSmsMessages(Guid?, int)
    ISmsControllerApiSync.DeleteSmsMessagesWithHttpInfo(Guid?, int)
    ISmsControllerApiSync.GetAllSmsMessages(Guid?, int?, int?, string, DateTime?, DateTime?, string, bool?, int)
    ISmsControllerApiSync.GetAllSmsMessagesWithHttpInfo(Guid?, int?, int?, string, DateTime?, DateTime?, string, bool?, int)
    ISmsControllerApiSync.GetReplyForSmsMessage(Guid, int)
    ISmsControllerApiSync.GetReplyForSmsMessageWithHttpInfo(Guid, int)
    ISmsControllerApiSync.GetSentSmsCount(int)
    ISmsControllerApiSync.GetSentSmsCountWithHttpInfo(int)
    ISmsControllerApiSync.GetSentSmsMessage(Guid, int)
    ISmsControllerApiSync.GetSentSmsMessageWithHttpInfo(Guid, int)
    ISmsControllerApiSync.GetSentSmsMessagesPaginated(Guid?, int?, int?, string, DateTime?, DateTime?, string, int)
    ISmsControllerApiSync.GetSentSmsMessagesPaginatedWithHttpInfo(Guid?, int?, int?, string, DateTime?, DateTime?, string, int)
    ISmsControllerApiSync.GetSmsCount(int)
    ISmsControllerApiSync.GetSmsCountWithHttpInfo(int)
    ISmsControllerApiSync.GetSmsMessage(Guid, int)
    ISmsControllerApiSync.GetSmsMessageWithHttpInfo(Guid, int)
    ISmsControllerApiSync.GetUnreadSmsCount(int)
    ISmsControllerApiSync.GetUnreadSmsCountWithHttpInfo(int)
    ISmsControllerApiSync.ReplyToSmsMessage(Guid, SmsReplyOptions, int)
    ISmsControllerApiSync.ReplyToSmsMessageWithHttpInfo(Guid, SmsReplyOptions, int)
    ISmsControllerApiSync.SendSms(SmsSendOptions, string, Guid?, int)
    ISmsControllerApiSync.SendSmsWithHttpInfo(SmsSendOptions, string, Guid?, int)
    ISmsControllerApiSync.SetSmsFavourited(Guid, bool, int)
    ISmsControllerApiSync.SetSmsFavouritedWithHttpInfo(Guid, bool, int)
    ISmsControllerApiAsync.DeleteSentSmsMessageAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.DeleteSentSmsMessageWithHttpInfoAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.DeleteSentSmsMessagesAsync(Guid?, int, CancellationToken)
    ISmsControllerApiAsync.DeleteSentSmsMessagesWithHttpInfoAsync(Guid?, int, CancellationToken)
    ISmsControllerApiAsync.DeleteSmsMessageAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.DeleteSmsMessageWithHttpInfoAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.DeleteSmsMessagesAsync(Guid?, int, CancellationToken)
    ISmsControllerApiAsync.DeleteSmsMessagesWithHttpInfoAsync(Guid?, int, CancellationToken)
    ISmsControllerApiAsync.GetAllSmsMessagesAsync(Guid?, int?, int?, string, DateTime?, DateTime?, string, bool?, int, CancellationToken)
    ISmsControllerApiAsync.GetAllSmsMessagesWithHttpInfoAsync(Guid?, int?, int?, string, DateTime?, DateTime?, string, bool?, int, CancellationToken)
    ISmsControllerApiAsync.GetReplyForSmsMessageAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.GetReplyForSmsMessageWithHttpInfoAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.GetSentSmsCountAsync(int, CancellationToken)
    ISmsControllerApiAsync.GetSentSmsCountWithHttpInfoAsync(int, CancellationToken)
    ISmsControllerApiAsync.GetSentSmsMessageAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.GetSentSmsMessageWithHttpInfoAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.GetSentSmsMessagesPaginatedAsync(Guid?, int?, int?, string, DateTime?, DateTime?, string, int, CancellationToken)
    ISmsControllerApiAsync.GetSentSmsMessagesPaginatedWithHttpInfoAsync(Guid?, int?, int?, string, DateTime?, DateTime?, string, int, CancellationToken)
    ISmsControllerApiAsync.GetSmsCountAsync(int, CancellationToken)
    ISmsControllerApiAsync.GetSmsCountWithHttpInfoAsync(int, CancellationToken)
    ISmsControllerApiAsync.GetSmsMessageAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.GetSmsMessageWithHttpInfoAsync(Guid, int, CancellationToken)
    ISmsControllerApiAsync.GetUnreadSmsCountAsync(int, CancellationToken)
    ISmsControllerApiAsync.GetUnreadSmsCountWithHttpInfoAsync(int, CancellationToken)
    ISmsControllerApiAsync.ReplyToSmsMessageAsync(Guid, SmsReplyOptions, int, CancellationToken)
    ISmsControllerApiAsync.ReplyToSmsMessageWithHttpInfoAsync(Guid, SmsReplyOptions, int, CancellationToken)
    ISmsControllerApiAsync.SendSmsAsync(SmsSendOptions, string, Guid?, int, CancellationToken)
    ISmsControllerApiAsync.SendSmsWithHttpInfoAsync(SmsSendOptions, string, Guid?, int, CancellationToken)
    ISmsControllerApiAsync.SetSmsFavouritedAsync(Guid, bool, int, CancellationToken)
    ISmsControllerApiAsync.SetSmsFavouritedWithHttpInfoAsync(Guid, bool, 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.