internal static string GetHeaders(this Outlook.MailItem _mailItem) { return(_mailItem.GetProperty(PR_TRANSPORT_MESSAGE_HEADERS) as string); }