Given a list of integers, write a function to return the maximum product that can be obtained by multiplying any three integers from the list.
[2, -5, 3, -2, 0, 7]
42
Bot