@sudoplatform/sudo-email

    Interface GetDraftEmailMessageInput

    Input for SudoEmailClient.getDraftEmailMessage.

    GetDraftEmailMessageInput

    interface GetDraftEmailMessageInput {
        emailAddressId: string;
        id: string;
    }
    Index

    Properties

    Properties

    emailAddressId: string

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

    id: string

    The identifier of the draft email message to be retrieved.

    MMNEPVFCICPMFPCPTTAAATR