Interface DeleteDraftEmailMessagesInput

Input for SudoEmailClient.deleteDraftEmailMessages.

DeleteDraftEmailMessagesInput

interface DeleteDraftEmailMessagesInput {
    emailAddressId: string;
    ids: string[];
}

Properties

Properties

emailAddressId: string

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

ids: string[]

A list of one or more identifiers of the draft email messages to be deleted.