global class InboundEmailResult { global String message; global Boolean success; global InboundEmailResult() { } global Object clone() { } }