Table of Contents

Interface IContactImportResource

Namespace
Mailtrap.ContactImports
Assembly
Mailtrap.Abstractions.dll

Represents contact import resource.

public interface IContactImportResource : IRestResource
Inherited Members

Methods

GetDetails(CancellationToken)

Gets details of the contact import, represented by the current resource instance.

Task<ContactImport> GetDetails(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Token to control operation cancellation.

Returns

Task<ContactImport>

Requested contact import details.