@sudoplatform/sudo-email

    Interface DeleteCustomEmailFolderInput

    Input for SudoEmailClient.DeleteCustomEmailFolder.

    DeleteCustomEmailFolderInput

    interface DeleteCustomEmailFolderInput {
        emailAddressId: string;
        emailFolderId: string;
    }
    Index

    Properties

    emailAddressId: string

    The identifier of the email address associated with the folder.

    emailFolderId: string

    The identifier of the email folder to delete.

    MMNEPVFCICPMFPCPTTAAATR