-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathedrm-fields.txt
35 lines (24 loc) · 1000 Bytes
/
edrm-fields.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Standard EDRM fields, and where we can probably find them.
From PidTagSentRepresenting* ("From")
PidTagSender* ("Sender")
To (Use pstsdk)
CC (Use pstsdk)
BCC (Use pstsdk)
Subject (Use pstsdk)
Header PidTagTransportMessageHeaders
DateSent PidTagClientSubmitTime (judging from RFC822 headers, UTC)
RFC822 headers, with time zone
DateReceived PidTagMessageDeliveryTime (judging from RFC822 headers, UTC)
RFC822 headers, with time zone
HasAttachments (Use pstsdk)
AttachmentCount (Use pstsdk)
AttachmentNames (Use pstsdk)
ReadFlag PR_MESSAGE_FLAGS MSGFLAG_READ 0x00000001
ImportanceFlag PidTagPriority == PRIO_URGENT? PidTagImportance?
MessageClass (Outlook) PidTagMessageClass
FlagStatus (Outlook) PidTagFlagStatus (flwupMarked, flwupComplete)
Plain text PidTagBody
HTML PidTagBodyHtml
RTF PidTagRtfCompressed
What about threads?
What about PR_MESSAGE_FLAGS & MSGFLAG_UNSENT?