Class ToolsControllerApi
Represents a collection of functions to interact with the API endpoints
Inherited Members
Namespace: mailslurp.Api
Assembly: mailslurp.dll
Syntax
public class ToolsControllerApi : IToolsControllerApi, IToolsControllerApiSync, IToolsControllerApiAsync, IApiAccessor
Constructors
View SourceToolsControllerApi()
Initializes a new instance of the ToolsControllerApi class.
Declaration
public ToolsControllerApi()
ToolsControllerApi(Configuration)
Initializes a new instance of the ToolsControllerApi class using Configuration object
Declaration
public ToolsControllerApi(Configuration configuration)
Parameters
Type | Name | Description |
---|---|---|
Configuration | configuration | An instance of Configuration |
ToolsControllerApi(ISynchronousClient, IAsynchronousClient, IReadableConfiguration)
Initializes a new instance of the ToolsControllerApi class using a Configuration object and client instance.
Declaration
public ToolsControllerApi(ISynchronousClient client, IAsynchronousClient asyncClient, IReadableConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
ISynchronousClient | client | The client interface for synchronous API access. |
IAsynchronousClient | asyncClient | The client interface for asynchronous API access. |
IReadableConfiguration | configuration | The configuration object. |
ToolsControllerApi(string)
Initializes a new instance of the ToolsControllerApi class.
Declaration
public ToolsControllerApi(string basePath)
Parameters
Type | Name | Description |
---|---|---|
string | basePath |
Properties
View SourceAsynchronousClient
The client for accessing this underlying API asynchronously.
Declaration
public IAsynchronousClient AsynchronousClient { get; set; }
Property Value
Type | Description |
---|---|
IAsynchronousClient |
Client
The client for accessing this underlying API synchronously.
Declaration
public ISynchronousClient Client { get; set; }
Property Value
Type | Description |
---|---|
ISynchronousClient |
Configuration
Gets or sets the configuration object
Declaration
public IReadableConfiguration Configuration { get; set; }
Property Value
Type | Description |
---|---|
IReadableConfiguration | An instance of the Configuration |
ExceptionFactory
Provides a factory method hook for the creation of exceptions.
Declaration
public ExceptionFactory ExceptionFactory { get; set; }
Property Value
Type | Description |
---|---|
ExceptionFactory |
Methods
View SourceCheckEmailFeaturesClientSupport(CheckEmailFeaturesClientSupportOptions, int)
Check email client support for email HTML and CSS features
Declaration
public CheckEmailFeaturesClientSupportResults CheckEmailFeaturesClientSupport(CheckEmailFeaturesClientSupportOptions checkEmailFeaturesClientSupportOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
CheckEmailFeaturesClientSupportOptions | checkEmailFeaturesClientSupportOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
CheckEmailFeaturesClientSupportResults | CheckEmailFeaturesClientSupportResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
CheckEmailFeaturesClientSupportAsync(CheckEmailFeaturesClientSupportOptions, int, CancellationToken)
Check email client support for email HTML and CSS features
Declaration
public Task<CheckEmailFeaturesClientSupportResults> CheckEmailFeaturesClientSupportAsync(CheckEmailFeaturesClientSupportOptions checkEmailFeaturesClientSupportOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CheckEmailFeaturesClientSupportOptions | checkEmailFeaturesClientSupportOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<CheckEmailFeaturesClientSupportResults> | Task of CheckEmailFeaturesClientSupportResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
CheckEmailFeaturesClientSupportWithHttpInfo(CheckEmailFeaturesClientSupportOptions, int)
Check email client support for email HTML and CSS features
Declaration
public ApiResponse<CheckEmailFeaturesClientSupportResults> CheckEmailFeaturesClientSupportWithHttpInfo(CheckEmailFeaturesClientSupportOptions checkEmailFeaturesClientSupportOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
CheckEmailFeaturesClientSupportOptions | checkEmailFeaturesClientSupportOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
ApiResponse<CheckEmailFeaturesClientSupportResults> | ApiResponse of CheckEmailFeaturesClientSupportResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
CheckEmailFeaturesClientSupportWithHttpInfoAsync(CheckEmailFeaturesClientSupportOptions, int, CancellationToken)
Check email client support for email HTML and CSS features
Declaration
public Task<ApiResponse<CheckEmailFeaturesClientSupportResults>> CheckEmailFeaturesClientSupportWithHttpInfoAsync(CheckEmailFeaturesClientSupportOptions checkEmailFeaturesClientSupportOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CheckEmailFeaturesClientSupportOptions | checkEmailFeaturesClientSupportOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<ApiResponse<CheckEmailFeaturesClientSupportResults>> | Task of ApiResponse (CheckEmailFeaturesClientSupportResults) |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
CreateNewFakeEmailAddress(int)
Create a new email address using the fake email domains
Declaration
public NewFakeEmailAddressResult CreateNewFakeEmailAddress(int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
NewFakeEmailAddressResult | NewFakeEmailAddressResult |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
CreateNewFakeEmailAddressAsync(int, CancellationToken)
Create a new email address using the fake email domains
Declaration
public Task<NewFakeEmailAddressResult> CreateNewFakeEmailAddressAsync(int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<NewFakeEmailAddressResult> | Task of NewFakeEmailAddressResult |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
CreateNewFakeEmailAddressWithHttpInfo(int)
Create a new email address using the fake email domains
Declaration
public ApiResponse<NewFakeEmailAddressResult> CreateNewFakeEmailAddressWithHttpInfo(int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
ApiResponse<NewFakeEmailAddressResult> | ApiResponse of NewFakeEmailAddressResult |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
CreateNewFakeEmailAddressWithHttpInfoAsync(int, CancellationToken)
Create a new email address using the fake email domains
Declaration
public Task<ApiResponse<NewFakeEmailAddressResult>> CreateNewFakeEmailAddressWithHttpInfoAsync(int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<ApiResponse<NewFakeEmailAddressResult>> | Task of ApiResponse (NewFakeEmailAddressResult) |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateBimiRecord(GenerateBimiRecordOptions, int)
Create a BIMI record policy
Declaration
public GenerateBimiRecordResults GenerateBimiRecord(GenerateBimiRecordOptions generateBimiRecordOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
GenerateBimiRecordOptions | generateBimiRecordOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
GenerateBimiRecordResults | GenerateBimiRecordResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateBimiRecordAsync(GenerateBimiRecordOptions, int, CancellationToken)
Create a BIMI record policy
Declaration
public Task<GenerateBimiRecordResults> GenerateBimiRecordAsync(GenerateBimiRecordOptions generateBimiRecordOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GenerateBimiRecordOptions | generateBimiRecordOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<GenerateBimiRecordResults> | Task of GenerateBimiRecordResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateBimiRecordWithHttpInfo(GenerateBimiRecordOptions, int)
Create a BIMI record policy
Declaration
public ApiResponse<GenerateBimiRecordResults> GenerateBimiRecordWithHttpInfo(GenerateBimiRecordOptions generateBimiRecordOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
GenerateBimiRecordOptions | generateBimiRecordOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
ApiResponse<GenerateBimiRecordResults> | ApiResponse of GenerateBimiRecordResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateBimiRecordWithHttpInfoAsync(GenerateBimiRecordOptions, int, CancellationToken)
Create a BIMI record policy
Declaration
public Task<ApiResponse<GenerateBimiRecordResults>> GenerateBimiRecordWithHttpInfoAsync(GenerateBimiRecordOptions generateBimiRecordOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GenerateBimiRecordOptions | generateBimiRecordOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<ApiResponse<GenerateBimiRecordResults>> | Task of ApiResponse (GenerateBimiRecordResults) |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateDmarcRecord(GenerateDmarcRecordOptions, int)
Create a DMARC record policy
Declaration
public GenerateDmarcRecordResults GenerateDmarcRecord(GenerateDmarcRecordOptions generateDmarcRecordOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
GenerateDmarcRecordOptions | generateDmarcRecordOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
GenerateDmarcRecordResults | GenerateDmarcRecordResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateDmarcRecordAsync(GenerateDmarcRecordOptions, int, CancellationToken)
Create a DMARC record policy
Declaration
public Task<GenerateDmarcRecordResults> GenerateDmarcRecordAsync(GenerateDmarcRecordOptions generateDmarcRecordOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GenerateDmarcRecordOptions | generateDmarcRecordOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<GenerateDmarcRecordResults> | Task of GenerateDmarcRecordResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateDmarcRecordWithHttpInfo(GenerateDmarcRecordOptions, int)
Create a DMARC record policy
Declaration
public ApiResponse<GenerateDmarcRecordResults> GenerateDmarcRecordWithHttpInfo(GenerateDmarcRecordOptions generateDmarcRecordOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
GenerateDmarcRecordOptions | generateDmarcRecordOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
ApiResponse<GenerateDmarcRecordResults> | ApiResponse of GenerateDmarcRecordResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateDmarcRecordWithHttpInfoAsync(GenerateDmarcRecordOptions, int, CancellationToken)
Create a DMARC record policy
Declaration
public Task<ApiResponse<GenerateDmarcRecordResults>> GenerateDmarcRecordWithHttpInfoAsync(GenerateDmarcRecordOptions generateDmarcRecordOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GenerateDmarcRecordOptions | generateDmarcRecordOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<ApiResponse<GenerateDmarcRecordResults>> | Task of ApiResponse (GenerateDmarcRecordResults) |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateMtaStsRecord(GenerateMtaStsRecordOptions, int)
Create a TLS reporting record policy
Declaration
public GenerateMtaStsRecordResults GenerateMtaStsRecord(GenerateMtaStsRecordOptions generateMtaStsRecordOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
GenerateMtaStsRecordOptions | generateMtaStsRecordOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
GenerateMtaStsRecordResults | GenerateMtaStsRecordResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateMtaStsRecordAsync(GenerateMtaStsRecordOptions, int, CancellationToken)
Create a TLS reporting record policy
Declaration
public Task<GenerateMtaStsRecordResults> GenerateMtaStsRecordAsync(GenerateMtaStsRecordOptions generateMtaStsRecordOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GenerateMtaStsRecordOptions | generateMtaStsRecordOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<GenerateMtaStsRecordResults> | Task of GenerateMtaStsRecordResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateMtaStsRecordWithHttpInfo(GenerateMtaStsRecordOptions, int)
Create a TLS reporting record policy
Declaration
public ApiResponse<GenerateMtaStsRecordResults> GenerateMtaStsRecordWithHttpInfo(GenerateMtaStsRecordOptions generateMtaStsRecordOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
GenerateMtaStsRecordOptions | generateMtaStsRecordOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
ApiResponse<GenerateMtaStsRecordResults> | ApiResponse of GenerateMtaStsRecordResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateMtaStsRecordWithHttpInfoAsync(GenerateMtaStsRecordOptions, int, CancellationToken)
Create a TLS reporting record policy
Declaration
public Task<ApiResponse<GenerateMtaStsRecordResults>> GenerateMtaStsRecordWithHttpInfoAsync(GenerateMtaStsRecordOptions generateMtaStsRecordOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GenerateMtaStsRecordOptions | generateMtaStsRecordOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<ApiResponse<GenerateMtaStsRecordResults>> | Task of ApiResponse (GenerateMtaStsRecordResults) |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateTlsReportingRecord(GenerateTlsReportingRecordOptions, int)
Create a TLS reporting record policy
Declaration
public GenerateTlsReportingRecordResults GenerateTlsReportingRecord(GenerateTlsReportingRecordOptions generateTlsReportingRecordOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
GenerateTlsReportingRecordOptions | generateTlsReportingRecordOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
GenerateTlsReportingRecordResults | GenerateTlsReportingRecordResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateTlsReportingRecordAsync(GenerateTlsReportingRecordOptions, int, CancellationToken)
Create a TLS reporting record policy
Declaration
public Task<GenerateTlsReportingRecordResults> GenerateTlsReportingRecordAsync(GenerateTlsReportingRecordOptions generateTlsReportingRecordOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GenerateTlsReportingRecordOptions | generateTlsReportingRecordOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<GenerateTlsReportingRecordResults> | Task of GenerateTlsReportingRecordResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateTlsReportingRecordWithHttpInfo(GenerateTlsReportingRecordOptions, int)
Create a TLS reporting record policy
Declaration
public ApiResponse<GenerateTlsReportingRecordResults> GenerateTlsReportingRecordWithHttpInfo(GenerateTlsReportingRecordOptions generateTlsReportingRecordOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
GenerateTlsReportingRecordOptions | generateTlsReportingRecordOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
ApiResponse<GenerateTlsReportingRecordResults> | ApiResponse of GenerateTlsReportingRecordResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GenerateTlsReportingRecordWithHttpInfoAsync(GenerateTlsReportingRecordOptions, int, CancellationToken)
Create a TLS reporting record policy
Declaration
public Task<ApiResponse<GenerateTlsReportingRecordResults>> GenerateTlsReportingRecordWithHttpInfoAsync(GenerateTlsReportingRecordOptions generateTlsReportingRecordOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GenerateTlsReportingRecordOptions | generateTlsReportingRecordOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<ApiResponse<GenerateTlsReportingRecordResults>> | Task of ApiResponse (GenerateTlsReportingRecordResults) |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GetBasePath()
Gets the base path of the API client.
Declaration
public string GetBasePath()
Returns
Type | Description |
---|---|
string | The base path |
GetFakeEmailById(Guid, int)
Declaration
public FakeEmailResult GetFakeEmailById(Guid id, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
FakeEmailResult | FakeEmailResult |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GetFakeEmailByIdAsync(Guid, int, CancellationToken)
Declaration
public Task<FakeEmailResult> GetFakeEmailByIdAsync(Guid id, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<FakeEmailResult> | Task of FakeEmailResult |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GetFakeEmailByIdWithHttpInfo(Guid, int)
Declaration
public ApiResponse<FakeEmailResult> GetFakeEmailByIdWithHttpInfo(Guid id, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
ApiResponse<FakeEmailResult> | ApiResponse of FakeEmailResult |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GetFakeEmailByIdWithHttpInfoAsync(Guid, int, CancellationToken)
Declaration
public Task<ApiResponse<FakeEmailResult>> GetFakeEmailByIdWithHttpInfoAsync(Guid id, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<ApiResponse<FakeEmailResult>> | Task of ApiResponse (FakeEmailResult) |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GetFakeEmailsForAddress(string, int?, int)
Declaration
public List<FakeEmailPreview> GetFakeEmailsForAddress(string emailAddress, int? page = null, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
string | emailAddress | |
int? | page | (optional) |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<T><FakeEmailPreview> | List<FakeEmailPreview> |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GetFakeEmailsForAddressAsync(string, int?, int, CancellationToken)
Declaration
public Task<List<FakeEmailPreview>> GetFakeEmailsForAddressAsync(string emailAddress, int? page = null, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | emailAddress | |
int? | page | (optional) |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<System.Collections.Generic.List<T><FakeEmailPreview>> | Task of List<FakeEmailPreview> |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GetFakeEmailsForAddressWithHttpInfo(string, int?, int)
Declaration
public ApiResponse<List<FakeEmailPreview>> GetFakeEmailsForAddressWithHttpInfo(string emailAddress, int? page = null, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
string | emailAddress | |
int? | page | (optional) |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
ApiResponse<System.Collections.Generic.List<T><FakeEmailPreview>> | ApiResponse of List<FakeEmailPreview> |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
GetFakeEmailsForAddressWithHttpInfoAsync(string, int?, int, CancellationToken)
Declaration
public Task<ApiResponse<List<FakeEmailPreview>>> GetFakeEmailsForAddressWithHttpInfoAsync(string emailAddress, int? page = null, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | emailAddress | |
int? | page | (optional) |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<ApiResponse<System.Collections.Generic.List<T><FakeEmailPreview>>> | Task of ApiResponse (List<FakeEmailPreview>) |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupBimiDomain(LookupBimiDomainOptions, int)
Lookup a BIMI record policy
Declaration
public LookupBimiDomainResults LookupBimiDomain(LookupBimiDomainOptions lookupBimiDomainOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
LookupBimiDomainOptions | lookupBimiDomainOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
LookupBimiDomainResults | LookupBimiDomainResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupBimiDomainAsync(LookupBimiDomainOptions, int, CancellationToken)
Lookup a BIMI record policy
Declaration
public Task<LookupBimiDomainResults> LookupBimiDomainAsync(LookupBimiDomainOptions lookupBimiDomainOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
LookupBimiDomainOptions | lookupBimiDomainOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<LookupBimiDomainResults> | Task of LookupBimiDomainResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupBimiDomainWithHttpInfo(LookupBimiDomainOptions, int)
Lookup a BIMI record policy
Declaration
public ApiResponse<LookupBimiDomainResults> LookupBimiDomainWithHttpInfo(LookupBimiDomainOptions lookupBimiDomainOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
LookupBimiDomainOptions | lookupBimiDomainOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
ApiResponse<LookupBimiDomainResults> | ApiResponse of LookupBimiDomainResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupBimiDomainWithHttpInfoAsync(LookupBimiDomainOptions, int, CancellationToken)
Lookup a BIMI record policy
Declaration
public Task<ApiResponse<LookupBimiDomainResults>> LookupBimiDomainWithHttpInfoAsync(LookupBimiDomainOptions lookupBimiDomainOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
LookupBimiDomainOptions | lookupBimiDomainOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<ApiResponse<LookupBimiDomainResults>> | Task of ApiResponse (LookupBimiDomainResults) |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupDmarcDomain(LookupDmarcDomainOptions, int)
Lookup a DMARC record policy
Declaration
public LookupDmarcDomainResults LookupDmarcDomain(LookupDmarcDomainOptions lookupDmarcDomainOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
LookupDmarcDomainOptions | lookupDmarcDomainOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
LookupDmarcDomainResults | LookupDmarcDomainResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupDmarcDomainAsync(LookupDmarcDomainOptions, int, CancellationToken)
Lookup a DMARC record policy
Declaration
public Task<LookupDmarcDomainResults> LookupDmarcDomainAsync(LookupDmarcDomainOptions lookupDmarcDomainOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
LookupDmarcDomainOptions | lookupDmarcDomainOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<LookupDmarcDomainResults> | Task of LookupDmarcDomainResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupDmarcDomainWithHttpInfo(LookupDmarcDomainOptions, int)
Lookup a DMARC record policy
Declaration
public ApiResponse<LookupDmarcDomainResults> LookupDmarcDomainWithHttpInfo(LookupDmarcDomainOptions lookupDmarcDomainOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
LookupDmarcDomainOptions | lookupDmarcDomainOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
ApiResponse<LookupDmarcDomainResults> | ApiResponse of LookupDmarcDomainResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupDmarcDomainWithHttpInfoAsync(LookupDmarcDomainOptions, int, CancellationToken)
Lookup a DMARC record policy
Declaration
public Task<ApiResponse<LookupDmarcDomainResults>> LookupDmarcDomainWithHttpInfoAsync(LookupDmarcDomainOptions lookupDmarcDomainOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
LookupDmarcDomainOptions | lookupDmarcDomainOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<ApiResponse<LookupDmarcDomainResults>> | Task of ApiResponse (LookupDmarcDomainResults) |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupMtaStsDomain(LookupMtaStsDomainOptions, int)
Lookup a MTA-STS domain policy
Declaration
public LookupMtaStsDomainResults LookupMtaStsDomain(LookupMtaStsDomainOptions lookupMtaStsDomainOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
LookupMtaStsDomainOptions | lookupMtaStsDomainOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
LookupMtaStsDomainResults | LookupMtaStsDomainResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupMtaStsDomainAsync(LookupMtaStsDomainOptions, int, CancellationToken)
Lookup a MTA-STS domain policy
Declaration
public Task<LookupMtaStsDomainResults> LookupMtaStsDomainAsync(LookupMtaStsDomainOptions lookupMtaStsDomainOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
LookupMtaStsDomainOptions | lookupMtaStsDomainOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<LookupMtaStsDomainResults> | Task of LookupMtaStsDomainResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupMtaStsDomainWithHttpInfo(LookupMtaStsDomainOptions, int)
Lookup a MTA-STS domain policy
Declaration
public ApiResponse<LookupMtaStsDomainResults> LookupMtaStsDomainWithHttpInfo(LookupMtaStsDomainOptions lookupMtaStsDomainOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
LookupMtaStsDomainOptions | lookupMtaStsDomainOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
ApiResponse<LookupMtaStsDomainResults> | ApiResponse of LookupMtaStsDomainResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupMtaStsDomainWithHttpInfoAsync(LookupMtaStsDomainOptions, int, CancellationToken)
Lookup a MTA-STS domain policy
Declaration
public Task<ApiResponse<LookupMtaStsDomainResults>> LookupMtaStsDomainWithHttpInfoAsync(LookupMtaStsDomainOptions lookupMtaStsDomainOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
LookupMtaStsDomainOptions | lookupMtaStsDomainOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<ApiResponse<LookupMtaStsDomainResults>> | Task of ApiResponse (LookupMtaStsDomainResults) |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupTlsReportingDomain(LookupTlsReportingDomainOptions, int)
Lookup a TLS reporting domain policy
Declaration
public LookupTlsReportingDomainResults LookupTlsReportingDomain(LookupTlsReportingDomainOptions lookupTlsReportingDomainOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
LookupTlsReportingDomainOptions | lookupTlsReportingDomainOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
LookupTlsReportingDomainResults | LookupTlsReportingDomainResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupTlsReportingDomainAsync(LookupTlsReportingDomainOptions, int, CancellationToken)
Lookup a TLS reporting domain policy
Declaration
public Task<LookupTlsReportingDomainResults> LookupTlsReportingDomainAsync(LookupTlsReportingDomainOptions lookupTlsReportingDomainOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
LookupTlsReportingDomainOptions | lookupTlsReportingDomainOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<LookupTlsReportingDomainResults> | Task of LookupTlsReportingDomainResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupTlsReportingDomainWithHttpInfo(LookupTlsReportingDomainOptions, int)
Lookup a TLS reporting domain policy
Declaration
public ApiResponse<LookupTlsReportingDomainResults> LookupTlsReportingDomainWithHttpInfo(LookupTlsReportingDomainOptions lookupTlsReportingDomainOptions, int operationIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
LookupTlsReportingDomainOptions | lookupTlsReportingDomainOptions | |
int | operationIndex | Index associated with the operation. |
Returns
Type | Description |
---|---|
ApiResponse<LookupTlsReportingDomainResults> | ApiResponse of LookupTlsReportingDomainResults |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |
LookupTlsReportingDomainWithHttpInfoAsync(LookupTlsReportingDomainOptions, int, CancellationToken)
Lookup a TLS reporting domain policy
Declaration
public Task<ApiResponse<LookupTlsReportingDomainResults>> LookupTlsReportingDomainWithHttpInfoAsync(LookupTlsReportingDomainOptions lookupTlsReportingDomainOptions, int operationIndex = 0, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
LookupTlsReportingDomainOptions | lookupTlsReportingDomainOptions | |
int | operationIndex | Index associated with the operation. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
Task<ApiResponse<LookupTlsReportingDomainResults>> | Task of ApiResponse (LookupTlsReportingDomainResults) |
Exceptions
Type | Condition |
---|---|
ApiException | Thrown when fails to make API call |