@sudoplatform/sudo-email
    Preparing search index...

    Interface DeleteDraftEmailMessagesInput

    Input for SudoEmailClient.deleteDraftEmailMessages.

    DeleteDraftEmailMessagesInput

    interface DeleteDraftEmailMessagesInput {
        emailAddressId: string;
        emailMaskId?: string;
        ids: string[];
    }
    Index

    Properties

    emailAddressId: string

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

    emailMaskId?: string

    The identifier of the email mask associated with the draft email messages, if any. In order to delete a draft email message that is associated with an email mask, the emailMaskId must be provided and match the email mask associated with the draft email message. If the draft email message is not associated with an email mask, this property should be omitted.

    ids: string[]

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