Headers of mails

what are the different of headers we can get from mail messages i.e. the output of get outlook Mail message ??
message.Headers(" ??? ") to add it in the list ???

1.PlainText
2.From
3.To
4.Delivered-To
5.Received
6.X-Received
7.ARC-Seal
8.Return-Path
9.Authentication-Results
10.MIME-Version
11.Date
12.Message-ID
13.Subject
14.UID
15.Folder

thanks pravin , do u have used cases for these ? if Yes please share xaml
please share microsoft docs link to know more details of these

@Sakshi_Jain I have done this for gmail but not sure about microsoft… If u want to know more in detail loop the headers and print the value in message box…