Suppose you have a class like this for recieving email/** * Email services are automated processes that use Apex classes * to process the contents, headers, and attachments of inbound * email. create account from email subject create contacts from email cc create text and binary attachments if any */ global class EmailDemoReceive implements Messaging.Inboundemailhandler [...]