Skip to main content

Get

Retrieves an email with the given email ID.

Parameters

string
required
The unique identifier of the email to retrieve.

Returns

*Email

Example


GetWithContext

Retrieves an email with the given email ID and context.

Parameters

context.Context
required
Context for the request.
string
required
The unique identifier of the email to retrieve.

Returns

*Email
See Get for response field details.

Example