Interface GetEmailMessageWithBodyInput

Input for SudoEmailClient.getEmailMessageWithBody.

GetEmailMessageWithBodyInput

interface GetEmailMessageWithBodyInput {
    emailAddressId: string;
    id: string;
}

Properties

Properties

emailAddressId: string

The identifier of the email address associated with the email message.

id: string

The identifier of the email message RFC 822 data to be retrieved.