001/* 002 * The MIT License 003 * Copyright (c) 2012 Microsoft Corporation 004 * 005 * Permission is hereby granted, free of charge, to any person obtaining a copy 006 * of this software and associated documentation files (the "Software"), to deal 007 * in the Software without restriction, including without limitation the rights 008 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 009 * copies of the Software, and to permit persons to whom the Software is 010 * furnished to do so, subject to the following conditions: 011 * 012 * The above copyright notice and this permission notice shall be included in 013 * all copies or substantial portions of the Software. 014 * 015 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 016 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 017 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 018 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 019 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 020 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 021 * THE SOFTWARE. 022 */ 023 024package microsoft.exchange.webservices.data.core; 025 026/** 027 * XML element names. 028 */ 029public class XmlElementNames { 030 031 /** 032 * The Constant AllProperties. 033 */ 034 public static final String AllProperties = "AllProperties"; 035 036 /** 037 * The Constant ParentFolderIds. 038 */ 039 public static final String ParentFolderIds = "ParentFolderIds"; 040 041 /** 042 * The Constant DistinguishedFolderId. 043 */ 044 public static final String DistinguishedFolderId = "DistinguishedFolderId"; 045 046 /** 047 * The Constant ItemId. 048 */ 049 public static final String ItemId = "ItemId"; 050 051 /** 052 * The Constant ItemIds. 053 */ 054 public static final String ItemIds = "ItemIds"; 055 056 /** 057 * The Constant FolderId. 058 */ 059 public static final String FolderId = "FolderId"; 060 061 /** 062 * The Constant FolderIds. 063 */ 064 public static final String FolderIds = "FolderIds"; 065 066 /** 067 * The Constant OccurrenceItemId. 068 */ 069 public static final String OccurrenceItemId = "OccurrenceItemId"; 070 071 /** 072 * The Constant RecurringMasterItemId. 073 */ 074 public static final String RecurringMasterItemId = "RecurringMasterItemId"; 075 076 /** 077 * The Constant ItemShape. 078 */ 079 public static final String ItemShape = "ItemShape"; 080 081 /** 082 * The Constant FolderShape. 083 */ 084 public static final String FolderShape = "FolderShape"; 085 086 /** 087 * The Constant BaseShape. 088 */ 089 public static final String BaseShape = "BaseShape"; 090 091 /** 092 * The Constant IndexedPageItemView. 093 */ 094 public static final String IndexedPageItemView = "IndexedPageItemView"; 095 096 /** 097 * The Constant IndexedPageFolderView. 098 */ 099 public static final String IndexedPageFolderView = "IndexedPageFolderView"; 100 101 /** 102 * The Constant FractionalPageItemView. 103 */ 104 public static final String FractionalPageItemView = "FractionalPageItemView"; 105 106 /** 107 * The Constant FractionalPageFolderView. 108 */ 109 public static final String FractionalPageFolderView = 110 "FractionalPageFolderView"; 111 112 /** 113 * The Constant ResponseCode. 114 */ 115 public static final String ResponseCode = "ResponseCode"; 116 117 /** 118 * The Constant RootFolder. 119 */ 120 public static final String RootFolder = "RootFolder"; 121 122 /** 123 * The Constant Folder. 124 */ 125 public static final String Folder = "Folder"; 126 127 /** 128 * The Constant ContactsFolder. 129 */ 130 public static final String ContactsFolder = "ContactsFolder"; 131 132 /** 133 * The Constant TasksFolder. 134 */ 135 public static final String TasksFolder = "TasksFolder"; 136 137 /** 138 * The Constant SearchFolder. 139 */ 140 public static final String SearchFolder = "SearchFolder"; 141 142 /** 143 * The Constant Folders. 144 */ 145 public static final String Folders = "Folders"; 146 147 /** 148 * The Constant Item. 149 */ 150 public static final String Item = "Item"; 151 152 /** 153 * The Constant Items. 154 */ 155 public static final String Items = "Items"; 156 157 /** 158 * The Constant Message. 159 */ 160 public static final String Message = "Message"; 161 162 /** 163 * The Constant Mailbox. 164 */ 165 public static final String Mailbox = "Mailbox"; 166 167 /** 168 * The Constant Body. 169 */ 170 public static final String Body = "Body"; 171 172 /** 173 * The Constant From. 174 */ 175 public static final String From = "From"; 176 177 /** 178 * The Constant Sender. 179 */ 180 public static final String Sender = "Sender"; 181 182 /** 183 * The Constant Name. 184 */ 185 public static final String Name = "Name"; 186 187 /** 188 * The Constant Address. 189 */ 190 public static final String Address = "Address"; 191 192 /** 193 * The Constant EmailAddress. 194 */ 195 public static final String EmailAddress = "EmailAddress"; 196 197 /** 198 * The Constant RoutingType. 199 */ 200 public static final String RoutingType = "RoutingType"; 201 202 /** 203 * The Constant MailboxType. 204 */ 205 public static final String MailboxType = "MailboxType"; 206 207 /** 208 * The Constant ToRecipients. 209 */ 210 public static final String ToRecipients = "ToRecipients"; 211 212 /** 213 * The Constant CcRecipients. 214 */ 215 public static final String CcRecipients = "CcRecipients"; 216 217 /** 218 * The Constant BccRecipients. 219 */ 220 public static final String BccRecipients = "BccRecipients"; 221 222 /** 223 * The Constant ReplyTo. 224 */ 225 public static final String ReplyTo = "ReplyTo"; 226 227 /** 228 * The Constant ConversationTopic. 229 */ 230 public static final String ConversationTopic = "ConversationTopic"; 231 232 /** 233 * The Constant ConversationIndex. 234 */ 235 public static final String ConversationIndex = "ConversationIndex"; 236 237 /** 238 * The Constant IsDeliveryReceiptRequested. 239 */ 240 public static final String IsDeliveryReceiptRequested = 241 "IsDeliveryReceiptRequested"; 242 243 /** 244 * The Constant IsRead. 245 */ 246 public static final String IsRead = "IsRead"; 247 248 /** 249 * The Constant IsReadReceiptRequested. 250 */ 251 public static final String IsReadReceiptRequested = "IsReadReceiptRequested"; 252 253 /** 254 * The Constant IsResponseRequested. 255 */ 256 public static final String IsResponseRequested = "IsResponseRequested"; 257 258 /** 259 * The Constant InternetMessageId. 260 */ 261 public static final String InternetMessageId = "InternetMessageId"; 262 263 /** 264 * The Constant References. 265 */ 266 public static final String References = "References"; 267 268 /** 269 * The Constant ParentItemId. 270 */ 271 public static final String ParentItemId = "ParentItemId"; 272 273 /** 274 * The Constant ParentFolderId. 275 */ 276 public static final String ParentFolderId = "ParentFolderId"; 277 278 /** 279 * The Constant ChildFolderCount. 280 */ 281 public static final String ChildFolderCount = "ChildFolderCount"; 282 283 /** 284 * The Constant DisplayName. 285 */ 286 public static final String DisplayName = "DisplayName"; 287 288 /** 289 * The Constant TotalCount. 290 */ 291 public static final String TotalCount = "TotalCount"; 292 293 /** 294 * The Constant ItemClass. 295 */ 296 public static final String ItemClass = "ItemClass"; 297 298 /** 299 * The Constant FolderClass. 300 */ 301 public static final String FolderClass = "FolderClass"; 302 303 /** 304 * The Constant Subject. 305 */ 306 public static final String Subject = "Subject"; 307 308 /** 309 * The Constant MimeContent. 310 */ 311 public static final String MimeContent = "MimeContent"; 312 313 /** 314 * The Constant Sensitivity. 315 */ 316 public static final String Sensitivity = "Sensitivity"; 317 318 /** 319 * The Constant Attachments. 320 */ 321 public static final String Attachments = "Attachments"; 322 323 /** 324 * The Constant DateTimeReceived. 325 */ 326 public static final String DateTimeReceived = "DateTimeReceived"; 327 328 /** 329 * The Constant Size. 330 */ 331 public static final String Size = "Size"; 332 333 /** 334 * The Constant Categories. 335 */ 336 public static final String Categories = "Categories"; 337 338 /** 339 * The Constant Importance. 340 */ 341 public static final String Importance = "Importance"; 342 343 /** 344 * The Constant InReplyTo. 345 */ 346 public static final String InReplyTo = "InReplyTo"; 347 348 /** 349 * The Constant IsSubmitted. 350 */ 351 public static final String IsSubmitted = "IsSubmitted"; 352 353 /** 354 * The Constant IsAssociated. 355 */ 356 public static final String IsAssociated = "IsAssociated"; 357 358 /** 359 * The Constant IsDraft. 360 */ 361 public static final String IsDraft = "IsDraft"; 362 363 /** 364 * The Constant IsFromMe. 365 */ 366 public static final String IsFromMe = "IsFromMe"; 367 368 /** 369 * The Constant IsResend. 370 */ 371 public static final String IsResend = "IsResend"; 372 373 /** 374 * The Constant IsUnmodified. 375 */ 376 public static final String IsUnmodified = "IsUnmodified"; 377 378 /** 379 * The Constant InternetMessageHeader. 380 */ 381 public static final String InternetMessageHeader = "InternetMessageHeader"; 382 383 /** 384 * The Constant InternetMessageHeaders. 385 */ 386 public static final String InternetMessageHeaders = "InternetMessageHeaders"; 387 388 /** 389 * The Constant DateTimeSent. 390 */ 391 public static final String DateTimeSent = "DateTimeSent"; 392 393 /** 394 * The Constant DateTimeCreated. 395 */ 396 public static final String DateTimeCreated = "DateTimeCreated"; 397 398 /** 399 * The Constant ResponseObjects. 400 */ 401 public static final String ResponseObjects = "ResponseObjects"; 402 403 /** 404 * The Constant ReminderDueBy. 405 */ 406 public static final String ReminderDueBy = "ReminderDueBy"; 407 408 /** 409 * The Constant ReminderIsSet. 410 */ 411 public static final String ReminderIsSet = "ReminderIsSet"; 412 413 /** 414 * The Constant ReminderMinutesBeforeStart. 415 */ 416 public static final String ReminderMinutesBeforeStart = 417 "ReminderMinutesBeforeStart"; 418 419 /** 420 * The Constant DisplayCc. 421 */ 422 public static final String DisplayCc = "DisplayCc"; 423 424 /** 425 * The Constant DisplayTo. 426 */ 427 public static final String DisplayTo = "DisplayTo"; 428 429 /** 430 * The Constant HasAttachments. 431 */ 432 public static final String HasAttachments = "HasAttachments"; 433 434 /** 435 * The Constant ExtendedProperty. 436 */ 437 public static final String ExtendedProperty = "ExtendedProperty"; 438 439 /** 440 * The Constant Culture. 441 */ 442 public static final String Culture = "Culture"; 443 444 /** 445 * The Constant FileAttachment. 446 */ 447 public static final String FileAttachment = "FileAttachment"; 448 449 /** 450 * The Constant ItemAttachment. 451 */ 452 public static final String ItemAttachment = "ItemAttachment"; 453 454 /** 455 * The Constant AttachmentIds. 456 */ 457 public static final String AttachmentIds = "AttachmentIds"; 458 459 /** 460 * The Constant AttachmentId. 461 */ 462 public static final String AttachmentId = "AttachmentId"; 463 464 /** 465 * The Constant ContentType. 466 */ 467 public static final String ContentType = "ContentType"; 468 469 /** 470 * The Constant ContentLocation. 471 */ 472 public static final String ContentLocation = "ContentLocation"; 473 474 /** 475 * The Constant ContentId. 476 */ 477 public static final String ContentId = "ContentId"; 478 479 /** 480 * The Constant Content. 481 */ 482 public static final String Content = "Content"; 483 484 /** 485 * The Constant SavedItemFolderId. 486 */ 487 public static final String SavedItemFolderId = "SavedItemFolderId"; 488 489 /** 490 * The Constant MessageText. 491 */ 492 public static final String MessageText = "MessageText"; 493 494 /** 495 * The Constant DescriptiveLinkKey. 496 */ 497 public static final String DescriptiveLinkKey = "DescriptiveLinkKey"; 498 499 /** 500 * The Constant ItemChange. 501 */ 502 public static final String ItemChange = "ItemChange"; 503 504 /** 505 * The Constant ItemChanges. 506 */ 507 public static final String ItemChanges = "ItemChanges"; 508 509 /** 510 * The Constant FolderChange. 511 */ 512 public static final String FolderChange = "FolderChange"; 513 514 /** 515 * The Constant FolderChanges. 516 */ 517 public static final String FolderChanges = "FolderChanges"; 518 519 /** 520 * The Constant Updates. 521 */ 522 public static final String Updates = "Updates"; 523 524 /** 525 * The Constant AppendToItemField. 526 */ 527 public static final String AppendToItemField = "AppendToItemField"; 528 529 /** 530 * The Constant SetItemField. 531 */ 532 public static final String SetItemField = "SetItemField"; 533 534 /** 535 * The Constant DeleteItemField. 536 */ 537 public static final String DeleteItemField = "DeleteItemField"; 538 539 /** 540 * The Constant SetFolderField. 541 */ 542 public static final String SetFolderField = "SetFolderField"; 543 544 /** 545 * The Constant DeleteFolderField. 546 */ 547 public static final String DeleteFolderField = "DeleteFolderField"; 548 549 /** 550 * The Constant FieldURI. 551 */ 552 public static final String FieldURI = "FieldURI"; 553 554 /** 555 * The Constant RootItemId. 556 */ 557 public static final String RootItemId = "RootItemId"; 558 559 /** 560 * The Constant ReferenceItemId. 561 */ 562 public static final String ReferenceItemId = "ReferenceItemId"; 563 564 /** 565 * The Constant NewBodyContent. 566 */ 567 public static final String NewBodyContent = "NewBodyContent"; 568 569 /** 570 * The Constant ReplyToItem. 571 */ 572 public static final String ReplyToItem = "ReplyToItem"; 573 574 /** 575 * The Constant ReplyAllToItem. 576 */ 577 public static final String ReplyAllToItem = "ReplyAllToItem"; 578 579 /** 580 * The Constant ForwardItem. 581 */ 582 public static final String ForwardItem = "ForwardItem"; 583 584 /** 585 * The Constant AcceptItem. 586 */ 587 public static final String AcceptItem = "AcceptItem"; 588 589 /** 590 * The Constant TentativelyAcceptItem. 591 */ 592 public static final String TentativelyAcceptItem = "TentativelyAcceptItem"; 593 594 /** 595 * The Constant DeclineItem. 596 */ 597 public static final String DeclineItem = "DeclineItem"; 598 599 /** 600 * The Constant CancelCalendarItem. 601 */ 602 public static final String CancelCalendarItem = "CancelCalendarItem"; 603 604 /** 605 * The Constant RemoveItem. 606 */ 607 public static final String RemoveItem = "RemoveItem"; 608 609 /** 610 * The Constant SuppressReadReceipt. 611 */ 612 public static final String SuppressReadReceipt = "SuppressReadReceipt"; 613 614 /** 615 * The Constant String. 616 */ 617 public static final String String = "String"; 618 619 /** 620 * The Constant Start. 621 */ 622 public static final String Start = "Start"; 623 624 /** 625 * The Constant End. 626 */ 627 public static final String End = "End"; 628 629 /** 630 * The Constant ProposedStart. 631 */ 632 public static final String ProposedStart = "ProposedStart"; 633 634 /** 635 * The Constant End. 636 */ 637 public static final String ProposedEnd = "ProposedEnd"; 638 639 /** 640 * The Constant OriginalStart. 641 */ 642 public static final String OriginalStart = "OriginalStart"; 643 644 /** 645 * The Constant IsAllDayEvent. 646 */ 647 public static final String IsAllDayEvent = "IsAllDayEvent"; 648 649 /** 650 * The Constant LegacyFreeBusyStatus. 651 */ 652 public static final String LegacyFreeBusyStatus = "LegacyFreeBusyStatus"; 653 654 /** 655 * The Constant Location. 656 */ 657 public static final String Location = "Location"; 658 659 /** 660 * The Constant When. 661 */ 662 public static final String When = "When"; 663 664 /** 665 * The Constant IsMeeting. 666 */ 667 public static final String IsMeeting = "IsMeeting"; 668 669 /** 670 * The Constant IsCancelled. 671 */ 672 public static final String IsCancelled = "IsCancelled"; 673 674 /** 675 * The Constant IsRecurring. 676 */ 677 public static final String IsRecurring = "IsRecurring"; 678 679 /** 680 * The Constant IsRecurring. 681 */ 682 public static final String IsOrganizer = "IsOrganizer"; 683 684 /** 685 * The Constant MeetingRequestWasSent. 686 */ 687 public static final String MeetingRequestWasSent = "MeetingRequestWasSent"; 688 689 /** 690 * The Constant CalendarItemType. 691 */ 692 public static final String CalendarItemType = "CalendarItemType"; 693 694 /** 695 * The Constant MyResponseType. 696 */ 697 public static final String MyResponseType = "MyResponseType"; 698 699 /** 700 * The Constant Organizer. 701 */ 702 public static final String Organizer = "Organizer"; 703 704 /** 705 * The Constant RequiredAttendees. 706 */ 707 public static final String RequiredAttendees = "RequiredAttendees"; 708 709 /** 710 * The Constant OptionalAttendees. 711 */ 712 public static final String OptionalAttendees = "OptionalAttendees"; 713 714 /** 715 * The Constant Resources. 716 */ 717 public static final String Resources = "Resources"; 718 719 /** 720 * The Constant ConflictingMeetingCount. 721 */ 722 public static final String ConflictingMeetingCount = 723 "ConflictingMeetingCount"; 724 725 /** 726 * The Constant AdjacentMeetingCount. 727 */ 728 public static final String AdjacentMeetingCount = "AdjacentMeetingCount"; 729 730 /** 731 * The Constant ConflictingMeetings. 732 */ 733 public static final String ConflictingMeetings = "ConflictingMeetings"; 734 735 /** 736 * The Constant AdjacentMeetings. 737 */ 738 public static final String AdjacentMeetings = "AdjacentMeetings"; 739 740 /** 741 * The Constant Duration. 742 */ 743 public static final String Duration = "Duration"; 744 745 /** 746 * The Constant TimeZone. 747 */ 748 public static final String TimeZone = "TimeZone"; 749 750 /** 751 * The Constant AppointmentReplyTime. 752 */ 753 public static final String AppointmentReplyTime = "AppointmentReplyTime"; 754 755 /** 756 * The Constant AppointmentSequenceNumber. 757 */ 758 public static final String AppointmentSequenceNumber = 759 "AppointmentSequenceNumber"; 760 761 /** 762 * The Constant AppointmentState. 763 */ 764 public static final String AppointmentState = "AppointmentState"; 765 766 /** 767 * The Constant Recurrence. 768 */ 769 public static final String Recurrence = "Recurrence"; 770 771 /** 772 * The Constant FirstOccurrence. 773 */ 774 public static final String FirstOccurrence = "FirstOccurrence"; 775 776 /** 777 * The Constant LastOccurrence. 778 */ 779 public static final String LastOccurrence = "LastOccurrence"; 780 781 /** 782 * The Constant ModifiedOccurrences. 783 */ 784 public static final String ModifiedOccurrences = "ModifiedOccurrences"; 785 786 /** 787 * The Constant DeletedOccurrences. 788 */ 789 public static final String DeletedOccurrences = "DeletedOccurrences"; 790 791 /** 792 * The Constant MeetingTimeZone. 793 */ 794 public static final String MeetingTimeZone = "MeetingTimeZone"; 795 796 /** 797 * The Constant ConferenceType. 798 */ 799 public static final String ConferenceType = "ConferenceType"; 800 801 /** 802 * The Constant AllowNewTimeProposal. 803 */ 804 public static final String AllowNewTimeProposal = "AllowNewTimeProposal"; 805 806 /** 807 * The Constant IsOnlineMeeting. 808 */ 809 public static final String IsOnlineMeeting = "IsOnlineMeeting"; 810 811 /** 812 * The Constant MeetingWorkspaceUrl. 813 */ 814 public static final String MeetingWorkspaceUrl = "MeetingWorkspaceUrl"; 815 816 /** 817 * The Constant NetShowUrl. 818 */ 819 public static final String NetShowUrl = "NetShowUrl"; 820 821 /** 822 * The Constant CalendarItem. 823 */ 824 public static final String CalendarItem = "CalendarItem"; 825 826 /** 827 * The Constant CalendarFolder. 828 */ 829 public static final String CalendarFolder = "CalendarFolder"; 830 831 /** 832 * The Constant Attendee. 833 */ 834 public static final String Attendee = "Attendee"; 835 836 /** 837 * The Constant ResponseType. 838 */ 839 public static final String ResponseType = "ResponseType"; 840 841 /** 842 * The Constant LastResponseTime. 843 */ 844 public static final String LastResponseTime = "LastResponseTime"; 845 846 /** 847 * The Constant Occurrence. 848 */ 849 public static final String Occurrence = "Occurrence"; 850 851 /** 852 * The Constant DeletedOccurrence. 853 */ 854 public static final String DeletedOccurrence = "DeletedOccurrence"; 855 856 /** 857 * The Constant RelativeYearlyRecurrence. 858 */ 859 public static final String RelativeYearlyRecurrence = 860 "RelativeYearlyRecurrence"; 861 862 /** 863 * The Constant AbsoluteYearlyRecurrence. 864 */ 865 public static final String AbsoluteYearlyRecurrence = 866 "AbsoluteYearlyRecurrence"; 867 868 /** 869 * The Constant RelativeMonthlyRecurrence. 870 */ 871 public static final String RelativeMonthlyRecurrence = 872 "RelativeMonthlyRecurrence"; 873 874 /** 875 * The Constant AbsoluteMonthlyRecurrence. 876 */ 877 public static final String AbsoluteMonthlyRecurrence = 878 "AbsoluteMonthlyRecurrence"; 879 880 /** 881 * The Constant WeeklyRecurrence. 882 */ 883 public static final String WeeklyRecurrence = "WeeklyRecurrence"; 884 885 /** 886 * The Constant DailyRecurrence. 887 */ 888 public static final String DailyRecurrence = "DailyRecurrence"; 889 890 /** 891 * The Constant DailyRegeneration. 892 */ 893 public static final String DailyRegeneration = "DailyRegeneration"; 894 895 public static final String Data = "Data"; 896 897 /** 898 * The Constant WeeklyRegeneration. 899 */ 900 public static final String WeeklyRegeneration = "WeeklyRegeneration"; 901 902 /** 903 * The Constant MonthlyRegeneration. 904 */ 905 public static final String MonthlyRegeneration = "MonthlyRegeneration"; 906 907 /** 908 * The Constant YearlyRegeneration. 909 */ 910 public static final String YearlyRegeneration = "YearlyRegeneration"; 911 912 /** 913 * The Constant NoEndRecurrence. 914 */ 915 public static final String NoEndRecurrence = "NoEndRecurrence"; 916 917 /** 918 * The Constant EndDateRecurrence. 919 */ 920 public static final String EndDateRecurrence = "EndDateRecurrence"; 921 922 /** 923 * The Constant NumberedRecurrence. 924 */ 925 public static final String NumberedRecurrence = "NumberedRecurrence"; 926 927 /** 928 * The Constant Interval. 929 */ 930 public static final String Interval = "Interval"; 931 932 /** 933 * The Constant DayOfMonth. 934 */ 935 public static final String DayOfMonth = "DayOfMonth"; 936 937 /** 938 * The Constant DayOfWeek. 939 */ 940 public static final String DayOfWeek = "DayOfWeek"; 941 942 /** 943 * The Constant DaysOfWeek. 944 */ 945 public static final String DaysOfWeek = "DaysOfWeek"; 946 947 /** 948 * The Constant DayOfWeekIndex. 949 */ 950 public static final String DayOfWeekIndex = "DayOfWeekIndex"; 951 952 /** 953 * The Constant Month. 954 */ 955 public static final String Month = "Month"; 956 957 /** 958 * The Constant StartDate. 959 */ 960 public static final String StartDate = "StartDate"; 961 962 /** 963 * The Constant EndDate. 964 */ 965 public static final String EndDate = "EndDate"; 966 967 /** 968 * The Constant StartTime. 969 */ 970 public static final String StartTime = "StartTime"; 971 972 /** 973 * The Constant EndTime. 974 */ 975 public static final String EndTime = "EndTime"; 976 977 /** 978 * The Constant NumberOfOccurrences. 979 */ 980 public static final String NumberOfOccurrences = "NumberOfOccurrences"; 981 982 /** 983 * The Constant AssociatedCalendarItemId. 984 */ 985 public static final String AssociatedCalendarItemId = 986 "AssociatedCalendarItemId"; 987 988 /** 989 * The Constant IsDelegated. 990 */ 991 public static final String IsDelegated = "IsDelegated"; 992 993 /** 994 * The Constant IsOutOfDate. 995 */ 996 public static final String IsOutOfDate = "IsOutOfDate"; 997 998 /** 999 * The Constant HasBeenProcessed. 1000 */ 1001 public static final String HasBeenProcessed = "HasBeenProcessed"; 1002 1003 /** 1004 * The Constant MeetingMessage. 1005 */ 1006 public static final String MeetingMessage = "MeetingMessage"; 1007 1008 /** 1009 * The Constant FileAs. 1010 */ 1011 public static final String FileAs = "FileAs"; 1012 1013 /** 1014 * The Constant FileAsMapping. 1015 */ 1016 public static final String FileAsMapping = "FileAsMapping"; 1017 1018 /** 1019 * The Constant GivenName. 1020 */ 1021 public static final String GivenName = "GivenName"; 1022 1023 /** 1024 * The Constant Initials. 1025 */ 1026 public static final String Initials = "Initials"; 1027 1028 /** 1029 * The Constant MiddleName. 1030 */ 1031 public static final String MiddleName = "MiddleName"; 1032 1033 /** 1034 * The Constant NickName. 1035 */ 1036 public static final String NickName = "Nickname"; 1037 1038 /** 1039 * The Constant CompleteName. 1040 */ 1041 public static final String CompleteName = "CompleteName"; 1042 1043 /** 1044 * The Constant CompanyName. 1045 */ 1046 public static final String CompanyName = "CompanyName"; 1047 1048 /** 1049 * The Constant EmailAddresses. 1050 */ 1051 public static final String EmailAddresses = "EmailAddresses"; 1052 1053 /** 1054 * The Constant PhysicalAddresses. 1055 */ 1056 public static final String PhysicalAddresses = "PhysicalAddresses"; 1057 1058 /** 1059 * The Constant PhoneNumbers. 1060 */ 1061 public static final String PhoneNumbers = "PhoneNumbers"; 1062 1063 /** 1064 * The Constant PhoneNumber. 1065 */ 1066 public static final String PhoneNumber = "PhoneNumber"; 1067 1068 /** 1069 * The Constant AssistantName. 1070 */ 1071 public static final String AssistantName = "AssistantName"; 1072 1073 /** 1074 * The Constant Birthday. 1075 */ 1076 public static final String Birthday = "Birthday"; 1077 1078 /** 1079 * The Constant BusinessHomePage. 1080 */ 1081 public static final String BusinessHomePage = "BusinessHomePage"; 1082 1083 /** 1084 * The Constant Children. 1085 */ 1086 public static final String Children = "Children"; 1087 1088 /** 1089 * The Constant Companies. 1090 */ 1091 public static final String Companies = "Companies"; 1092 1093 /** 1094 * The Constant ContactSource. 1095 */ 1096 public static final String ContactSource = "ContactSource"; 1097 1098 /** 1099 * The Constant Department. 1100 */ 1101 public static final String Department = "Department"; 1102 1103 /** 1104 * The Constant Generation. 1105 */ 1106 public static final String Generation = "Generation"; 1107 1108 /** 1109 * The Constant ImAddresses. 1110 */ 1111 public static final String ImAddresses = "ImAddresses"; 1112 1113 /** 1114 * The Constant ImAddress. 1115 */ 1116 public static final String ImAddress = "ImAddress"; 1117 1118 /** 1119 * The Constant JobTitle. 1120 */ 1121 public static final String JobTitle = "JobTitle"; 1122 1123 /** 1124 * The Constant Manager. 1125 */ 1126 public static final String Manager = "Manager"; 1127 1128 /** 1129 * The Constant Mileage. 1130 */ 1131 public static final String Mileage = "Mileage"; 1132 1133 /** 1134 * The Constant OfficeLocation. 1135 */ 1136 public static final String OfficeLocation = "OfficeLocation"; 1137 1138 /** 1139 * The Constant PostalAddressIndex. 1140 */ 1141 public static final String PostalAddressIndex = "PostalAddressIndex"; 1142 1143 /** 1144 * The Constant Profession. 1145 */ 1146 public static final String Profession = "Profession"; 1147 1148 /** 1149 * The Constant SpouseName. 1150 */ 1151 public static final String SpouseName = "SpouseName"; 1152 1153 /** 1154 * The Constant Surname. 1155 */ 1156 public static final String Surname = "Surname"; 1157 1158 /** 1159 * The Constant WeddingAnniversary. 1160 */ 1161 public static final String WeddingAnniversary = "WeddingAnniversary"; 1162 1163 /** 1164 * The Constant HasPicture. 1165 */ 1166 public static final String HasPicture = "HasPicture"; 1167 1168 /** 1169 * The Constant Title. 1170 */ 1171 public static final String Title = "Title"; 1172 1173 /** 1174 * The Constant FirstName. 1175 */ 1176 public static final String FirstName = "FirstName"; 1177 1178 /** 1179 * The Constant LastName. 1180 */ 1181 public static final String LastName = "LastName"; 1182 1183 /** 1184 * The Constant Suffix. 1185 */ 1186 public static final String Suffix = "Suffix"; 1187 1188 /** 1189 * The Constant FullName. 1190 */ 1191 public static final String FullName = "FullName"; 1192 1193 /** 1194 * The Constant YomiFirstName. 1195 */ 1196 public static final String YomiFirstName = "YomiFirstName"; 1197 1198 /** 1199 * The Constant YomiLastName. 1200 */ 1201 public static final String YomiLastName = "YomiLastName"; 1202 1203 /** 1204 * The Constant Contact. 1205 */ 1206 public static final String Contact = "Contact"; 1207 1208 /** 1209 * The Constant Entry. 1210 */ 1211 public static final String Entry = "Entry"; 1212 1213 /** 1214 * The Constant Street. 1215 */ 1216 public static final String Street = "Street"; 1217 1218 /** 1219 * The Constant City. 1220 */ 1221 public static final String City = "City"; 1222 1223 /** 1224 * The Constant State. 1225 */ 1226 public static final String State = "State"; 1227 1228 /** 1229 * The Constant CountryOrRegion. 1230 */ 1231 public static final String CountryOrRegion = "CountryOrRegion"; 1232 1233 /** 1234 * The Constant PostalCode. 1235 */ 1236 public static final String PostalCode = "PostalCode"; 1237 1238 /** 1239 * The Constant Members. 1240 */ 1241 public static final String Members = "Members"; 1242 1243 /** 1244 * The Constant Member. 1245 */ 1246 public static final String Member = "Member"; 1247 1248 /** 1249 * The Constant AdditionalProperties. 1250 */ 1251 public static final String AdditionalProperties = "AdditionalProperties"; 1252 1253 /** 1254 * The Constant ExtendedFieldURI. 1255 */ 1256 public static final String ExtendedFieldURI = "ExtendedFieldURI"; 1257 1258 /** 1259 * The Constant Value. 1260 */ 1261 public static final String Value = "Value"; 1262 1263 /** 1264 * The Constant Values. 1265 */ 1266 public static final String Values = "Values"; 1267 1268 /** 1269 * The Constant ToFolderId. 1270 */ 1271 public static final String ToFolderId = "ToFolderId"; 1272 1273 /** 1274 * The Constant ActualWork. 1275 */ 1276 public static final String ActualWork = "ActualWork"; 1277 1278 /** 1279 * The Constant AssignedTime. 1280 */ 1281 public static final String AssignedTime = "AssignedTime"; 1282 1283 /** 1284 * The Constant BillingInformation. 1285 */ 1286 public static final String BillingInformation = "BillingInformation"; 1287 1288 /** 1289 * The Constant ChangeCount. 1290 */ 1291 public static final String ChangeCount = "ChangeCount"; 1292 1293 /** 1294 * The Constant CompleteDate. 1295 */ 1296 public static final String CompleteDate = "CompleteDate"; 1297 1298 /** 1299 * The Constant Contacts. 1300 */ 1301 public static final String Contacts = "Contacts"; 1302 1303 /** 1304 * The Constant DelegationState. 1305 */ 1306 public static final String DelegationState = "DelegationState"; 1307 1308 /** 1309 * The Constant Delegator. 1310 */ 1311 public static final String Delegator = "Delegator"; 1312 1313 /** 1314 * The Constant DueDate. 1315 */ 1316 public static final String DueDate = "DueDate"; 1317 1318 /** 1319 * The Constant IsAssignmentEditable. 1320 */ 1321 public static final String IsAssignmentEditable = "IsAssignmentEditable"; 1322 1323 /** 1324 * The Constant IsComplete. 1325 */ 1326 public static final String IsComplete = "IsComplete"; 1327 1328 /** 1329 * The Constant IsTeamTask. 1330 */ 1331 public static final String IsTeamTask = "IsTeamTask"; 1332 1333 /** 1334 * The Constant Owner. 1335 */ 1336 public static final String Owner = "Owner"; 1337 1338 /** 1339 * The Constant PercentComplete. 1340 */ 1341 public static final String PercentComplete = "PercentComplete"; 1342 1343 /** 1344 * The Constant Status. 1345 */ 1346 public static final String Status = "Status"; 1347 1348 /** 1349 * The Constant StatusDescription. 1350 */ 1351 public static final String StatusDescription = "StatusDescription"; 1352 1353 /** 1354 * The Constant TotalWork. 1355 */ 1356 public static final String TotalWork = "TotalWork"; 1357 1358 /** 1359 * The Constant Task. 1360 */ 1361 public static final String Task = "Task"; 1362 1363 /** 1364 * The Constant MailboxCulture. 1365 */ 1366 public static final String MailboxCulture = "MailboxCulture"; 1367 1368 /** 1369 * The Constant MeetingRequestType. 1370 */ 1371 public static final String MeetingRequestType = "MeetingRequestType"; 1372 1373 /** 1374 * The Constant IntendedFreeBusyStatus. 1375 */ 1376 public static final String IntendedFreeBusyStatus = "IntendedFreeBusyStatus"; 1377 1378 /** 1379 * The Constant MeetingRequest. 1380 */ 1381 public static final String MeetingRequest = "MeetingRequest"; 1382 1383 /** 1384 * The Constant MeetingResponse. 1385 */ 1386 public static final String MeetingResponse = "MeetingResponse"; 1387 1388 /** 1389 * The Constant MeetingCancellation. 1390 */ 1391 public static final String MeetingCancellation = "MeetingCancellation"; 1392 1393 /** 1394 * The Constant BaseOffset. 1395 */ 1396 public static final String BaseOffset = "BaseOffset"; 1397 1398 /** 1399 * The Constant Offset. 1400 */ 1401 public static final String Offset = "Offset"; 1402 1403 /** 1404 * The Constant Standard. 1405 */ 1406 public static final String Standard = "Standard"; 1407 1408 /** 1409 * The Constant Daylight. 1410 */ 1411 public static final String Daylight = "Daylight"; 1412 1413 /** 1414 * The Constant Time. 1415 */ 1416 public static final String Time = "Time"; 1417 1418 /** 1419 * The Constant AbsoluteDate. 1420 */ 1421 public static final String AbsoluteDate = "AbsoluteDate"; 1422 1423 /** 1424 * The Constant UnresolvedEntry. 1425 */ 1426 public static final String UnresolvedEntry = "UnresolvedEntry"; 1427 1428 /** 1429 * The Constant ResolutionSet. 1430 */ 1431 public static final String ResolutionSet = "ResolutionSet"; 1432 1433 /** 1434 * The Constant Resolution. 1435 */ 1436 public static final String Resolution = "Resolution"; 1437 1438 /** 1439 * The Constant DistributionList. 1440 */ 1441 public static final String DistributionList = "DistributionList"; 1442 1443 /** 1444 * The Constant DLExpansion. 1445 */ 1446 public static final String DLExpansion = "DLExpansion"; 1447 1448 /** 1449 * The Constant IndexedFieldURI. 1450 */ 1451 public static final String IndexedFieldURI = "IndexedFieldURI"; 1452 1453 /** 1454 * The Constant PullSubscriptionRequest. 1455 */ 1456 public static final String PullSubscriptionRequest = 1457 "PullSubscriptionRequest"; 1458 1459 /** 1460 * The Constant PushSubscriptionRequest. 1461 */ 1462 public static final String PushSubscriptionRequest = 1463 "PushSubscriptionRequest"; 1464 1465 /** 1466 * The Constant StreamingSubscriptionRequest. 1467 */ 1468 public static final String StreamingSubscriptionRequest = 1469 "StreamingSubscriptionRequest"; 1470 /** 1471 * The Constant EventTypes. 1472 */ 1473 public static final String EventTypes = "EventTypes"; 1474 1475 /** 1476 * The Constant EventType. 1477 */ 1478 public static final String EventType = "EventType"; 1479 1480 /** 1481 * The Constant Timeout. 1482 */ 1483 public static final String Timeout = "Timeout"; 1484 1485 /** 1486 * The Constant Watermark. 1487 */ 1488 public static final String Watermark = "Watermark"; 1489 1490 /** 1491 * The Constant SubscriptionId. 1492 */ 1493 public static final String SubscriptionId = "SubscriptionId"; 1494 1495 /** 1496 * The Constant SubscriptionId. 1497 */ 1498 public static final String SubscriptionIds = "SubscriptionIds"; 1499 1500 /** 1501 * The Constant StatusFrequency. 1502 */ 1503 public static final String StatusFrequency = "StatusFrequency"; 1504 1505 /** 1506 * The Constant URL. 1507 */ 1508 public static final String URL = "URL"; 1509 1510 /** 1511 * The Constant Notification. 1512 */ 1513 public static final String Notification = "Notification"; 1514 1515 /** 1516 * The Constant Notifications. 1517 */ 1518 public static final String Notifications = "Notifications"; 1519 1520 /** 1521 * The Constant PreviousWatermark. 1522 */ 1523 public static final String PreviousWatermark = "PreviousWatermark"; 1524 1525 /** 1526 * The Constant MoreEvents. 1527 */ 1528 public static final String MoreEvents = "MoreEvents"; 1529 1530 /** 1531 * The Constant TimeStamp. 1532 */ 1533 public static final String TimeStamp = "TimeStamp"; 1534 1535 /** 1536 * The Constant UnreadCount. 1537 */ 1538 public static final String UnreadCount = "UnreadCount"; 1539 1540 /** 1541 * The Constant OldParentFolderId. 1542 */ 1543 public static final String OldParentFolderId = "OldParentFolderId"; 1544 1545 /** 1546 * The Constant CopiedEvent. 1547 */ 1548 public static final String CopiedEvent = "CopiedEvent"; 1549 1550 /** 1551 * The Constant CreatedEvent. 1552 */ 1553 public static final String CreatedEvent = "CreatedEvent"; 1554 1555 /** 1556 * The Constant DeletedEvent. 1557 */ 1558 public static final String DeletedEvent = "DeletedEvent"; 1559 1560 /** 1561 * The Constant ModifiedEvent. 1562 */ 1563 public static final String ModifiedEvent = "ModifiedEvent"; 1564 1565 /** 1566 * The Constant MovedEvent. 1567 */ 1568 public static final String MovedEvent = "MovedEvent"; 1569 1570 /** 1571 * The Constant NewMailEvent. 1572 */ 1573 public static final String NewMailEvent = "NewMailEvent"; 1574 1575 /** 1576 * The Constant StatusEvent. 1577 */ 1578 public static final String StatusEvent = "StatusEvent"; 1579 1580 /** 1581 * The Constant FreeBusyChangedEvent. 1582 */ 1583 public static final String FreeBusyChangedEvent = "FreeBusyChangedEvent"; 1584 1585 /** 1586 * The Constant ExchangeImpersonation. 1587 */ 1588 public static final String ExchangeImpersonation = "ExchangeImpersonation"; 1589 1590 /** 1591 * The Constant ConnectingSID. 1592 */ 1593 public static final String ConnectingSID = "ConnectingSID"; 1594 1595 /** 1596 * The Constant SyncFolderId. 1597 */ 1598 public static final String SyncFolderId = "SyncFolderId"; 1599 1600 /** 1601 * The Constant SyncScope. 1602 */ 1603 public static final String SyncScope = "SyncScope"; 1604 1605 /** 1606 * The Constant SyncState. 1607 */ 1608 public static final String SyncState = "SyncState"; 1609 1610 /** 1611 * The Constant Ignore. 1612 */ 1613 public static final String Ignore = "Ignore"; 1614 1615 /** 1616 * The Constant MaxChangesReturned. 1617 */ 1618 public static final String MaxChangesReturned = "MaxChangesReturned"; 1619 1620 /** 1621 * The Constant Changes. 1622 */ 1623 public static final String Changes = "Changes"; 1624 1625 /** 1626 * The Constant IncludesLastItemInRange. 1627 */ 1628 public static final String IncludesLastItemInRange = 1629 "IncludesLastItemInRange"; 1630 1631 /** 1632 * The Constant IncludesLastFolderInRange. 1633 */ 1634 public static final String IncludesLastFolderInRange = 1635 "IncludesLastFolderInRange"; 1636 1637 /** 1638 * The Constant Create. 1639 */ 1640 public static final String Create = "Create"; 1641 1642 /** 1643 * The Constant Update. 1644 */ 1645 public static final String Update = "Update"; 1646 1647 /** 1648 * The Constant Delete. 1649 */ 1650 public static final String Delete = "Delete"; 1651 1652 /** 1653 * The Constant ReadFlagChange. 1654 */ 1655 public static final String ReadFlagChange = "ReadFlagChange"; 1656 1657 /** 1658 * The Constant SearchParameters. 1659 */ 1660 public static final String SearchParameters = "SearchParameters"; 1661 1662 /** 1663 * The Constant SoftDeleted. 1664 */ 1665 public static final String SoftDeleted = "SoftDeleted"; 1666 1667 /** 1668 * The Constant Shallow. 1669 */ 1670 public static final String Shallow = "Shallow"; 1671 1672 /** 1673 * The Constant Associated. 1674 */ 1675 public static final String Associated = "Associated"; 1676 1677 /** 1678 * The Constant BaseFolderIds. 1679 */ 1680 public static final String BaseFolderIds = "BaseFolderIds"; 1681 1682 /** 1683 * The Constant SortOrder. 1684 */ 1685 public static final String SortOrder = "SortOrder"; 1686 1687 /** 1688 * The Constant FieldOrder. 1689 */ 1690 public static final String FieldOrder = "FieldOrder"; 1691 1692 /** 1693 * The Constant CanDelete. 1694 */ 1695 public static final String CanDelete = "CanDelete"; 1696 1697 /** 1698 * The Constant CanRenameOrMove. 1699 */ 1700 public static final String CanRenameOrMove = "CanRenameOrMove"; 1701 1702 /** 1703 * The Constant MustDisplayComment. 1704 */ 1705 public static final String MustDisplayComment = "MustDisplayComment"; 1706 1707 /** 1708 * The Constant HasQuota. 1709 */ 1710 public static final String HasQuota = "HasQuota"; 1711 1712 /** 1713 * The Constant IsManagedFoldersRoot. 1714 */ 1715 public static final String IsManagedFoldersRoot = "IsManagedFoldersRoot"; 1716 1717 /** 1718 * The Constant ManagedFolderId. 1719 */ 1720 public static final String ManagedFolderId = "ManagedFolderId"; 1721 1722 /** 1723 * The Constant Comment. 1724 */ 1725 public static final String Comment = "Comment"; 1726 1727 /** 1728 * The Constant StorageQuota. 1729 */ 1730 public static final String StorageQuota = "StorageQuota"; 1731 1732 /** 1733 * The Constant FolderSize. 1734 */ 1735 public static final String FolderSize = "FolderSize"; 1736 1737 /** 1738 * The Constant HomePage. 1739 */ 1740 public static final String HomePage = "HomePage"; 1741 1742 /** 1743 * The Constant ManagedFolderInformation. 1744 */ 1745 public static final String ManagedFolderInformation = 1746 "ManagedFolderInformation"; 1747 1748 /** 1749 * The Constant CalendarView. 1750 */ 1751 public static final String CalendarView = "CalendarView"; 1752 1753 /** 1754 * The Constant PostedTime. 1755 */ 1756 public static final String PostedTime = "PostedTime"; 1757 1758 /** 1759 * The Constant PostItem. 1760 */ 1761 public static final String PostItem = "PostItem"; 1762 1763 /** 1764 * The Constant RequestServerVersion. 1765 */ 1766 public static final String RequestServerVersion = "RequestServerVersion"; 1767 1768 /** 1769 * The Constant PostReplyItem. 1770 */ 1771 public static final String PostReplyItem = "PostReplyItem"; 1772 1773 /** 1774 * The Constant CreateAssociated. 1775 */ 1776 public static final String CreateAssociated = "CreateAssociated"; 1777 1778 /** 1779 * The Constant CreateContents. 1780 */ 1781 public static final String CreateContents = "CreateContents"; 1782 1783 /** 1784 * The Constant CreateHierarchy. 1785 */ 1786 public static final String CreateHierarchy = "CreateHierarchy"; 1787 1788 /** 1789 * The Constant Modify. 1790 */ 1791 public static final String Modify = "Modify"; 1792 1793 /** 1794 * The Constant Read. 1795 */ 1796 public static final String Read = "Read"; 1797 1798 /** 1799 * The Constant EffectiveRights. 1800 */ 1801 public static final String EffectiveRights = "EffectiveRights"; 1802 1803 /** 1804 * The Constant LastModifiedName. 1805 */ 1806 public static final String LastModifiedName = "LastModifiedName"; 1807 1808 /** 1809 * The Constant LastModifiedTime. 1810 */ 1811 public static final String LastModifiedTime = "LastModifiedTime"; 1812 1813 /** 1814 * The Constant ConversationId. 1815 */ 1816 public static final String ConversationId = "ConversationId"; 1817 1818 /** 1819 * The Constant UniqueBody. 1820 */ 1821 public static final String UniqueBody = "UniqueBody"; 1822 1823 /** 1824 * The Constant BodyType. 1825 */ 1826 public static final String BodyType = "BodyType"; 1827 1828 /** 1829 * The Constant AttachmentShape. 1830 */ 1831 public static final String AttachmentShape = "AttachmentShape"; 1832 1833 /** 1834 * The Constant UserId. 1835 */ 1836 public static final String UserId = "UserId"; 1837 1838 /** 1839 * The Constant UserIds. 1840 */ 1841 public static final String UserIds = "UserIds"; 1842 1843 /** 1844 * The Constant CanCreateItems. 1845 */ 1846 public static final String CanCreateItems = "CanCreateItems"; 1847 1848 /** 1849 * The Constant CanCreateSubFolders. 1850 */ 1851 public static final String CanCreateSubFolders = "CanCreateSubFolders"; 1852 1853 /** 1854 * The Constant IsFolderOwner. 1855 */ 1856 public static final String IsFolderOwner = "IsFolderOwner"; 1857 1858 /** 1859 * The Constant IsFolderVisible. 1860 */ 1861 public static final String IsFolderVisible = "IsFolderVisible"; 1862 1863 /** 1864 * The Constant IsFolderContact. 1865 */ 1866 public static final String IsFolderContact = "IsFolderContact"; 1867 1868 /** 1869 * The Constant EditItems. 1870 */ 1871 public static final String EditItems = "EditItems"; 1872 1873 /** 1874 * The Constant DeleteItems. 1875 */ 1876 public static final String DeleteItems = "DeleteItems"; 1877 1878 /** 1879 * The Constant ReadItems. 1880 */ 1881 public static final String ReadItems = "ReadItems"; 1882 1883 /** 1884 * The Constant PermissionLevel. 1885 */ 1886 public static final String PermissionLevel = "PermissionLevel"; 1887 1888 /** 1889 * The Constant CalendarPermissionLevel. 1890 */ 1891 public static final String CalendarPermissionLevel = 1892 "CalendarPermissionLevel"; 1893 1894 /** 1895 * The Constant SID. 1896 */ 1897 public static final String SID = "SID"; 1898 1899 /** 1900 * The Constant PrimarySmtpAddress. 1901 */ 1902 public static final String PrimarySmtpAddress = "PrimarySmtpAddress"; 1903 1904 /** 1905 * The Constant DistinguishedUser. 1906 */ 1907 public static final String DistinguishedUser = "DistinguishedUser"; 1908 1909 /** 1910 * The Constant PermissionSet. 1911 */ 1912 public static final String PermissionSet = "PermissionSet"; 1913 1914 /** 1915 * The Constant Permissions. 1916 */ 1917 public static final String Permissions = "Permissions"; 1918 1919 /** 1920 * The Constant Permission. 1921 */ 1922 public static final String Permission = "Permission"; 1923 1924 /** 1925 * The Constant CalendarPermissions. 1926 */ 1927 public static final String CalendarPermissions = "CalendarPermissions"; 1928 1929 /** 1930 * The Constant CalendarPermission. 1931 */ 1932 public static final String CalendarPermission = "CalendarPermission"; 1933 1934 /** 1935 * The Constant GroupBy. 1936 */ 1937 public static final String GroupBy = "GroupBy"; 1938 1939 /** 1940 * The Constant AggregateOn. 1941 */ 1942 public static final String AggregateOn = "AggregateOn"; 1943 1944 /** 1945 * The Constant Groups. 1946 */ 1947 public static final String Groups = "Groups"; 1948 1949 /** 1950 * The Constant GroupedItems. 1951 */ 1952 public static final String GroupedItems = "GroupedItems"; 1953 1954 /** 1955 * The Constant GroupIndex. 1956 */ 1957 public static final String GroupIndex = "GroupIndex"; 1958 1959 /** 1960 * The Constant ConflictResults. 1961 */ 1962 public static final String ConflictResults = "ConflictResults"; 1963 1964 /** 1965 * The Constant Count. 1966 */ 1967 public static final String Count = "Count"; 1968 1969 /** 1970 * The Constant OofSettings. 1971 */ 1972 public static final String OofSettings = "OofSettings"; 1973 1974 /** 1975 * The Constant UserOofSettings. 1976 */ 1977 public static final String UserOofSettings = "UserOofSettings"; 1978 1979 /** 1980 * The Constant OofState. 1981 */ 1982 public static final String OofState = "OofState"; 1983 1984 /** 1985 * The Constant ExternalAudience. 1986 */ 1987 public static final String ExternalAudience = "ExternalAudience"; 1988 1989 /** 1990 * The Constant AllowExternalOof. 1991 */ 1992 public static final String AllowExternalOof = "AllowExternalOof"; 1993 1994 /** 1995 * The Constant InternalReply. 1996 */ 1997 public static final String InternalReply = "InternalReply"; 1998 1999 /** 2000 * The Constant ExternalReply. 2001 */ 2002 public static final String ExternalReply = "ExternalReply"; 2003 2004 /** 2005 * The Constant Bias. 2006 */ 2007 public static final String Bias = "Bias"; 2008 2009 /** 2010 * The Constant DayOrder. 2011 */ 2012 public static final String DayOrder = "DayOrder"; 2013 2014 /** 2015 * The Constant Year. 2016 */ 2017 public static final String Year = "Year"; 2018 2019 /** 2020 * The Constant StandardTime. 2021 */ 2022 public static final String StandardTime = "StandardTime"; 2023 2024 /** 2025 * The Constant DaylightTime. 2026 */ 2027 public static final String DaylightTime = "DaylightTime"; 2028 2029 /** 2030 * The Constant MailboxData. 2031 */ 2032 public static final String MailboxData = "MailboxData"; 2033 2034 /** 2035 * The Constant MailboxDataArray. 2036 */ 2037 public static final String MailboxDataArray = "MailboxDataArray"; 2038 2039 /** 2040 * The Constant Email. 2041 */ 2042 public static final String Email = "Email"; 2043 2044 /** 2045 * The Constant AttendeeType. 2046 */ 2047 public static final String AttendeeType = "AttendeeType"; 2048 2049 /** 2050 * The Constant ExcludeConflicts. 2051 */ 2052 public static final String ExcludeConflicts = "ExcludeConflicts"; 2053 2054 /** 2055 * The Constant FreeBusyViewOptions. 2056 */ 2057 public static final String FreeBusyViewOptions = "FreeBusyViewOptions"; 2058 2059 /** 2060 * The Constant SuggestionsViewOptions. 2061 */ 2062 public static final String SuggestionsViewOptions = "SuggestionsViewOptions"; 2063 2064 /** 2065 * The Constant FreeBusyView. 2066 */ 2067 public static final String FreeBusyView = "FreeBusyView"; 2068 2069 /** 2070 * The Constant TimeWindow. 2071 */ 2072 public static final String TimeWindow = "TimeWindow"; 2073 2074 /** 2075 * The Constant MergedFreeBusyIntervalInMinutes. 2076 */ 2077 public static final String MergedFreeBusyIntervalInMinutes = 2078 "MergedFreeBusyIntervalInMinutes"; 2079 2080 /** 2081 * The Constant RequestedView. 2082 */ 2083 public static final String RequestedView = "RequestedView"; 2084 2085 /** 2086 * The Constant FreeBusyViewType. 2087 */ 2088 public static final String FreeBusyViewType = "FreeBusyViewType"; 2089 2090 /** 2091 * The Constant CalendarEventArray. 2092 */ 2093 public static final String CalendarEventArray = "CalendarEventArray"; 2094 2095 /** 2096 * The Constant CalendarEvent. 2097 */ 2098 public static final String CalendarEvent = "CalendarEvent"; 2099 2100 /** 2101 * The Constant BusyType. 2102 */ 2103 public static final String BusyType = "BusyType"; 2104 2105 /** 2106 * The Constant MergedFreeBusy. 2107 */ 2108 public static final String MergedFreeBusy = "MergedFreeBusy"; 2109 2110 /** 2111 * The Constant WorkingHours. 2112 */ 2113 public static final String WorkingHours = "WorkingHours"; 2114 2115 /** 2116 * The Constant WorkingPeriodArray. 2117 */ 2118 public static final String WorkingPeriodArray = "WorkingPeriodArray"; 2119 2120 /** 2121 * The Constant WorkingPeriod. 2122 */ 2123 public static final String WorkingPeriod = "WorkingPeriod"; 2124 2125 /** 2126 * The Constant StartTimeInMinutes. 2127 */ 2128 public static final String StartTimeInMinutes = "StartTimeInMinutes"; 2129 2130 /** 2131 * The Constant EndTimeInMinutes. 2132 */ 2133 public static final String EndTimeInMinutes = "EndTimeInMinutes"; 2134 2135 /** 2136 * The Constant GoodThreshold. 2137 */ 2138 public static final String GoodThreshold = "GoodThreshold"; 2139 2140 /** 2141 * The Constant MaximumResultsByDay. 2142 */ 2143 public static final String MaximumResultsByDay = "MaximumResultsByDay"; 2144 2145 /** 2146 * The Constant MaximumNonWorkHourResultsByDay. 2147 */ 2148 public static final String MaximumNonWorkHourResultsByDay = 2149 "MaximumNonWorkHourResultsByDay"; 2150 2151 /** 2152 * The Constant MeetingDurationInMinutes. 2153 */ 2154 public static final String MeetingDurationInMinutes = 2155 "MeetingDurationInMinutes"; 2156 2157 /** 2158 * The Constant MinimumSuggestionQuality. 2159 */ 2160 public static final String MinimumSuggestionQuality = 2161 "MinimumSuggestionQuality"; 2162 2163 /** 2164 * The Constant DetailedSuggestionsWindow. 2165 */ 2166 public static final String DetailedSuggestionsWindow = 2167 "DetailedSuggestionsWindow"; 2168 2169 /** 2170 * The Constant CurrentMeetingTime. 2171 */ 2172 public static final String CurrentMeetingTime = "CurrentMeetingTime"; 2173 2174 /** 2175 * The Constant GlobalObjectId. 2176 */ 2177 public static final String GlobalObjectId = "GlobalObjectId"; 2178 2179 /** 2180 * The Constant SuggestionDayResultArray. 2181 */ 2182 public static final String SuggestionDayResultArray = 2183 "SuggestionDayResultArray"; 2184 2185 /** 2186 * The Constant SuggestionDayResult. 2187 */ 2188 public static final String SuggestionDayResult = "SuggestionDayResult"; 2189 2190 /** 2191 * The Constant Date. 2192 */ 2193 public static final String Date = "Date"; 2194 2195 /** 2196 * The Constant DayQuality. 2197 */ 2198 public static final String DayQuality = "DayQuality"; 2199 2200 /** 2201 * The Constant SuggestionArray. 2202 */ 2203 public static final String SuggestionArray = "SuggestionArray"; 2204 2205 /** 2206 * The Constant Suggestion. 2207 */ 2208 public static final String Suggestion = "Suggestion"; 2209 2210 /** 2211 * The Constant MeetingTime. 2212 */ 2213 public static final String MeetingTime = "MeetingTime"; 2214 2215 /** 2216 * The Constant IsWorkTime. 2217 */ 2218 public static final String IsWorkTime = "IsWorkTime"; 2219 2220 /** 2221 * The Constant SuggestionQuality. 2222 */ 2223 public static final String SuggestionQuality = "SuggestionQuality"; 2224 2225 /** 2226 * The Constant AttendeeConflictDataArray. 2227 */ 2228 public static final String AttendeeConflictDataArray = 2229 "AttendeeConflictDataArray"; 2230 2231 /** 2232 * The Constant UnknownAttendeeConflictData. 2233 */ 2234 public static final String UnknownAttendeeConflictData = 2235 "UnknownAttendeeConflictData"; 2236 2237 /** 2238 * The Constant TooBigGroupAttendeeConflictData. 2239 */ 2240 public static final String TooBigGroupAttendeeConflictData = 2241 "TooBigGroupAttendeeConflictData"; 2242 2243 /** 2244 * The Constant IndividualAttendeeConflictData. 2245 */ 2246 public static final String IndividualAttendeeConflictData = 2247 "IndividualAttendeeConflictData"; 2248 2249 /** 2250 * The Constant GroupAttendeeConflictData. 2251 */ 2252 public static final String GroupAttendeeConflictData = 2253 "GroupAttendeeConflictData"; 2254 2255 /** 2256 * The Constant NumberOfMembers. 2257 */ 2258 public static final String NumberOfMembers = "NumberOfMembers"; 2259 2260 /** 2261 * The Constant NumberOfMembersAvailable. 2262 */ 2263 public static final String NumberOfMembersAvailable = 2264 "NumberOfMembersAvailable"; 2265 2266 /** 2267 * The Constant NumberOfMembersWithConflict. 2268 */ 2269 public static final String NumberOfMembersWithConflict = 2270 "NumberOfMembersWithConflict"; 2271 2272 /** 2273 * The Constant NumberOfMembersWithNoData. 2274 */ 2275 public static final String NumberOfMembersWithNoData = 2276 "NumberOfMembersWithNoData"; 2277 2278 /** 2279 * The Constant SourceIds. 2280 */ 2281 public static final String SourceIds = "SourceIds"; 2282 2283 /** 2284 * The Constant AlternateId. 2285 */ 2286 public static final String AlternateId = "AlternateId"; 2287 2288 /** 2289 * The Constant AlternatePublicFolderId. 2290 */ 2291 public static final String AlternatePublicFolderId = 2292 "AlternatePublicFolderId"; 2293 2294 /** 2295 * The Constant AlternatePublicFolderItemId. 2296 */ 2297 public static final String AlternatePublicFolderItemId = 2298 "AlternatePublicFolderItemId"; 2299 2300 /** 2301 * The Constant DelegatePermissions. 2302 */ 2303 public static final String DelegatePermissions = "DelegatePermissions"; 2304 2305 /** 2306 * The Constant ReceiveCopiesOfMeetingMessages. 2307 */ 2308 public static final String ReceiveCopiesOfMeetingMessages = 2309 "ReceiveCopiesOfMeetingMessages"; 2310 2311 /** 2312 * The Constant ViewPrivateItems. 2313 */ 2314 public static final String ViewPrivateItems = "ViewPrivateItems"; 2315 2316 /** 2317 * The Constant CalendarFolderPermissionLevel. 2318 */ 2319 public static final String CalendarFolderPermissionLevel = 2320 "CalendarFolderPermissionLevel"; 2321 2322 /** 2323 * The Constant TasksFolderPermissionLevel. 2324 */ 2325 public static final String TasksFolderPermissionLevel = 2326 "TasksFolderPermissionLevel"; 2327 2328 /** 2329 * The Constant InboxFolderPermissionLevel. 2330 */ 2331 public static final String InboxFolderPermissionLevel = 2332 "InboxFolderPermissionLevel"; 2333 2334 /** 2335 * The Constant ContactsFolderPermissionLevel. 2336 */ 2337 public static final String ContactsFolderPermissionLevel = 2338 "ContactsFolderPermissionLevel"; 2339 2340 /** 2341 * The Constant NotesFolderPermissionLevel. 2342 */ 2343 public static final String NotesFolderPermissionLevel = 2344 "NotesFolderPermissionLevel"; 2345 2346 /** 2347 * The Constant JournalFolderPermissionLevel. 2348 */ 2349 public static final String JournalFolderPermissionLevel = 2350 "JournalFolderPermissionLevel"; 2351 2352 /** 2353 * The Constant DelegateUser. 2354 */ 2355 public static final String DelegateUser = "DelegateUser"; 2356 2357 /** 2358 * The Constant DelegateUsers. 2359 */ 2360 public static final String DelegateUsers = "DelegateUsers"; 2361 2362 /** 2363 * The Constant DeliverMeetingRequests. 2364 */ 2365 public static final String DeliverMeetingRequests = "DeliverMeetingRequests"; 2366 2367 /** 2368 * The Constant MessageXml. 2369 */ 2370 public static final String MessageXml = "MessageXml"; 2371 2372 /** 2373 * The Constant UserConfiguration. 2374 */ 2375 public static final String UserConfiguration = "UserConfiguration"; 2376 2377 /** 2378 * The Constant UserConfigurationName. 2379 */ 2380 public static final String UserConfigurationName = "UserConfigurationName"; 2381 2382 /** 2383 * The Constant UserConfigurationProperties. 2384 */ 2385 public static final String UserConfigurationProperties = 2386 "UserConfigurationProperties"; 2387 2388 /** 2389 * The Constant Dictionary. 2390 */ 2391 public static final String Dictionary = "Dictionary"; 2392 2393 /** 2394 * The Constant DictionaryEntry. 2395 */ 2396 public static final String DictionaryEntry = "DictionaryEntry"; 2397 2398 /** 2399 * The Constant DictionaryKey. 2400 */ 2401 public static final String DictionaryKey = "DictionaryKey"; 2402 2403 /** 2404 * The Constant DictionaryValue. 2405 */ 2406 public static final String DictionaryValue = "DictionaryValue"; 2407 2408 /** 2409 * The Constant XmlData. 2410 */ 2411 public static final String XmlData = "XmlData"; 2412 2413 /** 2414 * The Constant BinaryData. 2415 */ 2416 public static final String BinaryData = "BinaryData"; 2417 2418 /** 2419 * The Constant FilterHtmlContent. 2420 */ 2421 public static final String FilterHtmlContent = "FilterHtmlContent"; 2422 2423 /** 2424 * The Constant ConvertHtmlCodePageToUTF8. 2425 */ 2426 public static final String ConvertHtmlCodePageToUTF8 = 2427 "ConvertHtmlCodePageToUTF8"; 2428 2429 /** 2430 * The Constant UnknownEntries. 2431 */ 2432 public static final String UnknownEntries = "UnknownEntries"; 2433 2434 /** 2435 * The Constant UnknownEntry. 2436 */ 2437 public static final String UnknownEntry = "UnknownEntry"; 2438 2439 /** 2440 * The Constant PhoneCallId. 2441 */ 2442 public static final String PhoneCallId = "PhoneCallId"; 2443 2444 /** 2445 * The Constant DialString. 2446 */ 2447 public static final String DialString = "DialString"; 2448 2449 /** 2450 * The Constant PhoneCallInformation. 2451 */ 2452 public static final String PhoneCallInformation = "PhoneCallInformation"; 2453 2454 /** 2455 * The Constant PhoneCallState. 2456 */ 2457 public static final String PhoneCallState = "PhoneCallState"; 2458 2459 /** 2460 * The Constant ConnectionFailureCause. 2461 */ 2462 public static final String ConnectionFailureCause = "ConnectionFailureCause"; 2463 2464 /** 2465 * The Constant SIPResponseCode. 2466 */ 2467 public static final String SIPResponseCode = "SIPResponseCode"; 2468 2469 /** 2470 * The Constant SIPResponseText. 2471 */ 2472 public static final String SIPResponseText = "SIPResponseText"; 2473 2474 /** 2475 * The Constant WebClientReadFormQueryString. 2476 */ 2477 public static final String WebClientReadFormQueryString = 2478 "WebClientReadFormQueryString"; 2479 2480 /** 2481 * The Constant WebClientEditFormQueryString. 2482 */ 2483 public static final String WebClientEditFormQueryString = 2484 "WebClientEditFormQueryString"; 2485 2486 /** 2487 * The Constant Ids. 2488 */ 2489 public static final String Ids = "Ids"; 2490 2491 /** 2492 * The Constant Id. 2493 */ 2494 public static final String Id = "Id"; 2495 2496 /** 2497 * The Constant TimeZoneDefinitions. 2498 */ 2499 public static final String TimeZoneDefinitions = "TimeZoneDefinitions"; 2500 2501 /** 2502 * The Constant TimeZoneDefinition. 2503 */ 2504 public static final String TimeZoneDefinition = "TimeZoneDefinition"; 2505 2506 /** 2507 * The Constant Periods. 2508 */ 2509 public static final String Periods = "Periods"; 2510 2511 /** 2512 * The Constant Period. 2513 */ 2514 public static final String Period = "Period"; 2515 2516 /** 2517 * The Constant TransitionsGroups. 2518 */ 2519 public static final String TransitionsGroups = "TransitionsGroups"; 2520 2521 /** 2522 * The Constant TransitionsGroup. 2523 */ 2524 public static final String TransitionsGroup = "TransitionsGroup"; 2525 2526 /** 2527 * The Constant Transitions. 2528 */ 2529 public static final String Transitions = "Transitions"; 2530 2531 /** 2532 * The Constant Transition. 2533 */ 2534 public static final String Transition = "Transition"; 2535 2536 /** 2537 * The Constant AbsoluteDateTransition. 2538 */ 2539 public static final String AbsoluteDateTransition = "AbsoluteDateTransition"; 2540 2541 /** 2542 * The Constant RecurringDayTransition. 2543 */ 2544 public static final String RecurringDayTransition = "RecurringDayTransition"; 2545 2546 /** 2547 * The Constant RecurringDateTransition. 2548 */ 2549 public static final String RecurringDateTransition = 2550 "RecurringDateTransition"; 2551 2552 /** 2553 * The Constant DateTime. 2554 */ 2555 public static final String DateTime = "DateTime"; 2556 2557 /** 2558 * The Constant TimeOffset. 2559 */ 2560 public static final String TimeOffset = "TimeOffset"; 2561 2562 /** 2563 * The Constant Day. 2564 */ 2565 public static final String Day = "Day"; 2566 2567 /** 2568 * The Constant TimeZoneContext. 2569 */ 2570 public static final String TimeZoneContext = "TimeZoneContext"; 2571 2572 /** 2573 * The Constant StartTimeZone. 2574 */ 2575 public static final String StartTimeZone = "StartTimeZone"; 2576 2577 /** 2578 * The Constant EndTimeZone. 2579 */ 2580 public static final String EndTimeZone = "EndTimeZone"; 2581 2582 /** 2583 * The Constant ReceivedBy. 2584 */ 2585 public static final String ReceivedBy = "ReceivedBy"; 2586 2587 /** 2588 * The Constant ReceivedRepresenting. 2589 */ 2590 public static final String ReceivedRepresenting = "ReceivedRepresenting"; 2591 2592 /** 2593 * The Constant Uid. 2594 */ 2595 public static final String Uid = "UID"; 2596 2597 /** 2598 * The Constant RecurrenceId. 2599 */ 2600 public static final String RecurrenceId = "RecurrenceId"; 2601 2602 /** 2603 * The Constant DateTimeStamp. 2604 */ 2605 public static final String DateTimeStamp = "DateTimeStamp"; 2606 2607 /** 2608 * The Constant IsInline. 2609 */ 2610 public static final String IsInline = "IsInline"; 2611 2612 /** 2613 * The Constant IsContactPhoto. 2614 */ 2615 public static final String IsContactPhoto = "IsContactPhoto"; 2616 2617 /** 2618 * The Constant QueryString. 2619 */ 2620 public static final String QueryString = "QueryString"; 2621 2622 /** 2623 * The Constant CalendarEventDetails. 2624 */ 2625 public static final String CalendarEventDetails = "CalendarEventDetails"; 2626 2627 /** 2628 * The Constant ID. 2629 */ 2630 public static final String ID = "ID"; 2631 2632 /** 2633 * The Constant IsException. 2634 */ 2635 public static final String IsException = "IsException"; 2636 2637 /** 2638 * The Constant IsReminderSet. 2639 */ 2640 public static final String IsReminderSet = "IsReminderSet"; 2641 2642 /** 2643 * The Constant IsPrivate. 2644 */ 2645 public static final String IsPrivate = "IsPrivate"; 2646 2647 /** 2648 * The Constant FirstDayOfWeek. 2649 */ 2650 public static final String FirstDayOfWeek = "FirstDayOfWeek"; 2651 2652 /** 2653 * The Constant Verb. 2654 */ 2655 public static final String Verb = "Verb"; 2656 2657 /** 2658 * The Constant Parameter. 2659 */ 2660 public static final String Parameter = "Parameter"; 2661 2662 /** 2663 * The Constant ReturnValue. 2664 */ 2665 public static final String ReturnValue = "ReturnValue"; 2666 2667 /** 2668 * The Constant ReturnNewItemIds. 2669 */ 2670 public static final String ReturnNewItemIds = "ReturnNewItemIds"; 2671 2672 /** 2673 * The Constant DateTimePrecision. 2674 */ 2675 public static final String DateTimePrecision = "DateTimePrecision"; 2676 2677 /** 2678 * The Constant PasswordExpirationDate. 2679 */ 2680 public static final String PasswordExpirationDate = "PasswordExpirationDate"; 2681 2682 /** 2683 * The Constant StoreEntryId. 2684 */ 2685 public static final String StoreEntryId = "StoreEntryId"; 2686 2687 // Conversations 2688 /** 2689 * The Constant Conversations. 2690 */ 2691 public static final String Conversations = "Conversations"; 2692 2693 /** 2694 * The Constant Conversation. 2695 */ 2696 public static final String Conversation = "Conversation"; 2697 2698 /** 2699 * The Constant UniqueRecipients. 2700 */ 2701 public static final String UniqueRecipients = "UniqueRecipients"; 2702 2703 /** 2704 * The Constant GlobalUniqueRecipients. 2705 */ 2706 public static final String GlobalUniqueRecipients = "GlobalUniqueRecipients"; 2707 2708 /** 2709 * The Constant UniqueUnreadSenders. 2710 */ 2711 public static final String UniqueUnreadSenders = "UniqueUnreadSenders"; 2712 2713 /** 2714 * The Constant GlobalUniqueUnreadSenders. 2715 */ 2716 public static final String GlobalUniqueUnreadSenders = 2717 "GlobalUniqueUnreadSenders"; 2718 2719 /** 2720 * The Constant UniqueSenders. 2721 */ 2722 public static final String UniqueSenders = "UniqueSenders"; 2723 2724 /** 2725 * The Constant GlobalUniqueSenders. 2726 */ 2727 public static final String GlobalUniqueSenders = "GlobalUniqueSenders"; 2728 2729 /** 2730 * The Constant LastDeliveryTime. 2731 */ 2732 public static final String LastDeliveryTime = "LastDeliveryTime"; 2733 2734 /** 2735 * The Constant GlobalLastDeliveryTime. 2736 */ 2737 public static final String GlobalLastDeliveryTime = "GlobalLastDeliveryTime"; 2738 2739 /** 2740 * The Constant GlobalCategories. 2741 */ 2742 public static final String GlobalCategories = "GlobalCategories"; 2743 2744 /** 2745 * The Constant FlagStatus. 2746 */ 2747 public static final String FlagStatus = "FlagStatus"; 2748 2749 /** 2750 * The Constant GlobalFlagStatus. 2751 */ 2752 public static final String GlobalFlagStatus = "GlobalFlagStatus"; 2753 2754 /** 2755 * The Constant GlobalHasAttachments. 2756 */ 2757 public static final String GlobalHasAttachments = "GlobalHasAttachments"; 2758 2759 /** 2760 * The Constant MessageCount. 2761 */ 2762 public static final String MessageCount = "MessageCount"; 2763 2764 /** 2765 * The Constant GlobalMessageCount. 2766 */ 2767 public static final String GlobalMessageCount = "GlobalMessageCount"; 2768 2769 /** 2770 * The Constant GlobalUnreadCount. 2771 */ 2772 public static final String GlobalUnreadCount = "GlobalUnreadCount"; 2773 2774 /** 2775 * The Constant GlobalSize. 2776 */ 2777 public static final String GlobalSize = "GlobalSize"; 2778 2779 /** 2780 * The Constant ItemClasses. 2781 */ 2782 public static final String ItemClasses = "ItemClasses"; 2783 2784 /** 2785 * The Constant GlobalItemClasses. 2786 */ 2787 public static final String GlobalItemClasses = "GlobalItemClasses"; 2788 2789 /** 2790 * The Constant GlobalImportance. 2791 */ 2792 public static final String GlobalImportance = "GlobalImportance"; 2793 2794 /** 2795 * The Constant GlobalItemIds. 2796 */ 2797 public static final String GlobalItemIds = "GlobalItemIds"; 2798 2799 // ApplyConversationAction 2800 2801 /** 2802 * The Constant ApplyConversationAction. 2803 */ 2804 public static final String ApplyConversationAction = 2805 "ApplyConversationAction"; 2806 2807 /** 2808 * The Constant ConversationActions. 2809 */ 2810 public static final String ConversationActions = "ConversationActions"; 2811 2812 /** 2813 * The Constant ConversationAction. 2814 */ 2815 public static final String ConversationAction = "ConversationAction"; 2816 2817 /** 2818 * The Constant ApplyConversationActionResponse. 2819 */ 2820 public static final String ApplyConversationActionResponse = 2821 "ApplyConversationActionResponse"; 2822 2823 /** 2824 * The Constant ApplyConversationActionResponseMessage. 2825 */ 2826 public static final String ApplyConversationActionResponseMessage = 2827 "ApplyConversationActionResponseMessage"; 2828 2829 /** 2830 * The Constant EnableAlwaysDelete. 2831 */ 2832 public static final String EnableAlwaysDelete = "EnableAlwaysDelete"; 2833 2834 /** 2835 * The Constant ProcessRightAway. 2836 */ 2837 public static final String ProcessRightAway = "ProcessRightAway"; 2838 2839 /** 2840 * The Constant DestinationFolderId. 2841 */ 2842 public static final String DestinationFolderId = "DestinationFolderId"; 2843 2844 /** 2845 * The Constant ContextFolderId. 2846 */ 2847 public static final String ContextFolderId = "ContextFolderId"; 2848 2849 /** 2850 * The Constant ConversationLastSyncTime. 2851 */ 2852 public static final String ConversationLastSyncTime = 2853 "ConversationLastSyncTime"; 2854 2855 /** 2856 * The Constant AlwaysCategorize. 2857 */ 2858 public static final String AlwaysCategorize = "AlwaysCategorize"; 2859 2860 /** 2861 * The Constant AlwaysDelete. 2862 */ 2863 public static final String AlwaysDelete = "AlwaysDelete"; 2864 2865 /** 2866 * The Constant AlwaysMove. 2867 */ 2868 public static final String AlwaysMove = "AlwaysMove"; 2869 2870 /** 2871 * The Constant Move. 2872 */ 2873 public static final String Move = "Move"; 2874 2875 /** 2876 * The Constant Copy. 2877 */ 2878 public static final String Copy = "Copy"; 2879 2880 /** 2881 * The Constant SetReadState. 2882 */ 2883 public static final String SetReadState = "SetReadState"; 2884 2885 /** 2886 * The Constant DeleteType. 2887 */ 2888 public static final String DeleteType = "DeleteType"; 2889 // RoomList & Room 2890 2891 /** 2892 * The Constant RoomLists. 2893 */ 2894 public static final String RoomLists = "RoomLists"; 2895 2896 /** 2897 * The Constant Rooms. 2898 */ 2899 public static final String Rooms = "Rooms"; 2900 2901 /** 2902 * The Constant Room. 2903 */ 2904 public static final String Room = "Room"; 2905 2906 /** 2907 * The Constant RoomList. 2908 */ 2909 public static final String RoomList = "RoomList"; 2910 2911 /** 2912 * The Constant RoomId. 2913 */ 2914 public static final String RoomId = "Id"; 2915 2916 // Autodiscover 2917 2918 /** 2919 * The Constant Autodiscover. 2920 */ 2921 public static final String Autodiscover = "Autodiscover"; 2922 2923 /** 2924 * The Constant BinarySecret. 2925 */ 2926 public static final String BinarySecret = "BinarySecret"; 2927 2928 /** 2929 * The Constant Response. 2930 */ 2931 public static final String Response = "Response"; 2932 2933 /** 2934 * The Constant User. 2935 */ 2936 public static final String User = "User"; 2937 2938 /** 2939 * The Constant LegacyDN. 2940 */ 2941 public static final String LegacyDN = "LegacyDN"; 2942 2943 /** 2944 * The Constant DeploymentId. 2945 */ 2946 public static final String DeploymentId = "DeploymentId"; 2947 2948 /** 2949 * The Constant Account. 2950 */ 2951 public static final String Account = "Account"; 2952 2953 /** 2954 * The Constant AccountType. 2955 */ 2956 public static final String AccountType = "AccountType"; 2957 2958 /** 2959 * The Constant Action. 2960 */ 2961 public static final String Action = "Action"; 2962 2963 /** 2964 * The Constant To. 2965 */ 2966 public static final String To = "To"; 2967 2968 /** 2969 * The Constant RedirectAddr. 2970 */ 2971 public static final String RedirectAddr = "RedirectAddr"; 2972 2973 /** 2974 * The Constant RedirectUrl. 2975 */ 2976 public static final String RedirectUrl = "RedirectUrl"; 2977 2978 /** 2979 * The Constant Protocol. 2980 */ 2981 public static final String Protocol = "Protocol"; 2982 2983 /** 2984 * The Constant Type. 2985 */ 2986 public static final String Type = "Type"; 2987 2988 /** 2989 * The Constant Server. 2990 */ 2991 public static final String Server = "Server"; 2992 2993 /** 2994 * The Constant ServerDN. 2995 */ 2996 public static final String ServerDN = "ServerDN"; 2997 2998 /** 2999 * The Constant ServerVersion. 3000 */ 3001 public static final String ServerVersion = "ServerVersion"; 3002 3003 /** 3004 * The Constant ServerVersionInfo. 3005 */ 3006 public static final String ServerVersionInfo = "ServerVersionInfo"; 3007 3008 3009 /** 3010 * The Constant SmtpAddress. 3011 */ 3012 public static final String SmtpAddress = "SmtpAddress"; 3013 3014 /** 3015 * The Constant OwnerSmtpAddress. 3016 */ 3017 public static final String OwnerSmtpAddress = "OwnerSmtpAddress"; 3018 3019 /** 3020 * The Constant AD. 3021 */ 3022 public static final String AD = "AD"; 3023 3024 /** 3025 * The Constant AuthPackage. 3026 */ 3027 public static final String AuthPackage = "AuthPackage"; 3028 3029 /** 3030 * The Constant MdbDN. 3031 */ 3032 public static final String MdbDN = "MdbDN"; 3033 3034 /** 3035 * The Constant EWSUrl. 3036 */ 3037 public static final String EWSUrl = "EWSUrl"; 3038 3039 /** 3040 * The Constant ASUrl. 3041 */ 3042 public static final String ASUrl = "ASUrl"; 3043 3044 /** 3045 * The Constant OOFUrl. 3046 */ 3047 public static final String OOFUrl = "OOFUrl"; 3048 3049 /** 3050 * The Constant UMUrl. 3051 */ 3052 public static final String UMUrl = "UMUrl"; 3053 3054 /** 3055 * The Constant OABUrl. 3056 */ 3057 public static final String OABUrl = "OABUrl"; 3058 3059 /** 3060 * The Constant Internal. 3061 */ 3062 public static final String Internal = "Internal"; 3063 3064 /** 3065 * The Constant External. 3066 */ 3067 public static final String External = "External"; 3068 3069 /** 3070 * The Constant OWAUrl. 3071 */ 3072 public static final String OWAUrl = "OWAUrl"; 3073 3074 /** 3075 * The Constant Error. 3076 */ 3077 public static final String Error = "Error"; 3078 3079 /** 3080 * The Constant ErrorCode. 3081 */ 3082 public static final String ErrorCode = "ErrorCode"; 3083 3084 /** 3085 * The Constant DebugData. 3086 */ 3087 public static final String DebugData = "DebugData"; 3088 3089 /** 3090 * The Constant Users. 3091 */ 3092 public static final String Users = "Users"; 3093 3094 /** 3095 * The Constant RequestedSettings. 3096 */ 3097 public static final String RequestedSettings = "RequestedSettings"; 3098 3099 /** 3100 * The Constant Setting. 3101 */ 3102 public static final String Setting = "Setting"; 3103 3104 /** 3105 * The Constant GetUserSettingsRequestMessage. 3106 */ 3107 public static final String GetUserSettingsRequestMessage = 3108 "GetUserSettingsRequestMessage"; 3109 3110 /** 3111 * The Constant RequestedServerVersion. 3112 */ 3113 public static final String RequestedServerVersion = "RequestedServerVersion"; 3114 3115 /** 3116 * The Constant Request. 3117 */ 3118 public static final String Request = "Request"; 3119 3120 /** 3121 * The Constant RedirectTarget. 3122 */ 3123 public static final String RedirectTarget = "RedirectTarget"; 3124 3125 /** 3126 * The Constant UserSettings. 3127 */ 3128 public static final String UserSettings = "UserSettings"; 3129 3130 /** 3131 * The Constant UserSettingErrors. 3132 */ 3133 public static final String UserSettingErrors = "UserSettingErrors"; 3134 3135 /** 3136 * The Constant GetUserSettingsResponseMessage. 3137 */ 3138 public static final String GetUserSettingsResponseMessage = 3139 "GetUserSettingsResponseMessage"; 3140 3141 /** 3142 * The Constant ErrorMessage. 3143 */ 3144 public static final String ErrorMessage = "ErrorMessage"; 3145 3146 /** 3147 * The Constant UserResponse. 3148 */ 3149 public static final String UserResponse = "UserResponse"; 3150 3151 /** 3152 * The Constant UserResponses. 3153 */ 3154 public static final String UserResponses = "UserResponses"; 3155 3156 /** 3157 * The Constant UserSettingError. 3158 */ 3159 public static final String UserSettingError = "UserSettingError"; 3160 3161 /** 3162 * The Constant Domain. 3163 */ 3164 public static final String Domain = "Domain"; 3165 3166 /** 3167 * The Constant Domains. 3168 */ 3169 public static final String Domains = "Domains"; 3170 3171 /** 3172 * The Constant DomainResponse. 3173 */ 3174 public static final String DomainResponse = "DomainResponse"; 3175 3176 /** 3177 * The Constant DomainResponses. 3178 */ 3179 public static final String DomainResponses = "DomainResponses"; 3180 3181 /** 3182 * The Constant DomainSetting. 3183 */ 3184 public static final String DomainSetting = "DomainSetting"; 3185 3186 /** 3187 * The Constant DomainSettings. 3188 */ 3189 public static final String DomainSettings = "DomainSettings"; 3190 3191 /** 3192 * The Constant DomainStringSetting. 3193 */ 3194 public static final String DomainStringSetting = "DomainStringSetting"; 3195 3196 /** 3197 * The Constant DomainSettingError. 3198 */ 3199 public static final String DomainSettingError = "DomainSettingError"; 3200 3201 /** 3202 * The Constant DomainSettingErrors. 3203 */ 3204 public static final String DomainSettingErrors = "DomainSettingErrors"; 3205 3206 /** 3207 * The Constant GetDomainSettingsRequestMessage. 3208 */ 3209 public static final String GetDomainSettingsRequestMessage = 3210 "GetDomainSettingsRequestMessage"; 3211 3212 /** 3213 * The Constant GetDomainSettingsResponseMessage. 3214 */ 3215 public static final String GetDomainSettingsResponseMessage = 3216 "GetDomainSettingsResponseMessage"; 3217 3218 /** 3219 * The Constant SettingName. 3220 */ 3221 public static final String SettingName = "SettingName"; 3222 3223 /** 3224 * The Constant UserSetting. 3225 */ 3226 public static final String UserSetting = "UserSetting"; 3227 3228 /** 3229 * The Constant StringSetting. 3230 */ 3231 public static final String StringSetting = "StringSetting"; 3232 3233 /** 3234 * The Constant WebClientUrlCollectionSetting. 3235 */ 3236 public static final String WebClientUrlCollectionSetting = 3237 "WebClientUrlCollectionSetting"; 3238 3239 /** 3240 * The Constant WebClientUrls. 3241 */ 3242 public static final String WebClientUrls = "WebClientUrls"; 3243 3244 /** 3245 * The Constant WebClientUrl. 3246 */ 3247 public static final String WebClientUrl = "WebClientUrl"; 3248 3249 /** 3250 * The Constant AuthenticationMethods. 3251 */ 3252 public static final String AuthenticationMethods = "AuthenticationMethods"; 3253 3254 /** 3255 * The Constant Url. 3256 */ 3257 public static final String Url = "Url"; 3258 3259 /** 3260 * The Constant AlternateMailboxCollectionSetting. 3261 */ 3262 public static final String AlternateMailboxCollectionSetting = 3263 "AlternateMailboxCollectionSetting"; 3264 3265 /** 3266 * The Constant AlternateMailboxes. 3267 */ 3268 public static final String AlternateMailboxes = "AlternateMailboxes"; 3269 3270 /** 3271 * The Constant AlternateMailbox. 3272 */ 3273 public static final String AlternateMailbox = "AlternateMailbox"; 3274 3275 /** 3276 * The Constant ProtocolConnectionCollectionSetting. 3277 */ 3278 public static final String ProtocolConnectionCollectionSetting = 3279 "ProtocolConnectionCollectionSetting"; 3280 3281 /** 3282 * The Constant ProtocolConnections. 3283 */ 3284 public static final String ProtocolConnections = "ProtocolConnections"; 3285 3286 /** 3287 * The Constant ProtocolConnection. 3288 */ 3289 public static final String ProtocolConnection = "ProtocolConnection"; 3290 3291 /** 3292 * The Constant EncryptionMethod. 3293 */ 3294 public static final String EncryptionMethod = "EncryptionMethod"; 3295 3296 /** 3297 * The Constant Hostname. 3298 */ 3299 public static final String Hostname = "Hostname"; 3300 3301 /** 3302 * The Constant Port. 3303 */ 3304 public static final String Port = "Port"; 3305 3306 /** 3307 * The Constant Version. 3308 */ 3309 public static final String Version = "Version"; 3310 3311 /** 3312 * The Constant MajorVersion. 3313 */ 3314 public static final String MajorVersion = "MajorVersion"; 3315 3316 /** 3317 * The Constant MinorVersion. 3318 */ 3319 public static final String MinorVersion = "MinorVersion"; 3320 3321 /** 3322 * The Constant MajorBuildNumber. 3323 */ 3324 public static final String MajorBuildNumber = "MajorBuildNumber"; 3325 3326 /** 3327 * The Constant MinorBuildNumber. 3328 */ 3329 public static final String MinorBuildNumber = "MinorBuildNumber"; 3330 3331 /** 3332 * The Constant RequestedVersion. 3333 */ 3334 public static final String RequestedVersion = "RequestedVersion"; 3335 3336 /** 3337 * The Constant PublicFolderServer. 3338 */ 3339 public static final String PublicFolderServer = "PublicFolderServer"; 3340 3341 /** 3342 * The Constant Ssl. 3343 */ 3344 public static final String Ssl = "SSL"; 3345 3346 /** 3347 * The Constant SharingUrl. 3348 */ 3349 public static final String SharingUrl = "SharingUrl"; 3350 3351 /** 3352 * The Constant EcpUrl. 3353 */ 3354 public static final String EcpUrl = "EcpUrl"; 3355 3356 /** 3357 * The Constant EcpUrl_um. 3358 */ 3359 public static final String EcpUrl_um = "EcpUrl-um"; 3360 3361 /** 3362 * The Constant EcpUrl_aggr. 3363 */ 3364 public static final String EcpUrl_aggr = "EcpUrl-aggr"; 3365 3366 /** 3367 * The Constant EcpUrl_sms. 3368 */ 3369 public static final String EcpUrl_sms = "EcpUrl-sms"; 3370 3371 /** 3372 * The Constant EcpUrl_mt. 3373 */ 3374 public static final String EcpUrl_mt = "EcpUrl-mt"; 3375 3376 /** 3377 * The Constant EcpUrl_ret. 3378 */ 3379 public static final String EcpUrl_ret = "EcpUrl-ret"; 3380 3381 /** 3382 * The Constant EcpUrl_publish. 3383 */ 3384 public static final String EcpUrl_publish = "EcpUrl-publish"; 3385 3386 /** 3387 * The Constant ExchangeRpcUrl. 3388 */ 3389 public static final String ExchangeRpcUrl = "ExchangeRpcUrl"; 3390 3391 /** 3392 * The Constant PartnerToken. 3393 */ 3394 public static final String PartnerToken = "PartnerToken"; 3395 3396 /** 3397 * The Constant PartnerTokenReference. 3398 */ 3399 public static final String PartnerTokenReference = "PartnerTokenReference"; 3400 3401 /** 3402 * The Constant GroupingInformation. 3403 */ 3404 public static final String GroupingInformation = "GroupingInformation"; 3405 3406 // InboxRule 3407 /** 3408 * The Constant MinorBuildNumber. 3409 */ 3410 public static final String MailboxSmtpAddress = "MailboxSmtpAddress"; 3411 3412 /** 3413 * The Constant RuleId. 3414 */ 3415 public static final String RuleId = "RuleId"; 3416 3417 /** 3418 * The Constant Priority. 3419 */ 3420 public static final String Priority = "Priority"; 3421 3422 /** 3423 * The Constant IsEnabled. 3424 */ 3425 public static final String IsEnabled = "IsEnabled"; 3426 3427 /** 3428 * The Constant IsNotSupported. 3429 */ 3430 public static final String IsNotSupported = "IsNotSupported"; 3431 3432 /** 3433 * The Constant IsInError. 3434 */ 3435 public static final String IsInError = "IsInError"; 3436 3437 /** 3438 * The Constant Conditions. 3439 */ 3440 public static final String Conditions = "Conditions"; 3441 3442 /** 3443 * The Constant Exceptions. 3444 */ 3445 public static final String Exceptions = "Exceptions"; 3446 3447 /** 3448 * The Constant Actions. 3449 */ 3450 public static final String Actions = "Actions"; 3451 3452 /** 3453 * The Constant InboxRules. 3454 */ 3455 public static final String InboxRules = "InboxRules"; 3456 3457 /** 3458 * The Constant Rule. 3459 */ 3460 public static final String Rule = "Rule"; 3461 3462 /** 3463 * The Constant OutlookRuleBlobExists. 3464 */ 3465 public static final String OutlookRuleBlobExists = "OutlookRuleBlobExists"; 3466 3467 /** 3468 * The Constant RemoveOutlookRuleBlob. 3469 */ 3470 public static final String RemoveOutlookRuleBlob = "RemoveOutlookRuleBlob"; 3471 3472 /** 3473 * The Constant ContainsBodyStrings. 3474 */ 3475 public static final String ContainsBodyStrings = "ContainsBodyStrings"; 3476 3477 /** 3478 * The Constant ContainsHeaderStrings. 3479 */ 3480 public static final String ContainsHeaderStrings = "ContainsHeaderStrings"; 3481 3482 /** 3483 * The Constant ContainsRecipientStrings. 3484 */ 3485 public static final String ContainsRecipientStrings = 3486 "ContainsRecipientStrings"; 3487 3488 /** 3489 * The Constant ContainsSenderStrings. 3490 */ 3491 public static final String ContainsSenderStrings = "ContainsSenderStrings"; 3492 3493 /** 3494 * The Constant ContainsSubjectOrBodyStrings. 3495 */ 3496 public static final String ContainsSubjectOrBodyStrings = 3497 "ContainsSubjectOrBodyStrings"; 3498 3499 /** 3500 * The Constant ContainsSubjectStrings. 3501 */ 3502 public static final String ContainsSubjectStrings = "ContainsSubjectStrings"; 3503 3504 /** 3505 * The Constant FlaggedForAction. 3506 */ 3507 public static final String FlaggedForAction = "FlaggedForAction"; 3508 3509 /** 3510 * The Constant FromAddresses. 3511 */ 3512 public static final String FromAddresses = "FromAddresses"; 3513 3514 /** 3515 * The Constant FromConnectedAccounts. 3516 */ 3517 public static final String FromConnectedAccounts = "FromConnectedAccounts"; 3518 3519 /** 3520 * The Constant IsApprovalRequest. 3521 */ 3522 public static final String IsApprovalRequest = "IsApprovalRequest"; 3523 3524 /** 3525 * The Constant IsAutomaticForward. 3526 */ 3527 public static final String IsAutomaticForward = "IsAutomaticForward"; 3528 3529 /** 3530 * The Constant IsAutomaticReply. 3531 */ 3532 public static final String IsAutomaticReply = "IsAutomaticReply"; 3533 3534 /** 3535 * The Constant IsEncrypted. 3536 */ 3537 public static final String IsEncrypted = "IsEncrypted"; 3538 3539 /** 3540 * The Constant IsMeetingRequest. 3541 */ 3542 public static final String IsMeetingRequest = "IsMeetingRequest"; 3543 3544 /** 3545 * The Constant IsMeetingResponse. 3546 */ 3547 public static final String IsMeetingResponse = "IsMeetingResponse"; 3548 3549 /** 3550 * The Constant IsNDR. 3551 */ 3552 public static final String IsNDR = "IsNDR"; 3553 3554 /** 3555 * The Constant IsPermissionControlled. 3556 */ 3557 public static final String IsPermissionControlled = "IsPermissionControlled"; 3558 3559 /** 3560 * The Constant IsSigned. 3561 */ 3562 public static final String IsSigned = "IsSigned"; 3563 3564 /** 3565 * The Constant IsVoicemail. 3566 */ 3567 public static final String IsVoicemail = "IsVoicemail"; 3568 3569 /** 3570 * The Constant IsReadReceipt. 3571 */ 3572 public static final String IsReadReceipt = "IsReadReceipt"; 3573 3574 /** 3575 * The Constant MessageClassifications. 3576 */ 3577 public static final String MessageClassifications = "MessageClassifications"; 3578 3579 /** 3580 * The Constant NotSentToMe. 3581 */ 3582 public static final String NotSentToMe = "NotSentToMe"; 3583 3584 /** 3585 * The Constant SentCcMe. 3586 */ 3587 public static final String SentCcMe = "SentCcMe"; 3588 3589 /** 3590 * The Constant SentOnlyToMe. 3591 */ 3592 public static final String SentOnlyToMe = "SentOnlyToMe"; 3593 3594 /** 3595 * The Constant SentToAddresses. 3596 */ 3597 public static final String SentToAddresses = "SentToAddresses"; 3598 3599 /** 3600 * The Constant SentToMe. 3601 */ 3602 public static final String SentToMe = "SentToMe"; 3603 3604 /** 3605 * The Constant SentToOrCcMe. 3606 */ 3607 public static final String SentToOrCcMe = "SentToOrCcMe"; 3608 3609 /** 3610 * The Constant WithinDateRange. 3611 */ 3612 public static final String WithinDateRange = "WithinDateRange"; 3613 3614 /** 3615 * The Constant WithinSizeRange. 3616 */ 3617 public static final String WithinSizeRange = "WithinSizeRange"; 3618 3619 /** 3620 * The Constant MinimumSize. 3621 */ 3622 public static final String MinimumSize = "MinimumSize"; 3623 3624 /** 3625 * The Constant MaximumSize. 3626 */ 3627 public static final String MaximumSize = "MaximumSize"; 3628 3629 /** 3630 * The Constant StartDateTime. 3631 */ 3632 public static final String StartDateTime = "StartDateTime"; 3633 3634 /** 3635 * The Constant EndDateTime. 3636 */ 3637 public static final String EndDateTime = "EndDateTime"; 3638 3639 /** 3640 * The Constant AssignCategories. 3641 */ 3642 public static final String AssignCategories = "AssignCategories"; 3643 3644 /** 3645 * The Constant CopyToFolder. 3646 */ 3647 public static final String CopyToFolder = "CopyToFolder"; 3648 3649 /** 3650 * The Constant FlagMessage. 3651 */ 3652 public static final String FlagMessage = "FlagMessage"; 3653 3654 /** 3655 * The Constant ForwardAsAttachmentToRecipients. 3656 */ 3657 public static final String ForwardAsAttachmentToRecipients = 3658 "ForwardAsAttachmentToRecipients"; 3659 3660 /** 3661 * The Constant ForwardToRecipients. 3662 */ 3663 public static final String ForwardToRecipients = "ForwardToRecipients"; 3664 3665 /** 3666 * The Constant MarkImportance. 3667 */ 3668 public static final String MarkImportance = "MarkImportance"; 3669 3670 /** 3671 * The Constant MarkAsRead. 3672 */ 3673 public static final String MarkAsRead = "MarkAsRead"; 3674 3675 /** 3676 * The Constant MoveToFolder. 3677 */ 3678 public static final String MoveToFolder = "MoveToFolder"; 3679 3680 /** 3681 * The Constant PermanentDelete. 3682 */ 3683 public static final String PermanentDelete = "PermanentDelete"; 3684 3685 /** 3686 * The Constant RedirectToRecipients. 3687 */ 3688 public static final String RedirectToRecipients = "RedirectToRecipients"; 3689 3690 /** 3691 * The Constant SendSMSAlertToRecipients. 3692 */ 3693 public static final String SendSMSAlertToRecipients = 3694 "SendSMSAlertToRecipients"; 3695 3696 /** 3697 * The Constant ServerReplyWithMessage. 3698 */ 3699 public static final String ServerReplyWithMessage = "ServerReplyWithMessage"; 3700 3701 /** 3702 * The Constant StopProcessingRules. 3703 */ 3704 public static final String StopProcessingRules = "StopProcessingRules"; 3705 3706 /** 3707 * The Constant CreateRuleOperation. 3708 */ 3709 public static final String CreateRuleOperation = "CreateRuleOperation"; 3710 3711 /** 3712 * The Constant SetRuleOperation. 3713 */ 3714 public static final String SetRuleOperation = "SetRuleOperation"; 3715 3716 /** 3717 * The Constant DeleteRuleOperation. 3718 */ 3719 public static final String DeleteRuleOperation = "DeleteRuleOperation"; 3720 3721 /** 3722 * The Constant Operations. 3723 */ 3724 public static final String Operations = "Operations"; 3725 3726 /** 3727 * The Constant RuleOperationErrors. 3728 */ 3729 public static final String RuleOperationErrors = "RuleOperationErrors"; 3730 3731 /** 3732 * The Constant RuleOperationError. 3733 */ 3734 public static final String RuleOperationError = "RuleOperationError"; 3735 3736 /** 3737 * The Constant OperationIndex. 3738 */ 3739 public static final String OperationIndex = "OperationIndex"; 3740 3741 /** 3742 * The Constant ValidationErrors. 3743 */ 3744 public static final String ValidationErrors = "ValidationErrors"; 3745 3746 /** 3747 * The Constant FieldValue. 3748 */ 3749 public static final String FieldValue = "FieldValue"; 3750 3751 // Restrictions 3752 /** 3753 * The Constant Not. 3754 */ 3755 public static final String Not = "Not"; 3756 3757 /** 3758 * The Constant Bitmask. 3759 */ 3760 public static final String Bitmask = "Bitmask"; 3761 3762 /** 3763 * The Constant Constant. 3764 */ 3765 public static final String Constant = "Constant"; 3766 3767 /** 3768 * The Constant Restriction. 3769 */ 3770 public static final String Restriction = "Restriction"; 3771 3772 /** 3773 * The Constant Contains. 3774 */ 3775 public static final String Contains = "Contains"; 3776 3777 /** 3778 * The Constant Excludes. 3779 */ 3780 public static final String Excludes = "Excludes"; 3781 3782 /** 3783 * The Constant Exists. 3784 */ 3785 public static final String Exists = "Exists"; 3786 3787 /** 3788 * The Constant FieldURIOrConstant. 3789 */ 3790 public static final String FieldURIOrConstant = "FieldURIOrConstant"; 3791 3792 /** 3793 * The Constant And. 3794 */ 3795 public static final String And = "And"; 3796 3797 /** 3798 * The Constant Or. 3799 */ 3800 public static final String Or = "Or"; 3801 3802 /** 3803 * The Constant IsEqualTo. 3804 */ 3805 public static final String IsEqualTo = "IsEqualTo"; 3806 3807 /** 3808 * The Constant IsNotEqualTo. 3809 */ 3810 public static final String IsNotEqualTo = "IsNotEqualTo"; 3811 3812 /** 3813 * The Constant IsGreaterThan. 3814 */ 3815 public static final String IsGreaterThan = "IsGreaterThan"; 3816 3817 /** 3818 * The Constant IsGreaterThanOrEqualTo. 3819 */ 3820 public static final String IsGreaterThanOrEqualTo = "IsGreaterThanOrEqualTo"; 3821 3822 /** 3823 * The Constant IsLessThan. 3824 */ 3825 public static final String IsLessThan = "IsLessThan"; 3826 3827 /** 3828 * The Constant IsLessThanOrEqualTo. 3829 */ 3830 public static final String IsLessThanOrEqualTo = "IsLessThanOrEqualTo"; 3831 3832 // Directory only contact property 3833 /** 3834 * The Constant PhoneticFullName. 3835 */ 3836 public static final String PhoneticFullName = "PhoneticFullName"; 3837 3838 /** 3839 * The Constant PhoneticFirstName. 3840 */ 3841 public static final String PhoneticFirstName = "PhoneticFirstName"; 3842 3843 /** 3844 * The Constant PhoneticLastName. 3845 */ 3846 public static final String PhoneticLastName = "PhoneticLastName"; 3847 3848 /** 3849 * The Constant Alias. 3850 */ 3851 public static final String Alias = "Alias"; 3852 3853 /** 3854 * The Constant Notes. 3855 */ 3856 public static final String Notes = "Notes"; 3857 3858 /** 3859 * The Constant Photo. 3860 */ 3861 public static final String Photo = "Photo"; 3862 3863 /** 3864 * The Constant UserSMIMECertificate. 3865 */ 3866 public static final String UserSMIMECertificate = "UserSMIMECertificate"; 3867 3868 /** 3869 * The Constant MSExchangeCertificate. 3870 */ 3871 public static final String MSExchangeCertificate = "MSExchangeCertificate"; 3872 3873 /** 3874 * The Constant DirectoryId. 3875 */ 3876 public static final String DirectoryId = "DirectoryId"; 3877 3878 /** 3879 * The Constant ManagerMailbox. 3880 */ 3881 public static final String ManagerMailbox = "ManagerMailbox"; 3882 3883 /** 3884 * The Constant DirectReports. 3885 */ 3886 public static final String DirectReports = "DirectReports"; 3887 3888 // Request/response element names 3889 /** 3890 * The Constant ResponseMessage. 3891 */ 3892 public static final String ResponseMessage = "ResponseMessage"; 3893 3894 /** 3895 * The Constant ResponseMessages. 3896 */ 3897 public static final String ResponseMessages = "ResponseMessages"; 3898 3899 // FindConversation 3900 /** 3901 * The Constant FindConversation. 3902 */ 3903 public static final String FindConversation = "FindConversation"; 3904 3905 /** 3906 * The Constant FindConversationResponse. 3907 */ 3908 public static final String FindConversationResponse = 3909 "FindConversationResponse"; 3910 3911 /** 3912 * The Constant FindConversationResponseMessage. 3913 */ 3914 public static final String FindConversationResponseMessage = 3915 "FindConversationResponseMessage"; 3916 3917 // FindItem 3918 /** 3919 * The Constant FindItem. 3920 */ 3921 public static final String FindItem = "FindItem"; 3922 3923 /** 3924 * The Constant FindItemResponse. 3925 */ 3926 public static final String FindItemResponse = "FindItemResponse"; 3927 3928 /** 3929 * The Constant FindItemResponseMessage. 3930 */ 3931 public static final String FindItemResponseMessage = 3932 "FindItemResponseMessage"; 3933 3934 // GetItem 3935 /** 3936 * The Constant GetItem. 3937 */ 3938 public static final String GetItem = "GetItem"; 3939 3940 /** 3941 * The Constant GetItemResponse. 3942 */ 3943 public static final String GetItemResponse = "GetItemResponse"; 3944 3945 /** 3946 * The Constant GetItemResponseMessage. 3947 */ 3948 public static final String GetItemResponseMessage = "GetItemResponseMessage"; 3949 3950 // CreateItem 3951 /** 3952 * The Constant CreateItem. 3953 */ 3954 public static final String CreateItem = "CreateItem"; 3955 3956 /** 3957 * The Constant CreateItemResponse. 3958 */ 3959 public static final String CreateItemResponse = "CreateItemResponse"; 3960 3961 /** 3962 * The Constant CreateItemResponseMessage. 3963 */ 3964 public static final String CreateItemResponseMessage = 3965 "CreateItemResponseMessage"; 3966 3967 // SendItem 3968 /** 3969 * The Constant SendItem. 3970 */ 3971 public static final String SendItem = "SendItem"; 3972 3973 /** 3974 * The Constant SendItemResponse. 3975 */ 3976 public static final String SendItemResponse = "SendItemResponse"; 3977 3978 /** 3979 * The Constant SendItemResponseMessage. 3980 */ 3981 public static final String SendItemResponseMessage = 3982 "SendItemResponseMessage"; 3983 3984 // DeleteItem 3985 /** 3986 * The Constant DeleteItem. 3987 */ 3988 public static final String DeleteItem = "DeleteItem"; 3989 3990 /** 3991 * The Constant DeleteItemResponse. 3992 */ 3993 public static final String DeleteItemResponse = "DeleteItemResponse"; 3994 3995 /** 3996 * The Constant DeleteItemResponseMessage. 3997 */ 3998 public static final String DeleteItemResponseMessage = 3999 "DeleteItemResponseMessage"; 4000 4001 // ExportItems 4002 public static final String ExportItems = "ExportItems"; 4003 4004 public static final String ExportItemsResponse = "ExportItemsResponse"; 4005 4006 public static final String ExportItemsResponseMessage = 4007 "ExportItemsResponseMessage"; 4008 4009 // ExportItems 4010 public static final String UploadItems = "UploadItems"; 4011 4012 public static final String UploadItemsResponse = "UploadItemsResponse"; 4013 4014 public static final String UploadItemsResponseMessage = 4015 "UploadItemsResponseMessage"; 4016 4017 // UpdateItem 4018 /** 4019 * The Constant UpdateItem. 4020 */ 4021 public static final String UpdateItem = "UpdateItem"; 4022 4023 /** 4024 * The Constant UpdateItemResponse. 4025 */ 4026 public static final String UpdateItemResponse = "UpdateItemResponse"; 4027 4028 /** 4029 * The Constant UpdateItemResponseMessage. 4030 */ 4031 public static final String UpdateItemResponseMessage = 4032 "UpdateItemResponseMessage"; 4033 4034 // CopyItem 4035 /** 4036 * The Constant CopyItem. 4037 */ 4038 public static final String CopyItem = "CopyItem"; 4039 4040 /** 4041 * The Constant CopyItemResponse. 4042 */ 4043 public static final String CopyItemResponse = "CopyItemResponse"; 4044 4045 /** 4046 * The Constant CopyItemResponseMessage. 4047 */ 4048 public static final String CopyItemResponseMessage = 4049 "CopyItemResponseMessage"; 4050 4051 // MoveItem 4052 /** 4053 * The Constant MoveItem. 4054 */ 4055 public static final String MoveItem = "MoveItem"; 4056 4057 /** 4058 * The Constant MoveItemResponse. 4059 */ 4060 public static final String MoveItemResponse = "MoveItemResponse"; 4061 4062 /** 4063 * The Constant MoveItemResponseMessage. 4064 */ 4065 public static final String MoveItemResponseMessage = 4066 "MoveItemResponseMessage"; 4067 4068 // FindFolder 4069 /** 4070 * The Constant FindFolder. 4071 */ 4072 public static final String FindFolder = "FindFolder"; 4073 4074 /** 4075 * The Constant FindFolderResponse. 4076 */ 4077 public static final String FindFolderResponse = "FindFolderResponse"; 4078 4079 /** 4080 * The Constant FindFolderResponseMessage. 4081 */ 4082 public static final String FindFolderResponseMessage = 4083 "FindFolderResponseMessage"; 4084 4085 // GetFolder 4086 /** 4087 * The Constant GetFolder. 4088 */ 4089 public static final String GetFolder = "GetFolder"; 4090 4091 /** 4092 * The Constant GetFolderResponse. 4093 */ 4094 public static final String GetFolderResponse = "GetFolderResponse"; 4095 4096 /** 4097 * The Constant GetFolderResponseMessage. 4098 */ 4099 public static final String GetFolderResponseMessage = 4100 "GetFolderResponseMessage"; 4101 4102 // CreateFolder 4103 /** 4104 * The Constant CreateFolder. 4105 */ 4106 public static final String CreateFolder = "CreateFolder"; 4107 4108 /** 4109 * The Constant CreateFolderResponse. 4110 */ 4111 public static final String CreateFolderResponse = "CreateFolderResponse"; 4112 4113 /** 4114 * The Constant CreateFolderResponseMessage. 4115 */ 4116 public static final String CreateFolderResponseMessage = 4117 "CreateFolderResponseMessage"; 4118 4119 // DeleteFolder 4120 /** 4121 * The Constant DeleteFolder. 4122 */ 4123 public static final String DeleteFolder = "DeleteFolder"; 4124 4125 /** 4126 * The Constant DeleteFolderResponse. 4127 */ 4128 public static final String DeleteFolderResponse = "DeleteFolderResponse"; 4129 4130 /** 4131 * The Constant DeleteFolderResponseMessage. 4132 */ 4133 public static final String DeleteFolderResponseMessage = 4134 "DeleteFolderResponseMessage"; 4135 4136 // EmptyFolder 4137 /** 4138 * The Constant EmptyFolder. 4139 */ 4140 public static final String EmptyFolder = "EmptyFolder"; 4141 4142 /** 4143 * The Constant EmptyFolderResponse. 4144 */ 4145 public static final String EmptyFolderResponse = "EmptyFolderResponse"; 4146 4147 /** 4148 * The Constant EmptyFolderResponseMessage. 4149 */ 4150 public static final String EmptyFolderResponseMessage = 4151 "EmptyFolderResponseMessage"; 4152 4153 // UpdateFolder 4154 /** 4155 * The Constant UpdateFolder. 4156 */ 4157 public static final String UpdateFolder = "UpdateFolder"; 4158 4159 /** 4160 * The Constant UpdateFolderResponse. 4161 */ 4162 public static final String UpdateFolderResponse = "UpdateFolderResponse"; 4163 4164 /** 4165 * The Constant UpdateFolderResponseMessage. 4166 */ 4167 public static final String UpdateFolderResponseMessage = 4168 "UpdateFolderResponseMessage"; 4169 4170 // CopyFolder 4171 /** 4172 * The Constant CopyFolder. 4173 */ 4174 public static final String CopyFolder = "CopyFolder"; 4175 4176 /** 4177 * The Constant CopyFolderResponse. 4178 */ 4179 public static final String CopyFolderResponse = "CopyFolderResponse"; 4180 4181 /** 4182 * The Constant CopyFolderResponseMessage. 4183 */ 4184 public static final String CopyFolderResponseMessage = 4185 "CopyFolderResponseMessage"; 4186 4187 // MoveFolder 4188 /** 4189 * The Constant MoveFolder. 4190 */ 4191 public static final String MoveFolder = "MoveFolder"; 4192 4193 /** 4194 * The Constant MoveFolderResponse. 4195 */ 4196 public static final String MoveFolderResponse = "MoveFolderResponse"; 4197 4198 /** 4199 * The Constant MoveFolderResponseMessage. 4200 */ 4201 public static final String MoveFolderResponseMessage = 4202 "MoveFolderResponseMessage"; 4203 4204 // GetAttachment 4205 /** 4206 * The Constant GetAttachment. 4207 */ 4208 public static final String GetAttachment = "GetAttachment"; 4209 4210 /** 4211 * The Constant GetAttachmentResponse. 4212 */ 4213 public static final String GetAttachmentResponse = "GetAttachmentResponse"; 4214 4215 /** 4216 * The Constant GetAttachmentResponseMessage. 4217 */ 4218 public static final String GetAttachmentResponseMessage = 4219 "GetAttachmentResponseMessage"; 4220 4221 // CreateAttachment 4222 /** 4223 * The Constant CreateAttachment. 4224 */ 4225 public static final String CreateAttachment = "CreateAttachment"; 4226 4227 /** 4228 * The Constant CreateAttachmentResponse. 4229 */ 4230 public static final String CreateAttachmentResponse = 4231 "CreateAttachmentResponse"; 4232 4233 /** 4234 * The Constant CreateAttachmentResponseMessage. 4235 */ 4236 public static final String CreateAttachmentResponseMessage = 4237 "CreateAttachmentResponseMessage"; 4238 4239 // DeleteAttachment 4240 /** 4241 * The Constant DeleteAttachment. 4242 */ 4243 public static final String DeleteAttachment = "DeleteAttachment"; 4244 4245 /** 4246 * The Constant DeleteAttachmentResponse. 4247 */ 4248 public static final String DeleteAttachmentResponse = 4249 "DeleteAttachmentResponse"; 4250 4251 /** 4252 * The Constant DeleteAttachmentResponseMessage. 4253 */ 4254 public static final String DeleteAttachmentResponseMessage = 4255 "DeleteAttachmentResponseMessage"; 4256 4257 // ResolveNames 4258 /** 4259 * The Constant ResolveNames. 4260 */ 4261 public static final String ResolveNames = "ResolveNames"; 4262 4263 /** 4264 * The Constant ResolveNamesResponse. 4265 */ 4266 public static final String ResolveNamesResponse = "ResolveNamesResponse"; 4267 4268 /** 4269 * The Constant ResolveNamesResponseMessage. 4270 */ 4271 public static final String ResolveNamesResponseMessage = 4272 "ResolveNamesResponseMessage"; 4273 4274 // ExpandDL 4275 /** 4276 * The Constant ExpandDL. 4277 */ 4278 public static final String ExpandDL = "ExpandDL"; 4279 4280 /** 4281 * The Constant ExpandDLResponse. 4282 */ 4283 public static final String ExpandDLResponse = "ExpandDLResponse"; 4284 4285 /** 4286 * The Constant ExpandDLResponseMessage. 4287 */ 4288 public static final String ExpandDLResponseMessage = 4289 "ExpandDLResponseMessage"; 4290 4291 // Subscribe 4292 /** 4293 * The Constant Subscribe. 4294 */ 4295 public static final String Subscribe = "Subscribe"; 4296 4297 /** 4298 * The Constant SubscribeResponse. 4299 */ 4300 public static final String SubscribeResponse = "SubscribeResponse"; 4301 4302 /** 4303 * The Constant SubscribeResponseMessage. 4304 */ 4305 public static final String SubscribeResponseMessage = 4306 "SubscribeResponseMessage"; 4307 4308 // Unsubscribe 4309 /** 4310 * The Constant Unsubscribe. 4311 */ 4312 public static final String Unsubscribe = "Unsubscribe"; 4313 4314 /** 4315 * The Constant UnsubscribeResponse. 4316 */ 4317 public static final String UnsubscribeResponse = "UnsubscribeResponse"; 4318 4319 /** 4320 * The Constant UnsubscribeResponseMessage. 4321 */ 4322 public static final String UnsubscribeResponseMessage = 4323 "UnsubscribeResponseMessage"; 4324 4325 // GetEvents 4326 /** 4327 * The Constant GetEvents. 4328 */ 4329 public static final String GetEvents = "GetEvents"; 4330 4331 /** 4332 * The Constant GetEventsResponse. 4333 */ 4334 public static final String GetEventsResponse = "GetEventsResponse"; 4335 4336 /** 4337 * The Constant GetEventsResponseMessage. 4338 */ 4339 public static final String GetEventsResponseMessage = 4340 "GetEventsResponseMessage"; 4341 4342 // GetStreamingEvents 4343 /** 4344 * The Constant GetStreamingEvents. 4345 */ 4346 public static final String GetStreamingEvents = "GetStreamingEvents"; 4347 4348 /** 4349 * The Constant GetStreamingEventsResponse. 4350 */ 4351 public static final String GetStreamingEventsResponse = 4352 "GetStreamingEventsResponse"; 4353 4354 /** 4355 * The Constant GetStreamingEventsResponseMessage. 4356 */ 4357 public static final String GetStreamingEventsResponseMessage = 4358 "GetStreamingEventsResponseMessage"; 4359 4360 /** 4361 * The Constant ConnectionStatus. 4362 */ 4363 public static final String ConnectionStatus = "ConnectionStatus"; 4364 4365 /** 4366 * The Constant ErrorSubscriptionIds. 4367 */ 4368 public static final String ErrorSubscriptionIds = "ErrorSubscriptionIds"; 4369 4370 /** 4371 * The Constant ConnectionTimeout. 4372 */ 4373 public static final String ConnectionTimeout = "ConnectionTimeout"; 4374 4375 /** 4376 * The Constant HeartbeatFrequency. 4377 */ 4378 public static final String HeartbeatFrequency = "HeartbeatFrequency"; 4379 4380 4381 // SyncFolderItems 4382 /** 4383 * The Constant SyncFolderItems. 4384 */ 4385 public static final String SyncFolderItems = "SyncFolderItems"; 4386 4387 /** 4388 * The Constant SyncFolderItemsResponse. 4389 */ 4390 public static final String SyncFolderItemsResponse = 4391 "SyncFolderItemsResponse"; 4392 4393 /** 4394 * The Constant SyncFolderItemsResponseMessage. 4395 */ 4396 public static final String SyncFolderItemsResponseMessage = 4397 "SyncFolderItemsResponseMessage"; 4398 4399 // SyncFolderHierarchy 4400 /** 4401 * The Constant SyncFolderHierarchy. 4402 */ 4403 public static final String SyncFolderHierarchy = "SyncFolderHierarchy"; 4404 4405 /** 4406 * The Constant SyncFolderHierarchyResponse. 4407 */ 4408 public static final String SyncFolderHierarchyResponse = 4409 "SyncFolderHierarchyResponse"; 4410 4411 /** 4412 * The Constant SyncFolderHierarchyResponseMessage. 4413 */ 4414 public static final String SyncFolderHierarchyResponseMessage = 4415 "SyncFolderHierarchyResponseMessage"; 4416 4417 // GetUserOofSettings 4418 /** 4419 * The Constant GetUserOofSettingsRequest. 4420 */ 4421 public static final String GetUserOofSettingsRequest = 4422 "GetUserOofSettingsRequest"; 4423 4424 /** 4425 * The Constant GetUserOofSettingsResponse. 4426 */ 4427 public static final String GetUserOofSettingsResponse = 4428 "GetUserOofSettingsResponse"; 4429 4430 // SetUserOofSettings 4431 /** 4432 * The Constant SetUserOofSettingsRequest. 4433 */ 4434 public static final String SetUserOofSettingsRequest = 4435 "SetUserOofSettingsRequest"; 4436 4437 /** 4438 * The Constant SetUserOofSettingsResponse. 4439 */ 4440 public static final String SetUserOofSettingsResponse = 4441 "SetUserOofSettingsResponse"; 4442 4443 // GetUserAvailability 4444 /** 4445 * The Constant GetUserAvailabilityRequest. 4446 */ 4447 public static final String GetUserAvailabilityRequest = 4448 "GetUserAvailabilityRequest"; 4449 4450 /** 4451 * The Constant GetUserAvailabilityResponse. 4452 */ 4453 public static final String GetUserAvailabilityResponse = 4454 "GetUserAvailabilityResponse"; 4455 4456 /** 4457 * The Constant FreeBusyResponseArray. 4458 */ 4459 public static final String FreeBusyResponseArray = "FreeBusyResponseArray"; 4460 4461 /** 4462 * The Constant FreeBusyResponse. 4463 */ 4464 public static final String FreeBusyResponse = "FreeBusyResponse"; 4465 4466 /** 4467 * The Constant SuggestionsResponse. 4468 */ 4469 public static final String SuggestionsResponse = "SuggestionsResponse"; 4470 4471 // GetRoomLists 4472 /** 4473 * The Constant GetRoomListsRequest. 4474 */ 4475 public static final String GetRoomListsRequest = "GetRoomLists"; 4476 4477 /** 4478 * The Constant GetRoomListsResponse. 4479 */ 4480 public static final String GetRoomListsResponse = "GetRoomListsResponse"; 4481 4482 // GetRooms 4483 /** 4484 * The Constant GetRoomsRequest. 4485 */ 4486 public static final String GetRoomsRequest = "GetRooms"; 4487 4488 /** 4489 * The Constant GetRoomsResponse. 4490 */ 4491 public static final String GetRoomsResponse = "GetRoomsResponse"; 4492 4493 // ConvertId 4494 /** 4495 * The Constant ConvertId. 4496 */ 4497 public static final String ConvertId = "ConvertId"; 4498 4499 /** 4500 * The Constant ConvertIdResponse. 4501 */ 4502 public static final String ConvertIdResponse = "ConvertIdResponse"; 4503 4504 /** 4505 * The Constant ConvertIdResponseMessage. 4506 */ 4507 public static final String ConvertIdResponseMessage = 4508 "ConvertIdResponseMessage"; 4509 4510 // AddDelegate 4511 /** 4512 * The Constant AddDelegate. 4513 */ 4514 public static final String AddDelegate = "AddDelegate"; 4515 4516 /** 4517 * The Constant AddDelegateResponse. 4518 */ 4519 public static final String AddDelegateResponse = "AddDelegateResponse"; 4520 4521 /** 4522 * The Constant DelegateUserResponseMessageType. 4523 */ 4524 public static final String DelegateUserResponseMessageType = 4525 "DelegateUserResponseMessageType"; 4526 4527 // RemoveDelegte 4528 /** 4529 * The Constant RemoveDelegate. 4530 */ 4531 public static final String RemoveDelegate = "RemoveDelegate"; 4532 4533 /** 4534 * The Constant RemoveDelegateResponse. 4535 */ 4536 public static final String RemoveDelegateResponse = "RemoveDelegateResponse"; 4537 4538 // GetDelegate 4539 /** 4540 * The Constant GetDelegate. 4541 */ 4542 public static final String GetDelegate = "GetDelegate"; 4543 4544 /** 4545 * The Constant GetDelegateResponse. 4546 */ 4547 public static final String GetDelegateResponse = "GetDelegateResponse"; 4548 4549 // UpdateDelegate 4550 /** 4551 * The Constant UpdateDelegate. 4552 */ 4553 public static final String UpdateDelegate = "UpdateDelegate"; 4554 4555 /** 4556 * The Constant UpdateDelegateResponse. 4557 */ 4558 public static final String UpdateDelegateResponse = "UpdateDelegateResponse"; 4559 4560 // CreateUserConfiguration 4561 /** 4562 * The Constant CreateUserConfiguration. 4563 */ 4564 public static final String CreateUserConfiguration = 4565 "CreateUserConfiguration"; 4566 4567 /** 4568 * The Constant CreateUserConfigurationResponse. 4569 */ 4570 public static final String CreateUserConfigurationResponse = 4571 "CreateUserConfigurationResponse"; 4572 4573 /** 4574 * The Constant CreateUserConfigurationResponseMessage. 4575 */ 4576 public static final String CreateUserConfigurationResponseMessage = 4577 "CreateUserConfigurationResponseMessage"; 4578 4579 // DeleteUserConfiguration 4580 /** 4581 * The Constant DeleteUserConfiguration. 4582 */ 4583 public static final String DeleteUserConfiguration = 4584 "DeleteUserConfiguration"; 4585 4586 /** 4587 * The Constant DeleteUserConfigurationResponse. 4588 */ 4589 public static final String DeleteUserConfigurationResponse = 4590 "DeleteUserConfigurationResponse"; 4591 4592 /** 4593 * The Constant DeleteUserConfigurationResponseMessage. 4594 */ 4595 public static final String DeleteUserConfigurationResponseMessage = 4596 "DeleteUserConfigurationResponseMessage"; 4597 4598 // GetUserConfiguration 4599 /** 4600 * The Constant GetUserConfiguration. 4601 */ 4602 public static final String GetUserConfiguration = "GetUserConfiguration"; 4603 4604 /** 4605 * The Constant GetUserConfigurationResponse. 4606 */ 4607 public static final String GetUserConfigurationResponse = 4608 "GetUserConfigurationResponse"; 4609 4610 /** 4611 * The Constant GetUserConfigurationResponseMessage. 4612 */ 4613 public static final String GetUserConfigurationResponseMessage = 4614 "GetUserConfigurationResponseMessage"; 4615 4616 // UpdateUserConfiguration 4617 /** 4618 * The Constant UpdateUserConfiguration. 4619 */ 4620 public static final String UpdateUserConfiguration = 4621 "UpdateUserConfiguration"; 4622 4623 /** 4624 * The Constant UpdateUserConfigurationResponse. 4625 */ 4626 public static final String UpdateUserConfigurationResponse = 4627 "UpdateUserConfigurationResponse"; 4628 4629 /** 4630 * The Constant UpdateUserConfigurationResponseMessage. 4631 */ 4632 public static final String UpdateUserConfigurationResponseMessage = 4633 "UpdateUserConfigurationResponseMessage"; 4634 4635 // PlayOnPhone 4636 /** 4637 * The Constant PlayOnPhone. 4638 */ 4639 public static final String PlayOnPhone = "PlayOnPhone"; 4640 4641 /** 4642 * The Constant PlayOnPhoneResponse. 4643 */ 4644 public static final String PlayOnPhoneResponse = "PlayOnPhoneResponse"; 4645 4646 // GetPhoneCallInformation 4647 /** 4648 * The Constant GetPhoneCall. 4649 */ 4650 public static final String GetPhoneCall = "GetPhoneCallInformation"; 4651 4652 /** 4653 * The Constant GetPhoneCallResponse. 4654 */ 4655 public static final String GetPhoneCallResponse = 4656 "GetPhoneCallInformationResponse"; 4657 4658 // DisconnectCall 4659 /** 4660 * The Constant DisconnectPhoneCall. 4661 */ 4662 public static final String DisconnectPhoneCall = "DisconnectPhoneCall"; 4663 4664 /** 4665 * The Constant DisconnectPhoneCallResponse. 4666 */ 4667 public static final String DisconnectPhoneCallResponse = 4668 "DisconnectPhoneCallResponse"; 4669 4670 // GetServerTimeZones 4671 /** 4672 * The Constant GetServerTimeZones. 4673 */ 4674 public static final String GetServerTimeZones = "GetServerTimeZones"; 4675 4676 /** 4677 * The Constant GetServerTimeZonesResponse. 4678 */ 4679 public static final String GetServerTimeZonesResponse = 4680 "GetServerTimeZonesResponse"; 4681 4682 /** 4683 * The Constant GetServerTimeZonesResponseMessage. 4684 */ 4685 public static final String GetServerTimeZonesResponseMessage = 4686 "GetServerTimeZonesResponseMessage"; 4687 4688 // GetInboxRules 4689 /** 4690 * The Constant GetInboxRules. 4691 */ 4692 public static final String GetInboxRules = "GetInboxRules"; 4693 4694 /** 4695 * The Constant GetInboxRulesResponse. 4696 */ 4697 public static final String GetInboxRulesResponse = "GetInboxRulesResponse"; 4698 4699 // UpdateInboxRules 4700 /** 4701 * The Constant UpdateInboxRules. 4702 */ 4703 public static final String UpdateInboxRules = "UpdateInboxRules"; 4704 4705 /** 4706 * The Constant UpdateInboxRulesResponse. 4707 */ 4708 public static final String UpdateInboxRulesResponse = 4709 "UpdateInboxRulesResponse"; 4710 4711 // ExecuteDiagnosticMethod 4712 /** 4713 * The Constant ExecuteDiagnosticMethod. 4714 */ 4715 public static final String ExecuteDiagnosticMethod = 4716 "ExecuteDiagnosticMethod"; 4717 4718 /** 4719 * The Constant ExecuteDiagnosticMethodResponse. 4720 */ 4721 public static final String ExecuteDiagnosticMethodResponse = 4722 "ExecuteDiagnosticMethodResponse"; 4723 4724 /** 4725 * The Constant ExecuteDiagnosticMethodResponseMEssage. 4726 */ 4727 public static final String ExecuteDiagnosticMethodResponseMEssage = 4728 "ExecuteDiagnosticMethodResponseMessage"; 4729 4730 // GetPasswordExpirationDate 4731 /** 4732 * The Constant GetPasswordExpirationDate. 4733 */ 4734 public static final String GetPasswordExpirationDateRequest = 4735 "GetPasswordExpirationDate"; 4736 4737 /** 4738 * The Constant GetPasswordExpirationDateResponse. 4739 */ 4740 public static final String GetPasswordExpirationDateResponse = 4741 "GetPasswordExpirationDateResponse"; 4742 4743 // SOAP element names 4744 4745 /** 4746 * The Constant SOAPEnvelopeElementName. 4747 */ 4748 public static final String SOAPEnvelopeElementName = "Envelope"; 4749 4750 /** 4751 * The Constant SOAPHeaderElementName. 4752 */ 4753 public static final String SOAPHeaderElementName = "Header"; 4754 4755 /** 4756 * The Constant SOAPBodyElementName. 4757 */ 4758 public static final String SOAPBodyElementName = "Body"; 4759 4760 /** 4761 * The Constant SOAPFaultElementName. 4762 */ 4763 public static final String SOAPFaultElementName = "Fault"; 4764 4765 /** 4766 * The Constant SOAPFaultCodeElementName. 4767 */ 4768 public static final String SOAPFaultCodeElementName = "faultcode"; 4769 4770 /** 4771 * The Constant SOAPFaultStringElementName. 4772 */ 4773 public static final String SOAPFaultStringElementName = "faultstring"; 4774 4775 /** 4776 * The Constant SOAPFaultActorElementName. 4777 */ 4778 public static final String SOAPFaultActorElementName = "faultactor"; 4779 4780 /** 4781 * The Constant SOAPDetailElementName. 4782 */ 4783 public static final String SOAPDetailElementName = "detail"; 4784 4785 /** 4786 * The Constant EwsResponseCodeElementName. 4787 */ 4788 public static final String EwsResponseCodeElementName = "ResponseCode"; 4789 4790 /** 4791 * The Constant EwsMessageElementName. 4792 */ 4793 public static final String EwsMessageElementName = "Message"; 4794 4795 /** 4796 * The Constant EwsLineElementName. 4797 */ 4798 public static final String EwsLineElementName = "Line"; 4799 4800 /** 4801 * The Constant EwsPositionElementName. 4802 */ 4803 public static final String EwsPositionElementName = "Position"; 4804 4805 /** 4806 * The Constant EwsErrorCodeElementName. 4807 */ 4808 public static final String EwsErrorCodeElementName = "ErrorCode"; // Generated 4809 4810 4811 // by 4812 // Availability 4813 /** 4814 * The Constant EwsExceptionTypeElementName. 4815 */ 4816 public static final String EwsExceptionTypeElementName = "ExceptionType"; // Generated 4817 4818 // by 4819 // UM 4820 4821}