Search Results for

    Show / Hide Table of Contents

    Interface IBounceControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IBounceControllerApiSync.FilterBouncedRecipient(FilterBouncedRecipientsOptions, int)
    IBounceControllerApiSync.FilterBouncedRecipientWithHttpInfo(FilterBouncedRecipientsOptions, int)
    IBounceControllerApiSync.GetAccountBounceBlockStatus(int)
    IBounceControllerApiSync.GetAccountBounceBlockStatusWithHttpInfo(int)
    IBounceControllerApiSync.GetBouncedEmail(Guid, int)
    IBounceControllerApiSync.GetBouncedEmailWithHttpInfo(Guid, int)
    IBounceControllerApiSync.GetBouncedEmails(int?, int?, string, DateTime?, DateTime?, int)
    IBounceControllerApiSync.GetBouncedEmailsWithHttpInfo(int?, int?, string, DateTime?, DateTime?, int)
    IBounceControllerApiSync.GetBouncedRecipient(Guid, int)
    IBounceControllerApiSync.GetBouncedRecipientWithHttpInfo(Guid, int)
    IBounceControllerApiSync.GetBouncedRecipients(int?, int?, string, DateTime?, DateTime?, int)
    IBounceControllerApiSync.GetBouncedRecipientsWithHttpInfo(int?, int?, string, DateTime?, DateTime?, int)
    IBounceControllerApiSync.GetComplaint(Guid, int)
    IBounceControllerApiSync.GetComplaintWithHttpInfo(Guid, int)
    IBounceControllerApiSync.GetComplaints(int?, int?, string, DateTime?, DateTime?, int)
    IBounceControllerApiSync.GetComplaintsWithHttpInfo(int?, int?, string, DateTime?, DateTime?, int)
    IBounceControllerApiSync.GetListUnsubscribeRecipients(int?, int?, string, Guid?, int)
    IBounceControllerApiSync.GetListUnsubscribeRecipientsWithHttpInfo(int?, int?, string, Guid?, int)
    IBounceControllerApiAsync.FilterBouncedRecipientAsync(FilterBouncedRecipientsOptions, int, CancellationToken)
    IBounceControllerApiAsync.FilterBouncedRecipientWithHttpInfoAsync(FilterBouncedRecipientsOptions, int, CancellationToken)
    IBounceControllerApiAsync.GetAccountBounceBlockStatusAsync(int, CancellationToken)
    IBounceControllerApiAsync.GetAccountBounceBlockStatusWithHttpInfoAsync(int, CancellationToken)
    IBounceControllerApiAsync.GetBouncedEmailAsync(Guid, int, CancellationToken)
    IBounceControllerApiAsync.GetBouncedEmailWithHttpInfoAsync(Guid, int, CancellationToken)
    IBounceControllerApiAsync.GetBouncedEmailsAsync(int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    IBounceControllerApiAsync.GetBouncedEmailsWithHttpInfoAsync(int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    IBounceControllerApiAsync.GetBouncedRecipientAsync(Guid, int, CancellationToken)
    IBounceControllerApiAsync.GetBouncedRecipientWithHttpInfoAsync(Guid, int, CancellationToken)
    IBounceControllerApiAsync.GetBouncedRecipientsAsync(int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    IBounceControllerApiAsync.GetBouncedRecipientsWithHttpInfoAsync(int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    IBounceControllerApiAsync.GetComplaintAsync(Guid, int, CancellationToken)
    IBounceControllerApiAsync.GetComplaintWithHttpInfoAsync(Guid, int, CancellationToken)
    IBounceControllerApiAsync.GetComplaintsAsync(int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    IBounceControllerApiAsync.GetComplaintsWithHttpInfoAsync(int?, int?, string, DateTime?, DateTime?, int, CancellationToken)
    IBounceControllerApiAsync.GetListUnsubscribeRecipientsAsync(int?, int?, string, Guid?, int, CancellationToken)
    IBounceControllerApiAsync.GetListUnsubscribeRecipientsWithHttpInfoAsync(int?, int?, string, Guid?, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IBounceControllerApi : IBounceControllerApiSync, IBounceControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.