global class InboundEnvelope { global String fromAddress; global String toAddress; global InboundEnvelope() { } global Object clone() { } }