Search Results for

    Show / Hide Table of Contents

    Interface IContactControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IContactControllerApiSync.CreateContact(CreateContactOptions, int)
    IContactControllerApiSync.CreateContactWithHttpInfo(CreateContactOptions, int)
    IContactControllerApiSync.DeleteContact(Guid, int)
    IContactControllerApiSync.DeleteContactWithHttpInfo(Guid, int)
    IContactControllerApiSync.GetAllContacts(int?, int?, string, DateTime?, DateTime?, string, int)
    IContactControllerApiSync.GetAllContactsWithHttpInfo(int?, int?, string, DateTime?, DateTime?, string, int)
    IContactControllerApiSync.GetContact(Guid, int)
    IContactControllerApiSync.GetContactWithHttpInfo(Guid, int)
    IContactControllerApiSync.GetContactVCard(Guid, int)
    IContactControllerApiSync.GetContactVCardWithHttpInfo(Guid, int)
    IContactControllerApiSync.GetContacts(int)
    IContactControllerApiSync.GetContactsWithHttpInfo(int)
    IContactControllerApiAsync.CreateContactAsync(CreateContactOptions, int, CancellationToken)
    IContactControllerApiAsync.CreateContactWithHttpInfoAsync(CreateContactOptions, int, CancellationToken)
    IContactControllerApiAsync.DeleteContactAsync(Guid, int, CancellationToken)
    IContactControllerApiAsync.DeleteContactWithHttpInfoAsync(Guid, int, CancellationToken)
    IContactControllerApiAsync.GetAllContactsAsync(int?, int?, string, DateTime?, DateTime?, string, int, CancellationToken)
    IContactControllerApiAsync.GetAllContactsWithHttpInfoAsync(int?, int?, string, DateTime?, DateTime?, string, int, CancellationToken)
    IContactControllerApiAsync.GetContactAsync(Guid, int, CancellationToken)
    IContactControllerApiAsync.GetContactWithHttpInfoAsync(Guid, int, CancellationToken)
    IContactControllerApiAsync.GetContactVCardAsync(Guid, int, CancellationToken)
    IContactControllerApiAsync.GetContactVCardWithHttpInfoAsync(Guid, int, CancellationToken)
    IContactControllerApiAsync.GetContactsAsync(int, CancellationToken)
    IContactControllerApiAsync.GetContactsWithHttpInfoAsync(int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IContactControllerApi : IContactControllerApiSync, IContactControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.