Contents

headers

A dictionary that contains the message’s header values.

Declaration

var headers: [String : [String]]? { get }

Discussion

If MailKit hasn’t downloaded the full message, this dictionary may only contain a subset of the message’s headers.

See Also

Accessing Message Content