Interface GetEmailMessageInput

Input for SudoEmailClient.getEmailMessage.

GetEmailMessageInput

interface GetEmailMessageInput {
    cachePolicy?: CachePolicy;
    id: string;
}

Properties

Properties

cachePolicy?: CachePolicy

Determines how the email message will be fetched. Default usage is remoteOnly.

id: string

The identifier of the email message to be retrieved.