Search Results for

    Show / Hide Table of Contents

    Interface IAttachmentControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IAttachmentControllerApiSync.DeleteAllAttachments(int)
    IAttachmentControllerApiSync.DeleteAllAttachmentsWithHttpInfo(int)
    IAttachmentControllerApiSync.DeleteAttachment(string, int)
    IAttachmentControllerApiSync.DeleteAttachmentWithHttpInfo(string, int)
    IAttachmentControllerApiSync.DownloadAttachmentAsBase64Encoded(string, int)
    IAttachmentControllerApiSync.DownloadAttachmentAsBase64EncodedWithHttpInfo(string, int)
    IAttachmentControllerApiSync.DownloadAttachmentAsBytes(string, int)
    IAttachmentControllerApiSync.DownloadAttachmentAsBytesWithHttpInfo(string, int)
    IAttachmentControllerApiSync.GetAttachment(string, int)
    IAttachmentControllerApiSync.GetAttachmentWithHttpInfo(string, int)
    IAttachmentControllerApiSync.GetAttachmentInfo(string, int)
    IAttachmentControllerApiSync.GetAttachmentInfoWithHttpInfo(string, int)
    IAttachmentControllerApiSync.GetAttachments(int?, int?, string, string, DateTime?, DateTime?, Guid?, int)
    IAttachmentControllerApiSync.GetAttachmentsWithHttpInfo(int?, int?, string, string, DateTime?, DateTime?, Guid?, int)
    IAttachmentControllerApiSync.UploadAttachment(UploadAttachmentOptions, int)
    IAttachmentControllerApiSync.UploadAttachmentWithHttpInfo(UploadAttachmentOptions, int)
    IAttachmentControllerApiSync.UploadAttachmentBytes(string, string, string, string, string, int)
    IAttachmentControllerApiSync.UploadAttachmentBytesWithHttpInfo(string, string, string, string, string, int)
    IAttachmentControllerApiSync.UploadMultipartForm(string, string, string, string, UploadMultipartFormRequest, int)
    IAttachmentControllerApiSync.UploadMultipartFormWithHttpInfo(string, string, string, string, UploadMultipartFormRequest, int)
    IAttachmentControllerApiAsync.DeleteAllAttachmentsAsync(int, CancellationToken)
    IAttachmentControllerApiAsync.DeleteAllAttachmentsWithHttpInfoAsync(int, CancellationToken)
    IAttachmentControllerApiAsync.DeleteAttachmentAsync(string, int, CancellationToken)
    IAttachmentControllerApiAsync.DeleteAttachmentWithHttpInfoAsync(string, int, CancellationToken)
    IAttachmentControllerApiAsync.DownloadAttachmentAsBase64EncodedAsync(string, int, CancellationToken)
    IAttachmentControllerApiAsync.DownloadAttachmentAsBase64EncodedWithHttpInfoAsync(string, int, CancellationToken)
    IAttachmentControllerApiAsync.DownloadAttachmentAsBytesAsync(string, int, CancellationToken)
    IAttachmentControllerApiAsync.DownloadAttachmentAsBytesWithHttpInfoAsync(string, int, CancellationToken)
    IAttachmentControllerApiAsync.GetAttachmentAsync(string, int, CancellationToken)
    IAttachmentControllerApiAsync.GetAttachmentWithHttpInfoAsync(string, int, CancellationToken)
    IAttachmentControllerApiAsync.GetAttachmentInfoAsync(string, int, CancellationToken)
    IAttachmentControllerApiAsync.GetAttachmentInfoWithHttpInfoAsync(string, int, CancellationToken)
    IAttachmentControllerApiAsync.GetAttachmentsAsync(int?, int?, string, string, DateTime?, DateTime?, Guid?, int, CancellationToken)
    IAttachmentControllerApiAsync.GetAttachmentsWithHttpInfoAsync(int?, int?, string, string, DateTime?, DateTime?, Guid?, int, CancellationToken)
    IAttachmentControllerApiAsync.UploadAttachmentAsync(UploadAttachmentOptions, int, CancellationToken)
    IAttachmentControllerApiAsync.UploadAttachmentWithHttpInfoAsync(UploadAttachmentOptions, int, CancellationToken)
    IAttachmentControllerApiAsync.UploadAttachmentBytesAsync(string, string, string, string, string, int, CancellationToken)
    IAttachmentControllerApiAsync.UploadAttachmentBytesWithHttpInfoAsync(string, string, string, string, string, int, CancellationToken)
    IAttachmentControllerApiAsync.UploadMultipartFormAsync(string, string, string, string, UploadMultipartFormRequest, int, CancellationToken)
    IAttachmentControllerApiAsync.UploadMultipartFormWithHttpInfoAsync(string, string, string, string, UploadMultipartFormRequest, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IAttachmentControllerApi : IAttachmentControllerApiSync, IAttachmentControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.