getToAddress()
Overview
public string function getToAddress(
required string recipientType
, required string recipientId
)
Returns the to address for the given recipient type and message args.
Arguments
Name | Type | Required | Description |
---|---|---|---|
recipientType | string | Yes | The ID of the recipient type whose to address we are to get |
recipientId | string | Yes | ID of the recipient of the email |