emailHeaders
A dictionary that contains all the headers of the message.
Declaration
var emailHeaders: [String : [Any]]? { get set }Discussion
Dictionary keys are header names and the values are arrays of strings, because one header can occur more than once in an email message.