Take the 2-minute tour ×
Salesforce Stack Exchange is a question and answer site for Salesforce administrators, implementation experts, developers and anybody in-between. It's 100% free, no registration required.

I want to know all the API's in

Messaging.InboundEnvelope

and

Messaging.InboundEmail

I google and all I get is tutorials. I want the API's.

I want to see if I can get the sent date of the email.

share|improve this question

1 Answer 1

up vote 6 down vote accepted

The InboundEmail documentation is here. Sent date will be in the headers field, defined as 'a list of the RFC 2822 headers in the email, including: received from, custom headers, message-ID, date'.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.