SendGridClient.GetBounceAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- String
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get bounce for an email response.
Remarks
Get a specific bounce for a given email address.