-
Notifications
You must be signed in to change notification settings - Fork 4
/
MSGraphMailSummary.Format.ps1xml
43 lines (43 loc) · 1.76 KB
/
MSGraphMailSummary.Format.ps1xml
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
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<Configuration>
<ViewDefinitions>
<View>
<Name>MSGraphMailSummary</Name>
<ViewSelectedBy>
<TypeName>MSGraphMailSummary</TypeName>
</ViewSelectedBy>
<ListControl>
<ListEntries>
<ListEntry>
<ListItems>
<ListItem>
<Label>Subject</Label>
<PropertyName>subject</PropertyName>
</ListItem>
<ListItem>
<Label>Message ID</Label>
<PropertyName>id</PropertyName>
</ListItem>
<ListItem>
<Label>From</Label>
<PropertyName>fromString</PropertyName>
</ListItem>
<ListItem>
<Label>To</Label>
<PropertyName>toString</PropertyName>
</ListItem>
<ListItem>
<Label>CC</Label>
<PropertyName>ccString</PropertyName>
</ListItem>
<ListItem>
<Label>Received</Label>
<PropertyName>receivedDateTime</PropertyName>
</ListItem>
</ListItems>
</ListEntry>
</ListEntries>
</ListControl>
</View>
</ViewDefinitions>
</Configuration>