useragent_parser 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,16 +56,16 @@ test_cases:
56
56
 
57
57
 
58
58
  - user_agent_string: 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b3pre Thunderbird/3.1.10'
59
- family: 'Lightning'
60
- major: '1'
61
- minor: '0'
62
- patch: 'b3pre'
59
+ family: 'Thunderbird'
60
+ major: '3'
61
+ minor: '1'
62
+ patch: '10'
63
63
 
64
64
  - user_agent_string: 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 ThunderBrowse/3.3.5'
65
- family: 'ThunderBrowse'
65
+ family: 'Thunderbird'
66
66
  major: '3'
67
- minor: '3'
68
- patch: '5'
67
+ minor: '1'
68
+ patch: '10'
69
69
 
70
70
  - user_agent_string: 'Mozilla/5.0 (Windows; U; en-US) AppleWebKit/531.9 (KHTML, like Gecko) AdobeAIR/2.5.1'
71
71
  family: 'AdobeAIR'
@@ -0,0 +1,2189 @@
1
+ test_cases:
2
+ - user_agent_string: 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; de; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9'
3
+ family: 'Thunderbird'
4
+ major: '3'
5
+ minor: '1'
6
+ patch: '9'
7
+
8
+ - user_agent_string: 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; de; rv:1.9.2.14) Gecko/20110221 Thunderbird/3.1.8'
9
+ family: 'Thunderbird'
10
+ major: '3'
11
+ minor: '1'
12
+ patch: '8'
13
+
14
+ - user_agent_string: 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; de-DE; rv:1.7.12) Gecko/20050923 Thunderbird/1.0.7'
15
+ family: 'Thunderbird'
16
+ major: '1'
17
+ minor: '0'
18
+ patch: '7'
19
+
20
+ - user_agent_string: 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; de; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19'
21
+ family: 'Thunderbird'
22
+ major: '2'
23
+ minor: '0'
24
+ patch: '0'
25
+
26
+ - user_agent_string: 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; de; rv:1.8.1.24) Gecko/20100228 Lightning/0.9 Thunderbird/2.0.0.24'
27
+ family: 'Thunderbird'
28
+ major: '2'
29
+ minor: '0'
30
+ patch: '0'
31
+
32
+ - user_agent_string: 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.5) Gecko/20041206 Thunderbird/1.0'
33
+ family: 'Thunderbird'
34
+ major: '1'
35
+ minor: '0'
36
+ patch:
37
+
38
+ - user_agent_string: 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.14) Gecko/20110221 Thunderbird/3.1.8'
39
+ family: 'Thunderbird'
40
+ major: '3'
41
+ minor: '1'
42
+ patch: '8'
43
+
44
+ - user_agent_string: 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9'
45
+ family: 'Thunderbird'
46
+ major: '3'
47
+ minor: '1'
48
+ patch: '9'
49
+
50
+ - user_agent_string: 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7'
51
+ family: 'Thunderbird'
52
+ major: '1'
53
+ minor: '5'
54
+ patch: '0'
55
+
56
+ - user_agent_string: 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17'
57
+ family: 'Thunderbird'
58
+ major: '2'
59
+ minor: '0'
60
+ patch: '0'
61
+
62
+ - user_agent_string: 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6'
63
+ family: 'Thunderbird'
64
+ major: '3'
65
+ minor: '0'
66
+ patch: '6'
67
+
68
+ - user_agent_string: 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.7) Gecko/20100714 SUSE/3.1.1 Thunderbird/3.1.1'
69
+ family: 'Thunderbird'
70
+ major: '3'
71
+ minor: '1'
72
+ patch: '1'
73
+
74
+ - user_agent_string: 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6'
75
+ family: 'Thunderbird'
76
+ major: '3'
77
+ minor: '1'
78
+ patch: '6'
79
+
80
+ - user_agent_string: 'Outlook-Express/7.0 (MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; TmstmpExt)'
81
+ family: 'Windows Live Mail'
82
+ major: '7'
83
+ minor: '0'
84
+ patch:
85
+
86
+ - user_agent_string: 'Outlook-Express/7.0 (MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET4.0C; TmstmpExt)'
87
+ family: 'Windows Live Mail'
88
+ major: '7'
89
+ minor: '0'
90
+ patch:
91
+
92
+ - user_agent_string: 'Outlook-Express/7.0 (MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; eSobiSubscriber 2.0.4.16; .NET4.0C; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; TmstmpExt)'
93
+ family: 'Windows Live Mail'
94
+ major: '7'
95
+ minor: '0'
96
+ patch:
97
+
98
+ - user_agent_string: 'Outlook-Express/7.0 (MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; TmstmpExt)'
99
+ family: 'Windows Live Mail'
100
+ major: '7'
101
+ minor: '0'
102
+ patch:
103
+
104
+ - user_agent_string: 'Outlook-Express/7.0 (MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; TmstmpExt)'
105
+ family: 'Windows Live Mail'
106
+ major: '7'
107
+ minor: '0'
108
+ patch:
109
+
110
+ - user_agent_string: 'Outlook-Express/7.0 (MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; TmstmpExt)'
111
+ family: 'Windows Live Mail'
112
+ major: '7'
113
+ minor: '0'
114
+ patch:
115
+
116
+ - user_agent_string: 'EUDORA'
117
+ family: 'Eudora'
118
+ major:
119
+ minor:
120
+ patch:
121
+
122
+ - user_agent_string: 'Eudora/6.2.3b9 (MacOS)'
123
+ family: 'Eudora'
124
+ major: '6'
125
+ minor: '2'
126
+ patch: '3'
127
+
128
+ - user_agent_string: 'Kopernikus T-Online eMail 3.x'
129
+ family: 'T-Online eMail'
130
+ major: '3'
131
+ minor:
132
+ patch:
133
+
134
+ - user_agent_string: 'Mail/1082 CFNetwork/454.11.5 Darwin/10.5.0 (i386) (MacBookPro6%2C2)'
135
+ family: 'Apple Mail'
136
+ major: '3'
137
+ minor:
138
+ patch:
139
+
140
+ - user_agent_string: 'Mozilla/4.0 (compatible; Lotus-Notes/6.0; Macintosh PPC)'
141
+ family: 'Lotus Notes'
142
+ major: '6'
143
+ minor: '0'
144
+ patch:
145
+
146
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; ms-office; MSOffice 14)'
147
+ family: 'Outlook'
148
+ major: '14'
149
+ minor:
150
+ patch:
151
+
152
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.3; ms-office; MSOffice 14)'
153
+ family: 'Outlook'
154
+ major: '14'
155
+ minor:
156
+ patch:
157
+
158
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; ms-office; MSOffice 14)'
159
+ family: 'Outlook'
160
+ major: '14'
161
+ minor:
162
+ patch:
163
+
164
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3; ms-office; MSOffice 14)'
165
+ family: 'Outlook'
166
+ major: '14'
167
+ minor:
168
+ patch:
169
+
170
+ - user_agent_string: 'Microsoft Office/14.0 (Windows NT 5.1; Microsoft Outlook 14.0.5128; Pro; ms-office; MSOffice 14)'
171
+ family: 'Outlook'
172
+ major: '14'
173
+ minor:
174
+ patch:
175
+
176
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.3; ms-office; MSOffice 14)'
177
+ family: 'Outlook'
178
+ major: '14'
179
+ minor:
180
+ patch:
181
+
182
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; ms-office; MSOffice 14)'
183
+ family: 'Outlook'
184
+ major: '14'
185
+ minor:
186
+ patch:
187
+
188
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.3; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; ms-office; MSOffice 14)'
189
+ family: 'Outlook'
190
+ major: '14'
191
+ minor:
192
+ patch:
193
+
194
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3; ms-office; MSOffice 14)'
195
+ family: 'Outlook'
196
+ major: '14'
197
+ minor:
198
+ patch:
199
+
200
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; ms-office; MSOffice 14)'
201
+ family: 'Outlook'
202
+ major: '14'
203
+ minor:
204
+ patch:
205
+
206
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; ms-office; MSOffice 14)'
207
+ family: 'Outlook'
208
+ major: '14'
209
+ minor:
210
+ patch:
211
+
212
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; ms-office; MSOffice 14)'
213
+ family: 'Outlook'
214
+ major: '14'
215
+ minor:
216
+ patch:
217
+
218
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.3; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; ms-office; MSOffice 14)'
219
+ family: 'Outlook'
220
+ major: '14'
221
+ minor:
222
+ patch:
223
+
224
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; Tablet PC 2.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; Creative AutoUpdate v1.40.01; ms-office; MSOffice 14)'
225
+ family: 'Outlook'
226
+ major: '14'
227
+ minor:
228
+ patch:
229
+
230
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; .NET4.0C; CMDTDF; Media Center PC 6.0; SLCC2; Tablet PC 2.0; ms-office; MSOffice 14)'
231
+ family: 'Outlook'
232
+ major: '14'
233
+ minor:
234
+ patch:
235
+
236
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; Tablet PC 2.0; ms-office; MSOffice 14)'
237
+ family: 'Outlook'
238
+ major: '14'
239
+ minor:
240
+ patch:
241
+
242
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; Tablet PC 2.0; Zune 4.7; ms-office; MSOffice 14)'
243
+ family: 'Outlook'
244
+ major: '14'
245
+ minor:
246
+ patch:
247
+
248
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; ms-office; MSOffice 14)'
249
+ family: 'Outlook'
250
+ major: '14'
251
+ minor:
252
+ patch:
253
+
254
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 3.0.30618; Media Center PC 5.0; SLCC1; .NET4.0C; InfoPath.3; ms-office; MSOffice 14)'
255
+ family: 'Outlook'
256
+ major: '14'
257
+ minor:
258
+ patch:
259
+
260
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; .NET4.0C; ms-office; MSOffice 14)'
261
+ family: 'Outlook'
262
+ major: '14'
263
+ minor:
264
+ patch:
265
+
266
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; ms-office; MSOffice 14)'
267
+ family: 'Outlook'
268
+ major: '14'
269
+ minor:
270
+ patch:
271
+
272
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; Tablet PC 2.0; .NET4.0C; ms-office; MSOffice 14)'
273
+ family: 'Outlook'
274
+ major: '14'
275
+ minor:
276
+ patch:
277
+
278
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E; Tablet PC 2.0; ms-office; MSOffice 14)'
279
+ family: 'Outlook'
280
+ major: '14'
281
+ minor:
282
+ patch:
283
+
284
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; ms-office; MSOffice 14)'
285
+ family: 'Outlook'
286
+ major: '14'
287
+ minor:
288
+ patch:
289
+
290
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; Tablet PC 2.0; ms-office; MSOffice 14)'
291
+ family: 'Outlook'
292
+ major: '14'
293
+ minor:
294
+ patch:
295
+
296
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDR; .NET4.0C; Tablet PC 2.0; ms-office; MSOffice 14)'
297
+ family: 'Outlook'
298
+ major: '14'
299
+ minor:
300
+ patch:
301
+
302
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDS; .NET4.0C; ms-office; MSOffice 14)'
303
+ family: 'Outlook'
304
+ major: '14'
305
+ minor:
306
+ patch:
307
+
308
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDS; .NET4.0C; Tablet PC 2.0; AskTB5.6; ms-office; MSOffice 14)'
309
+ family: 'Outlook'
310
+ major: '14'
311
+ minor:
312
+ patch:
313
+
314
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDS; .NET4.0C; Tablet PC 2.0; ms-office; MSOffice 14)'
315
+ family: 'Outlook'
316
+ major: '14'
317
+ minor:
318
+ patch:
319
+
320
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; SLCC1; Tablet PC 2.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; InfoPath.3; .NET4.0C; ms-office; MSOffice 14)'
321
+ family: 'Outlook'
322
+ major: '14'
323
+ minor:
324
+ patch:
325
+
326
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; MALC; ms-office; MSOffice 14)'
327
+ family: 'Outlook'
328
+ major: '14'
329
+ minor:
330
+ patch:
331
+
332
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; InfoPath.3; .NET4.0C; .NET4.0E; AskTB5.6; ms-office; MSOffice 14)'
333
+ family: 'Outlook'
334
+ major: '14'
335
+ minor:
336
+ patch:
337
+
338
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; Tablet PC 2.0; ms-office; MSOffice 14)'
339
+ family: 'Outlook'
340
+ major: '14'
341
+ minor:
342
+ patch:
343
+
344
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Win64; x64; Trident/4.0; GTB6.6; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; ms-office; MSOffice 14)'
345
+ family: 'Outlook'
346
+ major: '14'
347
+ minor:
348
+ patch:
349
+
350
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; BRI/2; ms-office; MSOffice 14)'
351
+ family: 'Outlook'
352
+ major: '14'
353
+ minor:
354
+ patch:
355
+
356
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; ms-office; MSOffice 14)'
357
+ family: 'Outlook'
358
+ major: '14'
359
+ minor:
360
+ patch:
361
+
362
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; eSobiSubscriber 2.0.4.16; .NET4.0C; ms-office; MSOffice 14)'
363
+ family: 'Outlook'
364
+ major: '14'
365
+ minor:
366
+ patch:
367
+
368
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C; Creative AutoUpdate v1.40.02; ms-office; MSOffice 14)'
369
+ family: 'Outlook'
370
+ major: '14'
371
+ minor:
372
+ patch:
373
+
374
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; ms-office; MSOffice 14)'
375
+ family: 'Outlook'
376
+ major: '14'
377
+ minor:
378
+ patch:
379
+
380
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; AskTbARS/5.11.3.15590; ms-office; MSOffice 14)'
381
+ family: 'Outlook'
382
+ major: '14'
383
+ minor:
384
+ patch:
385
+
386
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; ms-office; MSOffice 14)'
387
+ family: 'Outlook'
388
+ major: '14'
389
+ minor:
390
+ patch:
391
+
392
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3; ms-office; MSOffice 14)'
393
+ family: 'Outlook'
394
+ major: '14'
395
+ minor:
396
+ patch:
397
+
398
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; ms-office; MSOffice 14)'
399
+ family: 'Outlook'
400
+ major: '14'
401
+ minor:
402
+ patch:
403
+
404
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; ms-office; MSOffice 14)'
405
+ family: 'Outlook'
406
+ major: '14'
407
+ minor:
408
+ patch:
409
+
410
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; ms-office; MSOffice 14)'
411
+ family: 'Outlook'
412
+ major: '14'
413
+ minor:
414
+ patch:
415
+
416
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; ms-office; MSOffice 14)'
417
+ family: 'Outlook'
418
+ major: '14'
419
+ minor:
420
+ patch:
421
+
422
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET4.0C; ms-office; MSOffice 14)'
423
+ family: 'Outlook'
424
+ major: '14'
425
+ minor:
426
+ patch:
427
+
428
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; InfoPath.3; .NET4.0C; ms-office; MSOffice 14)'
429
+ family: 'Outlook'
430
+ major: '14'
431
+ minor:
432
+ patch:
433
+
434
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; ms-office; MSOffice 14)'
435
+ family: 'Outlook'
436
+ major: '14'
437
+ minor:
438
+ patch:
439
+
440
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; ms-office; MSOffice 14)'
441
+ family: 'Outlook'
442
+ major: '14'
443
+ minor:
444
+ patch:
445
+
446
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
447
+ family: 'Outlook'
448
+ major: '12'
449
+ minor:
450
+ patch:
451
+
452
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
453
+ family: 'Outlook'
454
+ major: '12'
455
+ minor:
456
+ patch:
457
+
458
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; MSOffice 12)'
459
+ family: 'Outlook'
460
+ major: '12'
461
+ minor:
462
+ patch:
463
+
464
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8; InfoPath.2; MSOffice 12)'
465
+ family: 'Outlook'
466
+ major: '12'
467
+ minor:
468
+ patch:
469
+
470
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MSOffice 12)'
471
+ family: 'Outlook'
472
+ major: '12'
473
+ minor:
474
+ patch:
475
+
476
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
477
+ family: 'Outlook'
478
+ major: '12'
479
+ minor:
480
+ patch:
481
+
482
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MDDR; MSOffice 12)'
483
+ family: 'Outlook'
484
+ major: '12'
485
+ minor:
486
+ patch:
487
+
488
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
489
+ family: 'Outlook'
490
+ major: '12'
491
+ minor:
492
+ patch:
493
+
494
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MSOffice 12)'
495
+ family: 'Outlook'
496
+ major: '12'
497
+ minor:
498
+ patch:
499
+
500
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
501
+ family: 'Outlook'
502
+ major: '12'
503
+ minor:
504
+ patch:
505
+
506
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
507
+ family: 'Outlook'
508
+ major: '12'
509
+ minor:
510
+ patch:
511
+
512
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; .NET4.0C; .NET4.0E; MSOffice 12)'
513
+ family: 'Outlook'
514
+ major: '12'
515
+ minor:
516
+ patch:
517
+
518
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.5; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MSOffice 12)'
519
+ family: 'Outlook'
520
+ major: '12'
521
+ minor:
522
+ patch:
523
+
524
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
525
+ family: 'Outlook'
526
+ major: '12'
527
+ minor:
528
+ patch:
529
+
530
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 1.1.4322; MSOffice 12)'
531
+ family: 'Outlook'
532
+ major: '12'
533
+ minor:
534
+ patch:
535
+
536
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MSOffice 12)'
537
+ family: 'Outlook'
538
+ major: '12'
539
+ minor:
540
+ patch:
541
+
542
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; MSOffice 12)'
543
+ family: 'Outlook'
544
+ major: '12'
545
+ minor:
546
+ patch:
547
+
548
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
549
+ family: 'Outlook'
550
+ major: '12'
551
+ minor:
552
+ patch:
553
+
554
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
555
+ family: 'Outlook'
556
+ major: '12'
557
+ minor:
558
+ patch:
559
+
560
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; MSOffice 12)'
561
+ family: 'Outlook'
562
+ major: '12'
563
+ minor:
564
+ patch:
565
+
566
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; MSOffice 12)'
567
+ family: 'Outlook'
568
+ major: '12'
569
+ minor:
570
+ patch:
571
+
572
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
573
+ family: 'Outlook'
574
+ major: '12'
575
+ minor:
576
+ patch:
577
+
578
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
579
+ family: 'Outlook'
580
+ major: '12'
581
+ minor:
582
+ patch:
583
+
584
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
585
+ family: 'Outlook'
586
+ major: '12'
587
+ minor:
588
+ patch:
589
+
590
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MSOffice 12)'
591
+ family: 'Outlook'
592
+ major: '12'
593
+ minor:
594
+ patch:
595
+
596
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
597
+ family: 'Outlook'
598
+ major: '12'
599
+ minor:
600
+ patch:
601
+
602
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8; .NET4.0C; MSOffice 12)'
603
+ family: 'Outlook'
604
+ major: '12'
605
+ minor:
606
+ patch:
607
+
608
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
609
+ family: 'Outlook'
610
+ major: '12'
611
+ minor:
612
+ patch:
613
+
614
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
615
+ family: 'Outlook'
616
+ major: '12'
617
+ minor:
618
+ patch:
619
+
620
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
621
+ family: 'Outlook'
622
+ major: '12'
623
+ minor:
624
+ patch:
625
+
626
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
627
+ family: 'Outlook'
628
+ major: '12'
629
+ minor:
630
+ patch:
631
+
632
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
633
+ family: 'Outlook'
634
+ major: '12'
635
+ minor:
636
+ patch:
637
+
638
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.2; MSOffice 12)'
639
+ family: 'Outlook'
640
+ major: '12'
641
+ minor:
642
+ patch:
643
+
644
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
645
+ family: 'Outlook'
646
+ major: '12'
647
+ minor:
648
+ patch:
649
+
650
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; MSOffice 12)'
651
+ family: 'Outlook'
652
+ major: '12'
653
+ minor:
654
+ patch:
655
+
656
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MSOffice 12)'
657
+ family: 'Outlook'
658
+ major: '12'
659
+ minor:
660
+ patch:
661
+
662
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSN OptimizedIE8;DEDE; MSOffice 12)'
663
+ family: 'Outlook'
664
+ major: '12'
665
+ minor:
666
+ patch:
667
+
668
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
669
+ family: 'Outlook'
670
+ major: '12'
671
+ minor:
672
+ patch:
673
+
674
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; MSOffice 12)'
675
+ family: 'Outlook'
676
+ major: '12'
677
+ minor:
678
+ patch:
679
+
680
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
681
+ family: 'Outlook'
682
+ major: '12'
683
+ minor:
684
+ patch:
685
+
686
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; MSOffice 12)'
687
+ family: 'Outlook'
688
+ major: '12'
689
+ minor:
690
+ patch:
691
+
692
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.3; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MSOffice 12)'
693
+ family: 'Outlook'
694
+ major: '12'
695
+ minor:
696
+ patch:
697
+
698
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
699
+ family: 'Outlook'
700
+ major: '12'
701
+ minor:
702
+ patch:
703
+
704
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
705
+ family: 'Outlook'
706
+ major: '12'
707
+ minor:
708
+ patch:
709
+
710
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MSOffice 12)'
711
+ family: 'Outlook'
712
+ major: '12'
713
+ minor:
714
+ patch:
715
+
716
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
717
+ family: 'Outlook'
718
+ major: '12'
719
+ minor:
720
+ patch:
721
+
722
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
723
+ family: 'Outlook'
724
+ major: '12'
725
+ minor:
726
+ patch:
727
+
728
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
729
+ family: 'Outlook'
730
+ major: '12'
731
+ minor:
732
+ patch:
733
+
734
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; MSOffice 12)'
735
+ family: 'Outlook'
736
+ major: '12'
737
+ minor:
738
+ patch:
739
+
740
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
741
+ family: 'Outlook'
742
+ major: '12'
743
+ minor:
744
+ patch:
745
+
746
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET4.0C; .NET4.0E; MSOffice 12)'
747
+ family: 'Outlook'
748
+ major: '12'
749
+ minor:
750
+ patch:
751
+
752
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
753
+ family: 'Outlook'
754
+ major: '12'
755
+ minor:
756
+ patch:
757
+
758
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
759
+ family: 'Outlook'
760
+ major: '12'
761
+ minor:
762
+ patch:
763
+
764
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 7.0; Win32; 1&1); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; .NET4.0C; .NET4.0E; MSOffice 12)'
765
+ family: 'Outlook'
766
+ major: '12'
767
+ minor:
768
+ patch:
769
+
770
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 7.0; Win32; 1&1); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MSOffice 12)'
771
+ family: 'Outlook'
772
+ major: '12'
773
+ minor:
774
+ patch:
775
+
776
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 7.0; Win32; WEB.DE); Mozilla/4.0 (compatible; MSIE 8.0; Win32; WEB.DE); (webde/1.1.0.21); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
777
+ family: 'Outlook'
778
+ major: '12'
779
+ minor:
780
+ patch:
781
+
782
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 8.0; Win32; GMX); (gmx/1.1.0.21); GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; MSOffice 12)'
783
+ family: 'Outlook'
784
+ major: '12'
785
+ minor:
786
+ patch:
787
+
788
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; MSOffice 12)'
789
+ family: 'Outlook'
790
+ major: '12'
791
+ minor:
792
+ patch:
793
+
794
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Tablet PC 1.7; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
795
+ family: 'Outlook'
796
+ major: '12'
797
+ minor:
798
+ patch:
799
+
800
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET4.0C; MSOffice 12)'
801
+ family: 'Outlook'
802
+ major: '12'
803
+ minor:
804
+ patch:
805
+
806
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
807
+ family: 'Outlook'
808
+ major: '12'
809
+ minor:
810
+ patch:
811
+
812
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; InfoPath.2; MS-RTC LM 8; .NET CLR 3.0.30729; MSOffice 12)'
813
+ family: 'Outlook'
814
+ major: '12'
815
+ minor:
816
+ patch:
817
+
818
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Tablet PC 2.0; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; MSOffice 12)'
819
+ family: 'Outlook'
820
+ major: '12'
821
+ minor:
822
+ patch:
823
+
824
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MSOffice 12)'
825
+ family: 'Outlook'
826
+ major: '12'
827
+ minor:
828
+ patch:
829
+
830
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MSOffice 12)'
831
+ family: 'Outlook'
832
+ major: '12'
833
+ minor:
834
+ patch:
835
+
836
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; MSOffice 12)'
837
+ family: 'Outlook'
838
+ major: '12'
839
+ minor:
840
+ patch:
841
+
842
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; AskTB5.6; MSOffice 12)'
843
+ family: 'Outlook'
844
+ major: '12'
845
+ minor:
846
+ patch:
847
+
848
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C; MSOffice 12)'
849
+ family: 'Outlook'
850
+ major: '12'
851
+ minor:
852
+ patch:
853
+
854
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; MSOffice 12)'
855
+ family: 'Outlook'
856
+ major: '12'
857
+ minor:
858
+ patch:
859
+
860
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MSOffice 12)'
861
+ family: 'Outlook'
862
+ major: '12'
863
+ minor:
864
+ patch:
865
+
866
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; MSOffice 12)'
867
+ family: 'Outlook'
868
+ major: '12'
869
+ minor:
870
+ patch:
871
+
872
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; Tablet PC 2.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MSOffice 12)'
873
+ family: 'Outlook'
874
+ major: '12'
875
+ minor:
876
+ patch:
877
+
878
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.1; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MSOffice 12)'
879
+ family: 'Outlook'
880
+ major: '12'
881
+ minor:
882
+ patch:
883
+
884
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; MSOffice 12)'
885
+ family: 'Outlook'
886
+ major: '12'
887
+ minor:
888
+ patch:
889
+
890
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET CLR 1.1.4322; .NET4.0C; MSOffice 12)'
891
+ family: 'Outlook'
892
+ major: '12'
893
+ minor:
894
+ patch:
895
+
896
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C; MSOffice 12)'
897
+ family: 'Outlook'
898
+ major: '12'
899
+ minor:
900
+ patch:
901
+
902
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MSOffice 12)'
903
+ family: 'Outlook'
904
+ major: '12'
905
+ minor:
906
+ patch:
907
+
908
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MSOffice 12)'
909
+ family: 'Outlook'
910
+ major: '12'
911
+ minor:
912
+ patch:
913
+
914
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; MSOffice 12)'
915
+ family: 'Outlook'
916
+ major: '12'
917
+ minor:
918
+ patch:
919
+
920
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
921
+ family: 'Outlook'
922
+ major: '12'
923
+ minor:
924
+ patch:
925
+
926
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MSOffice 12)'
927
+ family: 'Outlook'
928
+ major: '12'
929
+ minor:
930
+ patch:
931
+
932
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618; MSOffice 12)'
933
+ family: 'Outlook'
934
+ major: '12'
935
+ minor:
936
+ patch:
937
+
938
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; AskTbWBG/5.9.1.14019; MSOffice 12)'
939
+ family: 'Outlook'
940
+ major: '12'
941
+ minor:
942
+ patch:
943
+
944
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; MSOffice 12)'
945
+ family: 'Outlook'
946
+ major: '12'
947
+ minor:
948
+ patch:
949
+
950
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MSOffice 12)'
951
+ family: 'Outlook'
952
+ major: '12'
953
+ minor:
954
+ patch:
955
+
956
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; MSOffice 12)'
957
+ family: 'Outlook'
958
+ major: '12'
959
+ minor:
960
+ patch:
961
+
962
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; AskTbCPUID/5.8.0.12304; MSOffice 12)'
963
+ family: 'Outlook'
964
+ major: '12'
965
+ minor:
966
+ patch:
967
+
968
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.0.30729; .NET CLR 3.5.30729; .NET4.0C; MSOffice 12)'
969
+ family: 'Outlook'
970
+ major: '12'
971
+ minor:
972
+ patch:
973
+
974
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.2; .NET4.0C; .NET4.0E; MSOffice 12)'
975
+ family: 'Outlook'
976
+ major: '12'
977
+ minor:
978
+ patch:
979
+
980
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C; MSOffice 12)'
981
+ family: 'Outlook'
982
+ major: '12'
983
+ minor:
984
+ patch:
985
+
986
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET4.0C; MSOffice 12)'
987
+ family: 'Outlook'
988
+ major: '12'
989
+ minor:
990
+ patch:
991
+
992
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; Tablet PC 2.0; T-Brand-RC; MSOffice 12)'
993
+ family: 'Outlook'
994
+ major: '12'
995
+ minor:
996
+ patch:
997
+
998
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; MSOffice 12)'
999
+ family: 'Outlook'
1000
+ major: '12'
1001
+ minor:
1002
+ patch:
1003
+
1004
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MSOffice 12)'
1005
+ family: 'Outlook'
1006
+ major: '12'
1007
+ minor:
1008
+ patch:
1009
+
1010
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.2; MSOffice 12)'
1011
+ family: 'Outlook'
1012
+ major: '12'
1013
+ minor:
1014
+ patch:
1015
+
1016
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MSOffice 12)'
1017
+ family: 'Outlook'
1018
+ major: '12'
1019
+ minor:
1020
+ patch:
1021
+
1022
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMDTDF; .NET4.0C; .NET4.0E; MSOffice 12)'
1023
+ family: 'Outlook'
1024
+ major: '12'
1025
+ minor:
1026
+ patch:
1027
+
1028
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; .NET4.0C; AskTB5.6; MSOffice 12)'
1029
+ family: 'Outlook'
1030
+ major: '12'
1031
+ minor:
1032
+ patch:
1033
+
1034
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; .NET4.0C; MSOffice 12)'
1035
+ family: 'Outlook'
1036
+ major: '12'
1037
+ minor:
1038
+ patch:
1039
+
1040
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; InfoPath.2; MSOffice 12)'
1041
+ family: 'Outlook'
1042
+ major: '12'
1043
+ minor:
1044
+ patch:
1045
+
1046
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; MALC; AskTB5.6; MSOffice 12)'
1047
+ family: 'Outlook'
1048
+ major: '12'
1049
+ minor:
1050
+ patch:
1051
+
1052
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; MSOffice 12)'
1053
+ family: 'Outlook'
1054
+ major: '12'
1055
+ minor:
1056
+ patch:
1057
+
1058
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; Tablet PC 2.0; MSOffice 12)'
1059
+ family: 'Outlook'
1060
+ major: '12'
1061
+ minor:
1062
+ patch:
1063
+
1064
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; FDM; .NET4.0C; .NET4.0E; MSOffice 12)'
1065
+ family: 'Outlook'
1066
+ major: '12'
1067
+ minor:
1068
+ patch:
1069
+
1070
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8; MSOffice 12)'
1071
+ family: 'Outlook'
1072
+ major: '12'
1073
+ minor:
1074
+ patch:
1075
+
1076
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MSOffice 12)'
1077
+ family: 'Outlook'
1078
+ major: '12'
1079
+ minor:
1080
+ patch:
1081
+
1082
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET4.0C; MSOffice 12)'
1083
+ family: 'Outlook'
1084
+ major: '12'
1085
+ minor:
1086
+ patch:
1087
+
1088
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0; MSOffice 12)'
1089
+ family: 'Outlook'
1090
+ major: '12'
1091
+ minor:
1092
+ patch:
1093
+
1094
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MAMD; InfoPath.2; MSOffice 12)'
1095
+ family: 'Outlook'
1096
+ major: '12'
1097
+ minor:
1098
+ patch:
1099
+
1100
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC; .NET4.0C; MSOffice 12)'
1101
+ family: 'Outlook'
1102
+ major: '12'
1103
+ minor:
1104
+ patch:
1105
+
1106
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDR; .NET4.0C; .NET4.0E; Tablet PC 2.0; MSOffice 12)'
1107
+ family: 'Outlook'
1108
+ major: '12'
1109
+ minor:
1110
+ patch:
1111
+
1112
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDR; InfoPath.2; .NET4.0C; MSOffice 12)'
1113
+ family: 'Outlook'
1114
+ major: '12'
1115
+ minor:
1116
+ patch:
1117
+
1118
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MSOffice 12)'
1119
+ family: 'Outlook'
1120
+ major: '12'
1121
+ minor:
1122
+ patch:
1123
+
1124
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET4.0C; MSOffice 12)'
1125
+ family: 'Outlook'
1126
+ major: '12'
1127
+ minor:
1128
+ patch:
1129
+
1130
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET CLR 1.1.4322; Tablet PC 2.0; MALC; MSOffice 12)'
1131
+ family: 'Outlook'
1132
+ major: '12'
1133
+ minor:
1134
+ patch:
1135
+
1136
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; MSOffice 12)'
1137
+ family: 'Outlook'
1138
+ major: '12'
1139
+ minor:
1140
+ patch:
1141
+
1142
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Tablet PC 2.0; Media Center PC 6.0; InfoPath.2; .NET4.0C; MAMI; MSOffice 12)'
1143
+ family: 'Outlook'
1144
+ major: '12'
1145
+ minor:
1146
+ patch:
1147
+
1148
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Tablet PC 2.0; MSOffice 12)'
1149
+ family: 'Outlook'
1150
+ major: '12'
1151
+ minor:
1152
+ patch:
1153
+
1154
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Tablet PC 2.0; BRI/2; MSOffice 12)'
1155
+ family: 'Outlook'
1156
+ major: '12'
1157
+ minor:
1158
+ patch:
1159
+
1160
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; BTRS21845; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MSOffice 12)'
1161
+ family: 'Outlook'
1162
+ major: '12'
1163
+ minor:
1164
+ patch:
1165
+
1166
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB0.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; MSOffice 12)'
1167
+ family: 'Outlook'
1168
+ major: '12'
1169
+ minor:
1170
+ patch:
1171
+
1172
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB0.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MSOffice 12)'
1173
+ family: 'Outlook'
1174
+ major: '12'
1175
+ minor:
1176
+ patch:
1177
+
1178
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB0.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MSOffice 12)'
1179
+ family: 'Outlook'
1180
+ major: '12'
1181
+ minor:
1182
+ patch:
1183
+
1184
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; AskTbFXTV5/5.9.1.14019; MSOffice 12)'
1185
+ family: 'Outlook'
1186
+ major: '12'
1187
+ minor:
1188
+ patch:
1189
+
1190
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MALC; MSOffice 12)'
1191
+ family: 'Outlook'
1192
+ major: '12'
1193
+ minor:
1194
+ patch:
1195
+
1196
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MSOffice 12)'
1197
+ family: 'Outlook'
1198
+ major: '12'
1199
+ minor:
1200
+ patch:
1201
+
1202
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; MSOffice 12)'
1203
+ family: 'Outlook'
1204
+ major: '12'
1205
+ minor:
1206
+ patch:
1207
+
1208
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MSOffice 12)'
1209
+ family: 'Outlook'
1210
+ major: '12'
1211
+ minor:
1212
+ patch:
1213
+
1214
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MSOffice 12)'
1215
+ family: 'Outlook'
1216
+ major: '12'
1217
+ minor:
1218
+ patch:
1219
+
1220
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MALC; MSOffice 12)'
1221
+ family: 'Outlook'
1222
+ major: '12'
1223
+ minor:
1224
+ patch:
1225
+
1226
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MDDC; .NET4.0C; MSOffice 12)'
1227
+ family: 'Outlook'
1228
+ major: '12'
1229
+ minor:
1230
+ patch:
1231
+
1232
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MSOffice 12)'
1233
+ family: 'Outlook'
1234
+ major: '12'
1235
+ minor:
1236
+ patch:
1237
+
1238
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; AskTbFXTV5/5.9.1.14019; MSOffice 12)'
1239
+ family: 'Outlook'
1240
+ major: '12'
1241
+ minor:
1242
+ patch:
1243
+
1244
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MSOffice 12)'
1245
+ family: 'Outlook'
1246
+ major: '12'
1247
+ minor:
1248
+ patch:
1249
+
1250
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTbCPUID/5.9.1.14019; MSOffice 12)'
1251
+ family: 'Outlook'
1252
+ major: '12'
1253
+ minor:
1254
+ patch:
1255
+
1256
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E; MSOffice 12)'
1257
+ family: 'Outlook'
1258
+ major: '12'
1259
+ minor:
1260
+ patch:
1261
+
1262
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; MSOffice 12)'
1263
+ family: 'Outlook'
1264
+ major: '12'
1265
+ minor:
1266
+ patch:
1267
+
1268
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MSOffice 12)'
1269
+ family: 'Outlook'
1270
+ major: '12'
1271
+ minor:
1272
+ patch:
1273
+
1274
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC; InfoPath.2; .NET4.0C; MSOffice 12)'
1275
+ family: 'Outlook'
1276
+ major: '12'
1277
+ minor:
1278
+ patch:
1279
+
1280
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC; InfoPath.2; MSOffice 12)'
1281
+ family: 'Outlook'
1282
+ major: '12'
1283
+ minor:
1284
+ patch:
1285
+
1286
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MSOffice 12)'
1287
+ family: 'Outlook'
1288
+ major: '12'
1289
+ minor:
1290
+ patch:
1291
+
1292
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; MSOffice 12)'
1293
+ family: 'Outlook'
1294
+ major: '12'
1295
+ minor:
1296
+ patch:
1297
+
1298
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MSOffice 12)'
1299
+ family: 'Outlook'
1300
+ major: '12'
1301
+ minor:
1302
+ patch:
1303
+
1304
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MSOffice 12)'
1305
+ family: 'Outlook'
1306
+ major: '12'
1307
+ minor:
1308
+ patch:
1309
+
1310
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MSOffice 12)'
1311
+ family: 'Outlook'
1312
+ major: '12'
1313
+ minor:
1314
+ patch:
1315
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1316
+ family: 'Outlook'
1317
+ major: '12'
1318
+ minor:
1319
+ patch:
1320
+
1321
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1322
+ family: 'Outlook'
1323
+ major: '12'
1324
+ minor:
1325
+ patch:
1326
+
1327
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; MSOffice 12)'
1328
+ family: 'Outlook'
1329
+ major: '12'
1330
+ minor:
1331
+ patch:
1332
+
1333
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8; InfoPath.2; MSOffice 12)'
1334
+ family: 'Outlook'
1335
+ major: '12'
1336
+ minor:
1337
+ patch:
1338
+
1339
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MSOffice 12)'
1340
+ family: 'Outlook'
1341
+ major: '12'
1342
+ minor:
1343
+ patch:
1344
+
1345
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1346
+ family: 'Outlook'
1347
+ major: '12'
1348
+ minor:
1349
+ patch:
1350
+
1351
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MDDR; MSOffice 12)'
1352
+ family: 'Outlook'
1353
+ major: '12'
1354
+ minor:
1355
+ patch:
1356
+
1357
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1358
+ family: 'Outlook'
1359
+ major: '12'
1360
+ minor:
1361
+ patch:
1362
+
1363
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MSOffice 12)'
1364
+ family: 'Outlook'
1365
+ major: '12'
1366
+ minor:
1367
+ patch:
1368
+
1369
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1370
+ family: 'Outlook'
1371
+ major: '12'
1372
+ minor:
1373
+ patch:
1374
+
1375
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
1376
+ family: 'Outlook'
1377
+ major: '12'
1378
+ minor:
1379
+ patch:
1380
+
1381
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; .NET4.0C; .NET4.0E; MSOffice 12)'
1382
+ family: 'Outlook'
1383
+ major: '12'
1384
+ minor:
1385
+ patch:
1386
+
1387
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.5; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MSOffice 12)'
1388
+ family: 'Outlook'
1389
+ major: '12'
1390
+ minor:
1391
+ patch:
1392
+
1393
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1394
+ family: 'Outlook'
1395
+ major: '12'
1396
+ minor:
1397
+ patch:
1398
+
1399
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 1.1.4322; MSOffice 12)'
1400
+ family: 'Outlook'
1401
+ major: '12'
1402
+ minor:
1403
+ patch:
1404
+
1405
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MSOffice 12)'
1406
+ family: 'Outlook'
1407
+ major: '12'
1408
+ minor:
1409
+ patch:
1410
+
1411
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; MSOffice 12)'
1412
+ family: 'Outlook'
1413
+ major: '12'
1414
+ minor:
1415
+ patch:
1416
+
1417
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1418
+ family: 'Outlook'
1419
+ major: '12'
1420
+ minor:
1421
+ patch:
1422
+
1423
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1424
+ family: 'Outlook'
1425
+ major: '12'
1426
+ minor:
1427
+ patch:
1428
+
1429
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; MSOffice 12)'
1430
+ family: 'Outlook'
1431
+ major: '12'
1432
+ minor:
1433
+ patch:
1434
+
1435
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; MSOffice 12)'
1436
+ family: 'Outlook'
1437
+ major: '12'
1438
+ minor:
1439
+ patch:
1440
+
1441
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1442
+ family: 'Outlook'
1443
+ major: '12'
1444
+ minor:
1445
+ patch:
1446
+
1447
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1448
+ family: 'Outlook'
1449
+ major: '12'
1450
+ minor:
1451
+ patch:
1452
+
1453
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1454
+ family: 'Outlook'
1455
+ major: '12'
1456
+ minor:
1457
+ patch:
1458
+
1459
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MSOffice 12)'
1460
+ family: 'Outlook'
1461
+ major: '12'
1462
+ minor:
1463
+ patch:
1464
+
1465
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
1466
+ family: 'Outlook'
1467
+ major: '12'
1468
+ minor:
1469
+ patch:
1470
+
1471
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8; .NET4.0C; MSOffice 12)'
1472
+ family: 'Outlook'
1473
+ major: '12'
1474
+ minor:
1475
+ patch:
1476
+
1477
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1478
+ family: 'Outlook'
1479
+ major: '12'
1480
+ minor:
1481
+ patch:
1482
+
1483
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1484
+ family: 'Outlook'
1485
+ major: '12'
1486
+ minor:
1487
+ patch:
1488
+
1489
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1490
+ family: 'Outlook'
1491
+ major: '12'
1492
+ minor:
1493
+ patch:
1494
+
1495
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1496
+ family: 'Outlook'
1497
+ major: '12'
1498
+ minor:
1499
+ patch:
1500
+
1501
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1502
+ family: 'Outlook'
1503
+ major: '12'
1504
+ minor:
1505
+ patch:
1506
+
1507
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.2; MSOffice 12)'
1508
+ family: 'Outlook'
1509
+ major: '12'
1510
+ minor:
1511
+ patch:
1512
+
1513
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
1514
+ family: 'Outlook'
1515
+ major: '12'
1516
+ minor:
1517
+ patch:
1518
+
1519
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; MSOffice 12)'
1520
+ family: 'Outlook'
1521
+ major: '12'
1522
+ minor:
1523
+ patch:
1524
+
1525
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MSOffice 12)'
1526
+ family: 'Outlook'
1527
+ major: '12'
1528
+ minor:
1529
+ patch:
1530
+
1531
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSN OptimizedIE8;DEDE; MSOffice 12)'
1532
+ family: 'Outlook'
1533
+ major: '12'
1534
+ minor:
1535
+ patch:
1536
+
1537
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1538
+ family: 'Outlook'
1539
+ major: '12'
1540
+ minor:
1541
+ patch:
1542
+
1543
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; MSOffice 12)'
1544
+ family: 'Outlook'
1545
+ major: '12'
1546
+ minor:
1547
+ patch:
1548
+
1549
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1550
+ family: 'Outlook'
1551
+ major: '12'
1552
+ minor:
1553
+ patch:
1554
+
1555
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; MSOffice 12)'
1556
+ family: 'Outlook'
1557
+ major: '12'
1558
+ minor:
1559
+ patch:
1560
+
1561
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.3; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MSOffice 12)'
1562
+ family: 'Outlook'
1563
+ major: '12'
1564
+ minor:
1565
+ patch:
1566
+
1567
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1568
+ family: 'Outlook'
1569
+ major: '12'
1570
+ minor:
1571
+ patch:
1572
+
1573
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1574
+ family: 'Outlook'
1575
+ major: '12'
1576
+ minor:
1577
+ patch:
1578
+
1579
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MSOffice 12)'
1580
+ family: 'Outlook'
1581
+ major: '12'
1582
+ minor:
1583
+ patch:
1584
+
1585
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1586
+ family: 'Outlook'
1587
+ major: '12'
1588
+ minor:
1589
+ patch:
1590
+
1591
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
1592
+ family: 'Outlook'
1593
+ major: '12'
1594
+ minor:
1595
+ patch:
1596
+
1597
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1598
+ family: 'Outlook'
1599
+ major: '12'
1600
+ minor:
1601
+ patch:
1602
+
1603
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; MSOffice 12)'
1604
+ family: 'Outlook'
1605
+ major: '12'
1606
+ minor:
1607
+ patch:
1608
+
1609
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1610
+ family: 'Outlook'
1611
+ major: '12'
1612
+ minor:
1613
+ patch:
1614
+
1615
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET4.0C; .NET4.0E; MSOffice 12)'
1616
+ family: 'Outlook'
1617
+ major: '12'
1618
+ minor:
1619
+ patch:
1620
+
1621
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1622
+ family: 'Outlook'
1623
+ major: '12'
1624
+ minor:
1625
+ patch:
1626
+
1627
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
1628
+ family: 'Outlook'
1629
+ major: '12'
1630
+ minor:
1631
+ patch:
1632
+
1633
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 7.0; Win32; 1&1); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; .NET4.0C; .NET4.0E; MSOffice 12)'
1634
+ family: 'Outlook'
1635
+ major: '12'
1636
+ minor:
1637
+ patch:
1638
+
1639
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 7.0; Win32; 1&1); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MSOffice 12)'
1640
+ family: 'Outlook'
1641
+ major: '12'
1642
+ minor:
1643
+ patch:
1644
+
1645
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 7.0; Win32; WEB.DE); Mozilla/4.0 (compatible; MSIE 8.0; Win32; WEB.DE); (webde/1.1.0.21); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
1646
+ family: 'Outlook'
1647
+ major: '12'
1648
+ minor:
1649
+ patch:
1650
+
1651
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 8.0; Win32; GMX); (gmx/1.1.0.21); GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; MSOffice 12)'
1652
+ family: 'Outlook'
1653
+ major: '12'
1654
+ minor:
1655
+ patch:
1656
+
1657
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; MSOffice 12)'
1658
+ family: 'Outlook'
1659
+ major: '12'
1660
+ minor:
1661
+ patch:
1662
+
1663
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Tablet PC 1.7; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1664
+ family: 'Outlook'
1665
+ major: '12'
1666
+ minor:
1667
+ patch:
1668
+
1669
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET4.0C; MSOffice 12)'
1670
+ family: 'Outlook'
1671
+ major: '12'
1672
+ minor:
1673
+ patch:
1674
+
1675
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)'
1676
+ family: 'Outlook'
1677
+ major: '12'
1678
+ minor:
1679
+ patch:
1680
+
1681
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; InfoPath.2; MS-RTC LM 8; .NET CLR 3.0.30729; MSOffice 12)'
1682
+ family: 'Outlook'
1683
+ major: '12'
1684
+ minor:
1685
+ patch:
1686
+
1687
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Tablet PC 2.0; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; MSOffice 12)'
1688
+ family: 'Outlook'
1689
+ major: '12'
1690
+ minor:
1691
+ patch:
1692
+
1693
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MSOffice 12)'
1694
+ family: 'Outlook'
1695
+ major: '12'
1696
+ minor:
1697
+ patch:
1698
+
1699
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MSOffice 12)'
1700
+ family: 'Outlook'
1701
+ major: '12'
1702
+ minor:
1703
+ patch:
1704
+
1705
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; MSOffice 12)'
1706
+ family: 'Outlook'
1707
+ major: '12'
1708
+ minor:
1709
+ patch:
1710
+
1711
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; AskTB5.6; MSOffice 12)'
1712
+ family: 'Outlook'
1713
+ major: '12'
1714
+ minor:
1715
+ patch:
1716
+
1717
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C; MSOffice 12)'
1718
+ family: 'Outlook'
1719
+ major: '12'
1720
+ minor:
1721
+ patch:
1722
+
1723
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; MSOffice 12)'
1724
+ family: 'Outlook'
1725
+ major: '12'
1726
+ minor:
1727
+ patch:
1728
+
1729
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MSOffice 12)'
1730
+ family: 'Outlook'
1731
+ major: '12'
1732
+ minor:
1733
+ patch:
1734
+
1735
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; MSOffice 12)'
1736
+ family: 'Outlook'
1737
+ major: '12'
1738
+ minor:
1739
+ patch:
1740
+
1741
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; Tablet PC 2.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MSOffice 12)'
1742
+ family: 'Outlook'
1743
+ major: '12'
1744
+ minor:
1745
+ patch:
1746
+
1747
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.1; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MSOffice 12)'
1748
+ family: 'Outlook'
1749
+ major: '12'
1750
+ minor:
1751
+ patch:
1752
+
1753
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; MSOffice 12)'
1754
+ family: 'Outlook'
1755
+ major: '12'
1756
+ minor:
1757
+ patch:
1758
+
1759
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET CLR 1.1.4322; .NET4.0C; MSOffice 12)'
1760
+ family: 'Outlook'
1761
+ major: '12'
1762
+ minor:
1763
+ patch:
1764
+
1765
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C; MSOffice 12)'
1766
+ family: 'Outlook'
1767
+ major: '12'
1768
+ minor:
1769
+ patch:
1770
+
1771
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MSOffice 12)'
1772
+ family: 'Outlook'
1773
+ major: '12'
1774
+ minor:
1775
+ patch:
1776
+
1777
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MSOffice 12)'
1778
+ family: 'Outlook'
1779
+ major: '12'
1780
+ minor:
1781
+ patch:
1782
+
1783
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; MSOffice 12)'
1784
+ family: 'Outlook'
1785
+ major: '12'
1786
+ minor:
1787
+ patch:
1788
+
1789
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; MSOffice 12)'
1790
+ family: 'Outlook'
1791
+ major: '12'
1792
+ minor:
1793
+ patch:
1794
+
1795
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MSOffice 12)'
1796
+ family: 'Outlook'
1797
+ major: '12'
1798
+ minor:
1799
+ patch:
1800
+
1801
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618; MSOffice 12)'
1802
+ family: 'Outlook'
1803
+ major: '12'
1804
+ minor:
1805
+ patch:
1806
+
1807
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; AskTbWBG/5.9.1.14019; MSOffice 12)'
1808
+ family: 'Outlook'
1809
+ major: '12'
1810
+ minor:
1811
+ patch:
1812
+
1813
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; MSOffice 12)'
1814
+ family: 'Outlook'
1815
+ major: '12'
1816
+ minor:
1817
+ patch:
1818
+
1819
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MSOffice 12)'
1820
+ family: 'Outlook'
1821
+ major: '12'
1822
+ minor:
1823
+ patch:
1824
+
1825
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; MSOffice 12)'
1826
+ family: 'Outlook'
1827
+ major: '12'
1828
+ minor:
1829
+ patch:
1830
+
1831
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; AskTbCPUID/5.8.0.12304; MSOffice 12)'
1832
+ family: 'Outlook'
1833
+ major: '12'
1834
+ minor:
1835
+ patch:
1836
+
1837
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.0.30729; .NET CLR 3.5.30729; .NET4.0C; MSOffice 12)'
1838
+ family: 'Outlook'
1839
+ major: '12'
1840
+ minor:
1841
+ patch:
1842
+
1843
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.2; .NET4.0C; .NET4.0E; MSOffice 12)'
1844
+ family: 'Outlook'
1845
+ major: '12'
1846
+ minor:
1847
+ patch:
1848
+
1849
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C; MSOffice 12)'
1850
+ family: 'Outlook'
1851
+ major: '12'
1852
+ minor:
1853
+ patch:
1854
+
1855
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET4.0C; MSOffice 12)'
1856
+ family: 'Outlook'
1857
+ major: '12'
1858
+ minor:
1859
+ patch:
1860
+
1861
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; Tablet PC 2.0; T-Brand-RC; MSOffice 12)'
1862
+ family: 'Outlook'
1863
+ major: '12'
1864
+ minor:
1865
+ patch:
1866
+
1867
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; MSOffice 12)'
1868
+ family: 'Outlook'
1869
+ major: '12'
1870
+ minor:
1871
+ patch:
1872
+
1873
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MSOffice 12)'
1874
+ family: 'Outlook'
1875
+ major: '12'
1876
+ minor:
1877
+ patch:
1878
+
1879
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.2; MSOffice 12)'
1880
+ family: 'Outlook'
1881
+ major: '12'
1882
+ minor:
1883
+ patch:
1884
+
1885
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MSOffice 12)'
1886
+ family: 'Outlook'
1887
+ major: '12'
1888
+ minor:
1889
+ patch:
1890
+
1891
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMDTDF; .NET4.0C; .NET4.0E; MSOffice 12)'
1892
+ family: 'Outlook'
1893
+ major: '12'
1894
+ minor:
1895
+ patch:
1896
+
1897
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; .NET4.0C; AskTB5.6; MSOffice 12)'
1898
+ family: 'Outlook'
1899
+ major: '12'
1900
+ minor:
1901
+ patch:
1902
+
1903
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; .NET4.0C; MSOffice 12)'
1904
+ family: 'Outlook'
1905
+ major: '12'
1906
+ minor:
1907
+ patch:
1908
+
1909
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; InfoPath.2; MSOffice 12)'
1910
+ family: 'Outlook'
1911
+ major: '12'
1912
+ minor:
1913
+ patch:
1914
+
1915
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; MALC; AskTB5.6; MSOffice 12)'
1916
+ family: 'Outlook'
1917
+ major: '12'
1918
+ minor:
1919
+ patch:
1920
+
1921
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; MSOffice 12)'
1922
+ family: 'Outlook'
1923
+ major: '12'
1924
+ minor:
1925
+ patch:
1926
+
1927
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; Tablet PC 2.0; MSOffice 12)'
1928
+ family: 'Outlook'
1929
+ major: '12'
1930
+ minor:
1931
+ patch:
1932
+
1933
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; FDM; .NET4.0C; .NET4.0E; MSOffice 12)'
1934
+ family: 'Outlook'
1935
+ major: '12'
1936
+ minor:
1937
+ patch:
1938
+
1939
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8; MSOffice 12)'
1940
+ family: 'Outlook'
1941
+ major: '12'
1942
+ minor:
1943
+ patch:
1944
+
1945
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MSOffice 12)'
1946
+ family: 'Outlook'
1947
+ major: '12'
1948
+ minor:
1949
+ patch:
1950
+
1951
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET4.0C; MSOffice 12)'
1952
+ family: 'Outlook'
1953
+ major: '12'
1954
+ minor:
1955
+ patch:
1956
+
1957
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0; MSOffice 12)'
1958
+ family: 'Outlook'
1959
+ major: '12'
1960
+ minor:
1961
+ patch:
1962
+
1963
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MAMD; InfoPath.2; MSOffice 12)'
1964
+ family: 'Outlook'
1965
+ major: '12'
1966
+ minor:
1967
+ patch:
1968
+
1969
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC; .NET4.0C; MSOffice 12)'
1970
+ family: 'Outlook'
1971
+ major: '12'
1972
+ minor:
1973
+ patch:
1974
+
1975
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDR; .NET4.0C; .NET4.0E; Tablet PC 2.0; MSOffice 12)'
1976
+ family: 'Outlook'
1977
+ major: '12'
1978
+ minor:
1979
+ patch:
1980
+
1981
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDR; InfoPath.2; .NET4.0C; MSOffice 12)'
1982
+ family: 'Outlook'
1983
+ major: '12'
1984
+ minor:
1985
+ patch:
1986
+
1987
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MSOffice 12)'
1988
+ family: 'Outlook'
1989
+ major: '12'
1990
+ minor:
1991
+ patch:
1992
+
1993
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET4.0C; MSOffice 12)'
1994
+ family: 'Outlook'
1995
+ major: '12'
1996
+ minor:
1997
+ patch:
1998
+
1999
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET CLR 1.1.4322; Tablet PC 2.0; MALC; MSOffice 12)'
2000
+ family: 'Outlook'
2001
+ major: '12'
2002
+ minor:
2003
+ patch:
2004
+
2005
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; MSOffice 12)'
2006
+ family: 'Outlook'
2007
+ major: '12'
2008
+ minor:
2009
+ patch:
2010
+
2011
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Tablet PC 2.0; Media Center PC 6.0; InfoPath.2; .NET4.0C; MAMI; MSOffice 12)'
2012
+ family: 'Outlook'
2013
+ major: '12'
2014
+ minor:
2015
+ patch:
2016
+
2017
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Tablet PC 2.0; MSOffice 12)'
2018
+ family: 'Outlook'
2019
+ major: '12'
2020
+ minor:
2021
+ patch:
2022
+
2023
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Tablet PC 2.0; BRI/2; MSOffice 12)'
2024
+ family: 'Outlook'
2025
+ major: '12'
2026
+ minor:
2027
+ patch:
2028
+
2029
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; BTRS21845; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MSOffice 12)'
2030
+ family: 'Outlook'
2031
+ major: '12'
2032
+ minor:
2033
+ patch:
2034
+
2035
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB0.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; MSOffice 12)'
2036
+ family: 'Outlook'
2037
+ major: '12'
2038
+ minor:
2039
+ patch:
2040
+
2041
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB0.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MSOffice 12)'
2042
+ family: 'Outlook'
2043
+ major: '12'
2044
+ minor:
2045
+ patch:
2046
+
2047
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB0.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MSOffice 12)'
2048
+ family: 'Outlook'
2049
+ major: '12'
2050
+ minor:
2051
+ patch:
2052
+
2053
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; AskTbFXTV5/5.9.1.14019; MSOffice 12)'
2054
+ family: 'Outlook'
2055
+ major: '12'
2056
+ minor:
2057
+ patch:
2058
+
2059
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MALC; MSOffice 12)'
2060
+ family: 'Outlook'
2061
+ major: '12'
2062
+ minor:
2063
+ patch:
2064
+
2065
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MSOffice 12)'
2066
+ family: 'Outlook'
2067
+ major: '12'
2068
+ minor:
2069
+ patch:
2070
+
2071
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; MSOffice 12)'
2072
+ family: 'Outlook'
2073
+ major: '12'
2074
+ minor:
2075
+ patch:
2076
+
2077
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MSOffice 12)'
2078
+ family: 'Outlook'
2079
+ major: '12'
2080
+ minor:
2081
+ patch:
2082
+
2083
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MSOffice 12)'
2084
+ family: 'Outlook'
2085
+ major: '12'
2086
+ minor:
2087
+ patch:
2088
+
2089
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; MALC; MSOffice 12)'
2090
+ family: 'Outlook'
2091
+ major: '12'
2092
+ minor:
2093
+ patch:
2094
+
2095
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MDDC; .NET4.0C; MSOffice 12)'
2096
+ family: 'Outlook'
2097
+ major: '12'
2098
+ minor:
2099
+ patch:
2100
+
2101
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MSOffice 12)'
2102
+ family: 'Outlook'
2103
+ major: '12'
2104
+ minor:
2105
+ patch:
2106
+
2107
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; AskTbFXTV5/5.9.1.14019; MSOffice 12)'
2108
+ family: 'Outlook'
2109
+ major: '12'
2110
+ minor:
2111
+ patch:
2112
+
2113
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MSOffice 12)'
2114
+ family: 'Outlook'
2115
+ major: '12'
2116
+ minor:
2117
+ patch:
2118
+
2119
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTbCPUID/5.9.1.14019; MSOffice 12)'
2120
+ family: 'Outlook'
2121
+ major: '12'
2122
+ minor:
2123
+ patch:
2124
+
2125
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E; MSOffice 12)'
2126
+ family: 'Outlook'
2127
+ major: '12'
2128
+ minor:
2129
+ patch:
2130
+
2131
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; MSOffice 12)'
2132
+ family: 'Outlook'
2133
+ major: '12'
2134
+ minor:
2135
+ patch:
2136
+
2137
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MSOffice 12)'
2138
+ family: 'Outlook'
2139
+ major: '12'
2140
+ minor:
2141
+ patch:
2142
+
2143
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC; InfoPath.2; .NET4.0C; MSOffice 12)'
2144
+ family: 'Outlook'
2145
+ major: '12'
2146
+ minor:
2147
+ patch:
2148
+
2149
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC; InfoPath.2; MSOffice 12)'
2150
+ family: 'Outlook'
2151
+ major: '12'
2152
+ minor:
2153
+ patch:
2154
+
2155
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MSOffice 12)'
2156
+ family: 'Outlook'
2157
+ major: '12'
2158
+ minor:
2159
+ patch:
2160
+
2161
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; MSOffice 12)'
2162
+ family: 'Outlook'
2163
+ major: '12'
2164
+ minor:
2165
+ patch:
2166
+
2167
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MSOffice 12)'
2168
+ family: 'Outlook'
2169
+ major: '12'
2170
+ minor:
2171
+ patch:
2172
+
2173
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MSOffice 12)'
2174
+ family: 'Outlook'
2175
+ major: '12'
2176
+ minor:
2177
+ patch:
2178
+
2179
+ - user_agent_string: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MSOffice 12)'
2180
+ family: 'Outlook'
2181
+ major: '12'
2182
+ minor:
2183
+ patch:
2184
+
2185
+ - user_agent_string: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8) AppleWebKit/536.25 (KHTML, like Gecko) Sparrow/1164'
2186
+ family: 'Sparrow'
2187
+ major:
2188
+ minor:
2189
+ patch: