"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) PHP source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
For more information about "zpushdtd.php" see the
Fossies "Dox" file reference documentation.
1 <?php
2 /***********************************************
3 * File : zpushdtd.php
4 * Project : Z-Push
5 * Descr : dtd definition file
6 *
7 * Created : 01.10.2007
8 *
9 * Zarafa Deutschland GmbH, www.zarafaserver.de
10 * This file is distributed under GPL v2.
11 * Consult LICENSE file for details
12 ************************************************/
13 $zpushdtd = array(
14 "codes" => array (
15 0 => array (
16 0x05 => "Synchronize",
17 0x06 => "Replies",
18 0x07 => "Add",
19 0x08 => "Modify",
20 0x09 => "Remove",
21 0x0a => "Fetch",
22 0x0b => "SyncKey",
23 0x0c => "ClientEntryId",
24 0x0d => "ServerEntryId",
25 0x0e => "Status",
26 0x0f => "Folder",
27 0x10 => "FolderType",
28 0x11 => "Version",
29 0x12 => "FolderId",
30 0x13 => "GetChanges",
31 0x14 => "MoreAvailable",
32 0x15 => "MaxItems",
33 0x16 => "Perform",
34 0x17 => "Options",
35 0x18 => "FilterType",
36 0x19 => "Truncation", // 2.0, 2.5
37 0x1a => "RtfTruncation", // 2.0, 2.5
38 0x1b => "Conflict",
39 0x1c => "Folders",
40 0x1d => "Data",
41 0x1e => "DeletesAsMoves",
42 0x1f => "NotifyGUID", // 2.0, 2.5
43 0x20 => "Supported",
44 0x21 => "SoftDelete",
45 0x22 => "MIMESupport",
46 0x23 => "MIMETruncation",
47 0x24 => "Wait", // 12.1, 14.0
48 0x25 => "Limit", // 12.1, 14.0
49 0x26 => "Partial", // 12.1, 14.0
50 0x27 => "ConversationMode", // 14.0
51 0x28 => "MaxItems", // 14.0
52 0x29 => "HeartbeatInterval", // 14.0
53 ), 1 => array (
54 0x05 => "Anniversary",
55 0x06 => "AssistantName",
56 0x07 => "AssistnamePhoneNumber",
57 0x08 => "Birthday",
58 0x09 => "Body", // AS < 12.0
59 0x0a => "BodySize", // AS < 12.0
60 0x0b => "BodyTruncated", // AS < 12.0
61 0x0c => "Business2PhoneNumber",
62 0x0d => "BusinessCity",
63 0x0e => "BusinessCountry",
64 0x0f => "BusinessPostalCode",
65 0x10 => "BusinessState",
66 0x11 => "BusinessStreet",
67 0x12 => "BusinessFaxNumber",
68 0x13 => "BusinessPhoneNumber",
69 0x14 => "CarPhoneNumber",
70 0x15 => "Categories",
71 0x16 => "Category",
72 0x17 => "Children",
73 0x18 => "Child",
74 0x19 => "CompanyName",
75 0x1a => "Department",
76 0x1b => "Email1Address",
77 0x1c => "Email2Address",
78 0x1d => "Email3Address",
79 0x1e => "FileAs",
80 0x1f => "FirstName",
81 0x20 => "Home2PhoneNumber",
82 0x21 => "HomeCity",
83 0x22 => "HomeCountry",
84 0x23 => "HomePostalCode",
85 0x24 => "HomeState",
86 0x25 => "HomeStreet",
87 0x26 => "HomeFaxNumber",
88 0x27 => "HomePhoneNumber",
89 0x28 => "JobTitle",
90 0x29 => "LastName",
91 0x2a => "MiddleName",
92 0x2b => "MobilePhoneNumber",
93 0x2c => "OfficeLocation",
94 0x2d => "OtherCity",
95 0x2e => "OtherCountry",
96 0x2f => "OtherPostalCode",
97 0x30 => "OtherState",
98 0x31 => "OtherStreet",
99 0x32 => "PagerNumber",
100 0x33 => "RadioPhoneNumber",
101 0x34 => "Spouse",
102 0x35 => "Suffix",
103 0x36 => "Title",
104 0x37 => "WebPage",
105 0x38 => "YomiCompanyName",
106 0x39 => "YomiFirstName",
107 0x3a => "YomiLastName",
108 0x3b => "Rtf", //2.5
109 0x3c => "Picture",
110 0x3d => "Alias", //14.0
111 0x3e => "WeightedRank", //14.0
112 ), 2 => array (
113 0x05 => "Attachment", //AS < 12.0
114 0x06 => "Attachments", //AS < 12.0
115 0x07 => "AttName", //AS < 12.0
116 0x08 => "AttSize", //AS < 12.0
117 0x09 => "AttOid", //AS < 12.0
118 0x0a => "AttMethod", //AS < 12.0
119 0x0b => "AttRemoved", //AS < 12.0
120 0x0c => "Body", //AS < 12.0
121 0x0d => "BodySize", //AS < 12.0
122 0x0e => "BodyTruncated", //AS < 12.0
123 0x0f => "DateReceived",
124 0x10 => "DisplayName", //AS < 12.0
125 0x11 => "DisplayTo",
126 0x12 => "Importance",
127 0x13 => "MessageClass",
128 0x14 => "Subject",
129 0x15 => "Read",
130 0x16 => "To",
131 0x17 => "Cc",
132 0x18 => "From",
133 0x19 => "Reply-To",
134 0x1a => "AllDayEvent",
135 0x1b => "Categories",
136 0x1c => "Category",
137 0x1d => "DtStamp",
138 0x1e => "EndTime",
139 0x1f => "InstanceType",
140 0x20 => "BusyStatus",
141 0x21 => "Location",
142 0x22 => "MeetingRequest",
143 0x23 => "Organizer",
144 0x24 => "RecurrenceId",
145 0x25 => "Reminder",
146 0x26 => "ResponseRequested",
147 0x27 => "Recurrences",
148 0x28 => "Recurrence",
149 0x29 => "Type",
150 0x2a => "Until",
151 0x2b => "Occurrences",
152 0x2c => "Interval",
153 0x2d => "DayOfWeek",
154 0x2e => "DayOfMonth",
155 0x2f => "WeekOfMonth",
156 0x30 => "MonthOfYear",
157 0x31 => "StartTime",
158 0x32 => "Sensitivity",
159 0x33 => "TimeZone",
160 0x34 => "GlobalObjId",
161 0x35 => "ThreadTopic",
162 0x36 => "MIMEData",
163 0x37 => "MIMETruncated",
164 0x38 => "MIMESize",
165 0x39 => "InternetCPID",
166 0x3a => "Flag", // 12.0
167 0x3b => "FlagStatus", // 12.0
168 0x3c => "ContentClass", // 12.0
169 0x3d => "FlagType", // 12.0
170 0x3e => "CompleteTime", // 12.0
171 0x3f => "DisallowNewTimeProposal", // 14.0
172 ), 3 => array ( // AS < 2.5
173 0x05 => "Notify",
174 0x06 => "Notification",
175 0x07 => "Version",
176 0x08 => "Lifetime",
177 0x09 => "DeviceInfo",
178 0x0a => "Enable",
179 0x0b => "Folder",
180 0x0c => "ServerEntryId",
181 0x0d => "DeviceAddress",
182 0x0e => "ValidCarrierProfiles",
183 0x0f => "CarrierProfile",
184 0x10 => "Status",
185 0x11 => "Replies",
186 // 0x05 => "Version='1.1'",
187 0x12 => "Devices",
188 0x13 => "Device",
189 0x14 => "Id",
190 0x15 => "Expiry",
191 0x16 => "NotifyGUID",
192 ), 4 => array (
193 0x05 => "Timezone",
194 0x06 => "AllDayEvent",
195 0x07 => "Attendees",
196 0x08 => "Attendee",
197 0x09 => "Email",
198 0x0a => "Name",
199 0x0b => "Body", //AS < 12.0
200 0x0c => "BodyTruncated", //AS < 12.0
201 0x0d => "BusyStatus",
202 0x0e => "Categories",
203 0x0f => "Category",
204 0x10 => "Rtf",
205 0x11 => "DtStamp",
206 0x12 => "EndTime",
207 0x13 => "Exception",
208 0x14 => "Exceptions",
209 0x15 => "Deleted",
210 0x16 => "ExceptionStartTime",
211 0x17 => "Location",
212 0x18 => "MeetingStatus",
213 0x19 => "OrganizerEmail",
214 0x1a => "OrganizerName",
215 0x1b => "Recurrence",
216 0x1c => "Type",
217 0x1d => "Until",
218 0x1e => "Occurrences",
219 0x1f => "Interval",
220 0x20 => "DayOfWeek",
221 0x21 => "DayOfMonth",
222 0x22 => "WeekOfMonth",
223 0x23 => "MonthOfYear",
224 0x24 => "Reminder",
225 0x25 => "Sensitivity",
226 0x26 => "Subject",
227 0x27 => "StartTime",
228 0x28 => "UID",
229 0x29 => "AttendeeStatus", // 12.0
230 0x2A => "AttendeeType", // 12.0
231 0x2B => "Attachment", // 12.1 ???
232 0x2C => "Attachments", // 12.1 ???
233 0x2D => "AttName", // 12.1 ???
234 0x2E => "AttSize", // 12.1 ???
235 0x2F => "AttOid", // 12.1 ???
236 0x30 => "AttMethod", // 12.1 ???
237 0x31 => "AttRemoved", // 12.1 ???
238 0x32 => "DisplayName", // 12.1 ???
239 0x33 => "DisallowNewTimeProposal", // 14.0
240 0x34 => "ResponseRequested", // 14.0
241 0x35 => "AppointmentReplyTime", // 14.0
242 0x36 => "ResponseType", // 14.0
243 0x37 => "CalendarType", // 14.0
244 0x38 => "IsLeapMonth", // 14.0
245 0x39 => "FirstDayOfWeek", // 14.1
246 0x3A => "OnlineMeetingConfLink", // 14.1
247 0x3B => "OnlineMeetingInternalLink", // 14.1
248 ), 5 => array (
249 0x05 => "Moves",
250 0x06 => "Move",
251 0x07 => "SrcMsgId",
252 0x08 => "SrcFldId",
253 0x09 => "DstFldId",
254 0x0a => "Response",
255 0x0b => "Status",
256 0x0c => "DstMsgId",
257 ), 6 => array (
258 0x05 => "GetItemEstimate",
259 0x06 => "Version",
260 0x07 => "Folders",
261 0x08 => "Folder",
262 0x09 => "FolderType",
263 0x0a => "FolderId",
264 0x0b => "DateTime",
265 0x0c => "Estimate",
266 0x0d => "Response",
267 0x0e => "Status",
268 ), 7 => array (
269 0x05 => "Folders", // AS <= 12.0
270 0x06 => "Folder", // AS <= 12.0
271 0x07 => "DisplayName",
272 0x08 => "ServerEntryId",
273 0x09 => "ParentId",
274 0x0a => "Type",
275 0x0b => "Response", // AS <= 12.0
276 0x0c => "Status",
277 0x0d => "ContentClass", // AS <= 12.0
278 0x0e => "Changes",
279 0x0f => "Add",
280 0x10 => "Remove",
281 0x11 => "Update",
282 0x12 => "SyncKey",
283 0x13 => "FolderCreate",
284 0x14 => "FolderDelete",
285 0x15 => "FolderUpdate",
286 0x16 => "FolderSync",
287 0x17 => "Count",
288 0x18 => "Version", // AS < 12.0
289 ), 8 => array (
290 0x05 => "CalendarId",
291 0x06 => "FolderId",
292 0x07 => "MeetingResponse",
293 0x08 => "RequestId",
294 0x09 => "Request",
295 0x0a => "Result",
296 0x0b => "Status",
297 0x0c => "UserResponse",
298 0x0d => "Version", // AS < 12.0
299 ), 9 => array (
300 0x05 => "Body", // AS < 12.0
301 0x06 => "BodySize", // AS < 12.0
302 0x07 => "BodyTruncated", // AS < 12.0
303 0x08 => "Categories",
304 0x09 => "Category",
305 0x0a => "Complete",
306 0x0b => "DateCompleted",
307 0x0c => "DueDate",
308 0x0d => "UtcDueDate",
309 0x0e => "Importance",
310 0x0f => "Recurrence",
311 0x10 => "Type",
312 0x11 => "Start",
313 0x12 => "Until",
314 0x13 => "Occurrences",
315 0x14 => "Interval",
316 0x16 => "DayOfWeek",
317 0x15 => "DayOfMonth",
318 0x17 => "WeekOfMonth",
319 0x18 => "MonthOfYear",
320 0x19 => "Regenerate",
321 0x1a => "DeadOccur",
322 0x1b => "ReminderSet",
323 0x1c => "ReminderTime",
324 0x1d => "Sensitivity",
325 0x1e => "StartDate",
326 0x1f => "UtcStartDate",
327 0x20 => "Subject",
328 0x21 => "Rtf",
329 0x22 => "OrdinalDate", // 12.0
330 0x23 => "SubOrdinalDate", // 12.0
331 0x24 => "CalendarType", // 14.0
332 0x25 => "IsLeapMonth", // 14.0
333 0x26 => "FirstDayOfWeek", // 14.1
334 ), 0xa => array (
335 0x05 => "ResolveRecipients",
336 0x06 => "Response",
337 0x07 => "Status",
338 0x08 => "Type",
339 0x09 => "Recipient",
340 0x0a => "DisplayName",
341 0x0b => "EmailAddress",
342 0x0c => "Certificates",
343 0x0d => "Certificate",
344 0x0e => "MiniCertificate",
345 0x0f => "Options",
346 0x10 => "To",
347 0x11 => "CertificateRetrieval",
348 0x12 => "RecipientCount",
349 0x13 => "MaxCertificates",
350 0x14 => "MaxAmbiguousRecipients",
351 0x15 => "CertificateCount",
352 0x16 => "Availability", // AS 14.0
353 0x17 => "StartTime", // AS 14.0
354 0x18 => "EndTime", // AS 14.0
355 0x19 => "MergedFreeBusy", // AS 14.0
356 0x1A => "Picture", // AS 14.1
357 0x1B => "MaxSize", // AS 14.1
358 0x1C => "Data", // AS 14.1
359 0x1D => "MaxPictures", // AS 14.1
360 ), 0xb => array (
361 0x05 => "ValidateCert",
362 0x06 => "Certificates",
363 0x07 => "Certificate",
364 0x08 => "CertificateChain",
365 0x09 => "CheckCRL",
366 0x0a => "Status",
367 ), 0xc => array (
368 0x05 => "CustomerId",
369 0x06 => "GovernmentId",
370 0x07 => "IMAddress",
371 0x08 => "IMAddress2",
372 0x09 => "IMAddress3",
373 0x0a => "ManagerName",
374 0x0b => "CompanyMainPhone",
375 0x0c => "AccountName",
376 0x0d => "NickName",
377 0x0e => "MMS",
378 ), 0xd => array (
379 0x05 => "Ping",
380 0x06 => "AutdState", // Not used by protocol
381 0x07 => "Status",
382 0x08 => "LifeTime",
383 0x09 => "Folders",
384 0x0a => "Folder",
385 0x0b => "ServerEntryId",
386 0x0c => "FolderType",
387 0x0d => "MaxFolders", // since Feb. 05th 2010
388 ), 0xe => array (
389 0x05 => "Provision",
390 0x06 => "Policies",
391 0x07 => "Policy",
392 0x08 => "PolicyType",
393 0x09 => "PolicyKey",
394 0x0A => "Data",
395 0x0B => "Status",
396 0x0C => "RemoteWipe",
397 0x0D => "EASProvisionDoc",
398 0x0E => "DevicePasswordEnabled", // 12.0
399 0x0F => "AlphanumericDevicePasswordRequired", // 12.0
400 0x10 => "DeviceEncryptionEnabled", // 12.0
401 0x11 => "PasswordRecoveryEnabled", // 12.0
402 0x12 => "DocumentBrowseEnabled", // 12.0
403 0x13 => "AttachmentsEnabled", // 12.0
404 0x14 => "MinDevicePasswordLength", // 12.0
405 0x15 => "MaxInactivityTimeDeviceLock", // 12.0
406 0x16 => "MaxDevicePasswordFailedAttempts", // 12.0
407 0x17 => "MaxAttachmentSize", // 12.0
408 0x18 => "AllowSimpleDevicePassword", // 12.0
409 0x19 => "DevicePasswordExpiration", // 12.0
410 0x1A => "DevicePasswordHistory", // 12.0
411 0x1B => "AllowStorageCard", // 12.1
412 0x1C => "AllowCamera", // 12.1
413 0x1D => "RequireDeviceEncryption", // 12.1
414 0x1E => "AllowUnsignedApplications", // 12.1
415 0x1F => "AllowUnsignedInstallationPackages", // 12.1
416 0x20 => "MinDevicePasswordComplexCharacters", // 12.1
417 0x21 => "AllowWiFi", // 12.1
418 0x22 => "AllowTextMessaging", // 12.1
419 0x23 => "AllowPOPIMAPEmail", // 12.1
420 0x24 => "AllowBluetooth", // 12.1
421 0x25 => "AllowIrDA", // 12.1
422 0x26 => "RequireManualSyncWhenRoaming", // 12.1
423 0x27 => "AllowDesktopSync", // 12.1
424 0x28 => "MaxCalendarAgeFilter", // 12.1
425 0x29 => "AllowHTMLEmail", // 12.1
426 0x2A => "MaxEmailAgeFilter", // 12.1
427 0x2B => "MaxEmailBodyTruncationSize", // 12.1
428 0x2C => "MaxHTMLBodyTruncationSize", // 12.1
429 0x2D => "RequireSignedSMIMEMessages", // 12.1
430 0x2E => "RequireEncryptedSMIMEMessages", // 12.1
431 0x2F => "RequireSignedSMIMEAlgorithm", // 12.1
432 0x30 => "RequireEncryptedSMIMEAlgorithm", // 12.1
433 0x31 => "AllowSMIMEEncryptionAlgorithmNegotiation", // 12.1
434 0x32 => "AllowSMIMESoftCerts", // 12.1
435 0x33 => "AllowBrowser", // 12.1
436 0x34 => "AllowConsumerEmail", // 12.1
437 0x35 => "AllowRemoteDesktop", // 12.1
438 0x36 => "AllowInternetSharing", // 12.1
439 0x37 => "UnapprovedInROMApplicationList", // 12.1
440 0x38 => "ApplicationName", // 12.1
441 0x39 => "ApprovedApplicationList", // 12.1
442 0x3A => "Hash", // 12.1
443 ), 0xf => array(
444 0x05 => "Search",
445 0x07 => "Store",
446 0x08 => "Name",
447 0x09 => "Query",
448 0x0A => "Options",
449 0x0B => "Range",
450 0x0C => "Status",
451 0x0D => "Response",
452 0x0E => "Result",
453 0x0F => "Properties",
454 0x10 => "Total",
455 0x11 => "EqualTo",
456 0x12 => "Value",
457 0x13 => "And",
458 0x14 => "Or", // 14.0
459 0x15 => "FreeText",
460 0x17 => "DeepTraversal",
461 0x18 => "LongId",
462 0x19 => "RebuildResults",
463 0x1A => "LessThan",
464 0x1B => "GreaterThan",
465 0x1C => "Schema",
466 0x1D => "Supported",
467 0x1E => "UserName", // 12.1
468 0x1F => "Password", // 12.1
469 0x20 => "ConversationId", // 12.1
470 0x21 => "Picture", // 14.1
471 0x22 => "MaxSize", // 14.1
472 0x23 => "MaxPictures", // 14.1
473 ), 0x10 => array(
474 0x05 => "DisplayName",
475 0x06 => "Phone",
476 0x07 => "Office",
477 0x08 => "Title",
478 0x09 => "Company",
479 0x0A => "Alias",
480 0x0B => "FirstName",
481 0x0C => "LastName",
482 0x0D => "HomePhone",
483 0x0E => "MobilePhone",
484 0x0F => "EmailAddress",
485 0x10 => "Picture", // 14.1
486 0x11 => "Status", // 14.1
487 0x12 => "Data", // 14.1
488 ), 0x11 => array( // 12.0
489 0x05 => "BodyPreference",
490 0x06 => "Type",
491 0x07 => "TruncationSize",
492 0x08 => "AllOrNone",
493 0x0A => "Body",
494 0x0B => "Data",
495 0x0C => "EstimatedDataSize",
496 0x0D => "Truncated",
497 0x0E => "Attachments",
498 0x0F => "Attachment",
499 0x10 => "DisplayName",
500 0x11 => "FileReference",
501 0x12 => "Method",
502 0x13 => "ContentId",
503 0x14 => "ContentLocation", // not used
504 0x15 => "IsInline",
505 0x16 => "NativeBodyType",
506 0x17 => "ContentType",
507 0x18 => "Preview", // 14.0
508 0x19 => "BodyPartPreference", // 14.1
509 0x1A => "BodyPart", // 14.1
510 0x1B => "Status", // 14.1
511 ), 0x12 => array( // 12.0
512 0x05 => "Settings",
513 0x06 => "Status",
514 0x07 => "Get",
515 0x08 => "Set",
516 0x09 => "Oof",
517 0x0A => "OofState",
518 0x0B => "StartTime",
519 0x0C => "EndTime",
520 0x0D => "OofMessage",
521 0x0E => "AppliesToInternal",
522 0x0F => "AppliesToExternalKnown",
523 0x10 => "AppliesToExternalUnknown",
524 0x11 => "Enabled",
525 0x12 => "ReplyMessage",
526 0x13 => "BodyType",
527 0x14 => "DevicePassword",
528 0x15 => "Password",
529 0x16 => "DeviceInformation",
530 0x17 => "Model",
531 0x18 => "IMEI",
532 0x19 => "FriendlyName",
533 0x1A => "OS",
534 0x1B => "OSLanguage",
535 0x1C => "PhoneNumber",
536 0x1D => "UserInformation",
537 0x1E => "EmailAddresses",
538 0x1F => "SmtpAddress",
539 0x20 => "UserAgent", // 12.1
540 0x21 => "EnableOutboundSMS", // 14.0
541 0x22 => "MobileOperator", // 14.0
542 0x23 => "PrimarySmtpAddress", // AS 14.1
543 0x24 => "Accounts", // AS 14.1
544 0x25 => "Account", // AS 14.1
545 0x26 => "AccountID", // AS 14.1
546 0x27 => "AccountName", // AS 14.1
547 0x28 => "UserDisplayName", // AS 14.1
548 0x29 => "SendDisabled", // AS 14.1
549 0x2B => "ihsManangementInformation", // AS 14.1
550 ), 0x13 => array( // AS 12.0
551 0x05 => "LinkId",
552 0x06 => "DisplayName",
553 0x07 => "IsFolder",
554 0x08 => "CreationDate",
555 0x09 => "LastModifiedDate",
556 0x0A => "IsHidden",
557 0x0B => "ContentLength",
558 0x0C => "ContentType",
559 ), 0x14 => array( // AS 12.0
560 0x05 => "ItemOperations",
561 0x06 => "Fetch",
562 0x07 => "Store",
563 0x08 => "Options",
564 0x09 => "Range",
565 0x0A => "Total",
566 0x0B => "Properties",
567 0x0C => "Data",
568 0x0D => "Status",
569 0x0E => "Response",
570 0x0F => "Version",
571 0x10 => "Schema",
572 0x11 => "Part",
573 0x12 => "EmptyFolderContent",
574 0x13 => "DeleteSubFolders",
575 0x14 => "UserName", // AS 12.1
576 0x15 => "Password", // AS 12.1
577 0x16 => "Move", // AS 14.0
578 0x17 => "DstFldId", // AS 14.0
579 0x18 => "ConversationId", // AS 14.0
580 0x19 => "MoveAlways", // AS 14.0
581 ), 0x15 => array( // AS 14.0
582 0x05 => "SendMail",
583 0x06 => "SmartForward",
584 0x07 => "SmartReply",
585 0x08 => "SaveInSentItems",
586 0x09 => "ReplaceMime",
587 0x0A => "Type",
588 0x0B => "Source",
589 0x0C => "FolderId",
590 0x0D => "ItemId",
591 0x0E => "LongId",
592 0x0F => "InstanceId",
593 0x10 => "MIME",
594 0x11 => "ClientId",
595 0x12 => "Status",
596 0x13 => "AccountId", // AS 14.1
597 ), 0x16 => array( // AS 14.0
598 0x05 => "UmCallerId",
599 0x06 => "UmUserNotes",
600 0x07 => "UmAttDuration",
601 0x08 => "UmAttOrder",
602 0x09 => "ConversationId",
603 0x0A => "ConversationIndex",
604 0x0B => "LastVerbExecuted",
605 0x0C => "LastVerbExecutionTime",
606 0x0D => "ReceivedAsBcc",
607 0x0E => "Sender",
608 0x0F => "CalendarType",
609 0x10 => "IsLeapMonth",
610 0x11 => "AccountId", // AS 14.1
611 0x12 => "FirstDayOfWeek", // AS 14.1
612 0x13 => "MeetingMessageType", // AS 14.1
613 ), 0x17 => array( // AS 14.0
614 0x05 => "Subject",
615 0x06 => "MessageClass",
616 0x07 => "LastModifiedDate",
617 0x08 => "Categories",
618 0x09 => "Category",
619 ), 0x18 => array( // AS 14.1
620 0x05 => "RightsManagementSupport",
621 0x06 => "RightsManagementTemplates",
622 0x07 => "RightsManagementTemplate",
623 0x08 => "RightsManagementLicense",
624 0x09 => "EditAllowed",
625 0x0a => "ReplyAllowed",
626 0x0b => "ReplyAllAllowed",
627 0x0c => "ForwardAllowed",
628 0x0d => "ModifyRecipientsAllowed",
629 0x0e => "ExtractAllowed",
630 0x0f => "PrintAllowed",
631 0x10 => "ExportAllowed",
632 0x11 => "ProgrammaticAccessAllowed",
633 0x12 => "RMOwner",
634 0x13 => "ContentExpiryDate",
635 0x14 => "TemplateID",
636 0x15 => "TemplateName",
637 0x16 => "TemplateDescription",
638 0x17 => "ContentOwner",
639 0x18 => "RemoveRightsManagementDistribution",
640 ),
641 ),
642 "namespaces" => array(
643 1 => "POOMCONTACTS",
644 2 => "POOMMAIL",
645 3 => "AirNotify", // depreciated
646 4 => "POOMCAL",
647 5 => "Move",
648 6 => "GetItemEstimate",
649 7 => "FolderHierarchy",
650 8 => "MeetingResponse",
651 9 => "POOMTASKS",
652 0x0A => "ResolveRecipients",
653 0x0B => "ValidateCert",
654 0x0C => "POOMCONTACTS2",
655 0x0D => "Ping",
656 0x0E => "Provision",
657 0x0F => "Search",
658 0x10 => "GAL",
659 0x11 => "AirSyncBase", // 12.0
660 0x12 => "Settings", // 12.0
661 0x13 => "DocumentLibrary", // 12.0
662 0x14 => "ItemOperations", // 12.0
663 0x15 => "ComposeMail", // 14.0
664 0x16 => "POOMMAIL2", // 14.0
665 0x17 => "POOMNOTES", // 14.0
666 0x18 => "RightsManagement", // 14.1
667 )
668 );
669 ?>