SendGridClient.GetBounceAsync(String, CancellationToken) Method

Definition

Get bounce for an email

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Azure.Connectors.Sdk.SendGrid.Models.Bounce>> GetBounceAsync(string email, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBounceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Azure.Connectors.Sdk.SendGrid.Models.Bounce>>
override this.GetBounceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Azure.Connectors.Sdk.SendGrid.Models.Bounce>>
Public Overridable Function GetBounceAsync (email As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of List(Of Bounce))

Parameters

email
String

Email

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get bounce for an email response.

Remarks

Get a specific bounce for a given email address.

Applies to