UNPKG

@jaricardodev/ews-javascript-api

Version:
123 lines (103 loc) 146 kB
import {MockXHRApi} from "./MockXHRApi"; export module MockXHRData { export module AutoDiscover { export var autodiscoverRequestWithSingleUserRequest = '<soap:Envelope xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><a:RequestedServerVersion>Exchange2010</a:RequestedServerVersion><wsa:Action>http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscover/GetUserSettings</wsa:Action><wsa:To>https://autodiscover-s.outlook.com/autodiscover/autodiscover.svc</wsa:To></soap:Header><soap:Body><a:GetUserSettingsRequestMessage xmlns:a="http://schemas.microsoft.com/exchange/2010/Autodiscover"><a:Request><a:Users><a:User><a:Mailbox>user@contoso.com</a:Mailbox></a:User></a:Users><a:RequestedSettings><a:Setting>ActiveDirectoryServer</a:Setting><a:Setting>AutoDiscoverSMTPAddress</a:Setting><a:Setting>CasVersion</a:Setting><a:Setting>ExternalEcpPhotoUrl</a:Setting><a:Setting>ExternalEwsUrl</a:Setting><a:Setting>ExternalOABUrl</a:Setting><a:Setting>MailboxDN</a:Setting><a:Setting>MailboxVersion</a:Setting><a:Setting>MobileMailboxPolicy</a:Setting><a:Setting>RedirectUrl</a:Setting><a:Setting>UserDisplayName</a:Setting><a:Setting>UserDN</a:Setting><a:Setting>UserMSOnline</a:Setting></a:RequestedSettings></a:Request></a:GetUserSettingsRequestMessage></soap:Body></soap:Envelope>'; export var autodiscoverRequestWithSingleUserResponse = '<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:a="http://www.w3.org/2005/08/addressing"><s:Header><a:Action s:mustUnderstand="1">http://schemas.microsoft.com/exchange/2010/Autodiscover/Autodiscover/GetUserSettingsResponse</a:Action><h:ServerVersionInfo xmlns:h="http://schemas.microsoft.com/exchange/2010/Autodiscover" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><h:MajorVersion>15</h:MajorVersion><h:MinorVersion>1</h:MinorVersion><h:MajorBuildNumber>201</h:MajorBuildNumber><h:MinorBuildNumber>0</h:MinorBuildNumber><h:Version>Exchange2015</h:Version></h:ServerVersionInfo></s:Header><s:Body><GetUserSettingsResponseMessage xmlns="http://schemas.microsoft.com/exchange/2010/Autodiscover"><Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><ErrorCode>NoError</ErrorCode><ErrorMessage/><UserResponses><UserResponse><ErrorCode>NoError</ErrorCode><ErrorMessage>No error.</ErrorMessage><RedirectTarget i:nil="true"/><UserSettingErrors><UserSettingError><ErrorCode>SettingIsNotAvailable</ErrorCode><ErrorMessage>User setting \'ActiveDirectoryServer\' is not available. </ErrorMessage><SettingName>ActiveDirectoryServer</SettingName></UserSettingError></UserSettingErrors><UserSettings><UserSetting i:type="StringSetting"><Name>UserDisplayName</Name><Value>test user</Value></UserSetting><UserSetting i:type="StringSetting"><Name>UserDN</Name><Value>/o=ExchangeLabs/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=63a7e24920da46f9974b330a05270ead-gstest</Value></UserSetting><UserSetting i:type="StringSetting"><Name>UserMSOnline</Name><Value>True</Value></UserSetting><UserSetting i:type="StringSetting"><Name>AutoDiscoverSMTPAddress</Name><Value>user@contoso.com</Value></UserSetting><UserSetting i:type="StringSetting"><Name>CasVersion</Name><Value>15.01.0201.000</Value></UserSetting><UserSetting i:type="StringSetting"><Name>MailboxVersion</Name><Value>15.01.0201.000</Value></UserSetting><UserSetting i:type="StringSetting"><Name>MailboxDN</Name><Value>/o=ExchangeLabs/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=5f7533c6-6588-4b05-95e0-1932a5da5b3e@contoso.com/cn=Microsoft Private MDB</Value></UserSetting><UserSetting i:type="StringSetting"><Name>ExternalEcpPhotoUrl</Name><Value>https://outlook.office365.com/ecp/PersonalSettings/EditAccount.aspx?rfr=olk&amp;chgPhoto=1&amp;exsvurl=1&amp;realm=contoso.com</Value></UserSetting><UserSetting i:type="StringSetting"><Name>ExternalEwsUrl</Name><Value>https://outlook.office365.com/EWS/Exchange.asmx</Value></UserSetting><UserSetting i:type="StringSetting"><Name>ExternalOABUrl</Name><Value>https://outlook.office365.com/OAB/cc5e4d41-5012-4cfd-bbbd-5752aeee7cd5/</Value></UserSetting><UserSetting i:type="StringSetting"><Name>MobileMailboxPolicy</Name><Value>&lt;eas-provisioningdoc xmlns="Provision:"&gt;&lt;DevicePasswordEnabled&gt;0&lt;/DevicePasswordEnabled&gt;&lt;AlphanumericDevicePasswordRequired&gt;0&lt;/AlphanumericDevicePasswordRequired&gt;&lt;PasswordRecoveryEnabled&gt;0&lt;/PasswordRecoveryEnabled&gt;&lt;RequireStorageCardEncryption&gt;0&lt;/RequireStorageCardEncryption&gt;&lt;AttachmentsEnabled&gt;1&lt;/AttachmentsEnabled&gt;&lt;MinDevicePasswordLength /&gt;&lt;MaxInactivityTimeDeviceLock /&gt;&lt;MaxDevicePasswordFailedAttempts /&gt;&lt;MaxAttachmentSize /&gt;&lt;AllowSimpleDevicePassword&gt;1&lt;/AllowSimpleDevicePassword&gt;&lt;DevicePasswordExpiration /&gt;&lt;DevicePasswordHistory&gt;0&lt;/DevicePasswordHistory&gt;&lt;AllowStorageCard&gt;1&lt;/AllowStorageCard&gt;&lt;AllowCamera&gt;1&lt;/AllowCamera&gt;&lt;RequireDeviceEncryption&gt;0&lt;/RequireDeviceEncryption&gt;&lt;AllowUnsignedApplications&gt;1&lt;/AllowUnsignedApplications&gt;&lt;AllowUnsignedInstallationPackages&gt;1&lt;/AllowUnsignedInstallationPackages&gt;&lt;MinDevicePasswordComplexCharacters&gt;1&lt;/MinDevicePasswordComplexCharacters&gt;&lt;AllowWiFi&gt;1&lt;/AllowWiFi&gt;&lt;AllowTextMessaging&gt;1&lt;/AllowTextMessaging&gt;&lt;AllowPOPIMAPEmail&gt;1&lt;/AllowPOPIMAPEmail&gt;&lt;AllowBluetooth&gt;2&lt;/AllowBluetooth&gt;&lt;AllowIrDA&gt;1&lt;/AllowIrDA&gt;&lt;RequireManualSyncWhenRoaming&gt;0&lt;/RequireManualSyncWhenRoaming&gt;&lt;AllowDesktopSync&gt;1&lt;/AllowDesktopSync&gt;&lt;MaxCalendarAgeFilter&gt;0&lt;/MaxCalendarAgeFilter&gt;&lt;AllowHTMLEmail&gt;1&lt;/AllowHTMLEmail&gt;&lt;MaxEmailAgeFilter&gt;0&lt;/MaxEmailAgeFilter&gt;&lt;MaxEmailBodyTruncationSize&gt;-1&lt;/MaxEmailBodyTruncationSize&gt;&lt;MaxEmailHTMLBodyTruncationSize&gt;-1&lt;/MaxEmailHTMLBodyTruncationSize&gt;&lt;RequireSignedSMIMEMessages&gt;0&lt;/RequireSignedSMIMEMessages&gt;&lt;RequireEncryptedSMIMEMessages&gt;0&lt;/RequireEncryptedSMIMEMessages&gt;&lt;RequireSignedSMIMEAlgorithm&gt;0&lt;/RequireSignedSMIMEAlgorithm&gt;&lt;RequireEncryptionSMIMEAlgorithm&gt;0&lt;/RequireEncryptionSMIMEAlgorithm&gt;&lt;AllowSMIMEEncryptionAlgorithmNegotiation&gt;2&lt;/AllowSMIMEEncryptionAlgorithmNegotiation&gt;&lt;AllowSMIMESoftCerts&gt;1&lt;/AllowSMIMESoftCerts&gt;&lt;AllowBrowser&gt;1&lt;/AllowBrowser&gt;&lt;AllowConsumerEmail&gt;1&lt;/AllowConsumerEmail&gt;&lt;AllowRemoteDesktop&gt;1&lt;/AllowRemoteDesktop&gt;&lt;AllowInternetSharing&gt;1&lt;/AllowInternetSharing&gt;&lt;UnapprovedInROMApplicationList&gt;&lt;/UnapprovedInROMApplicationList&gt;&lt;ApprovedApplicationList&gt;&lt;/ApprovedApplicationList&gt;&lt;/eas-provisioningdoc&gt;</Value></UserSetting></UserSettings></UserResponse></UserResponses></Response></GetUserSettingsResponseMessage></s:Body></s:Envelope>'; } export module Operations { export module ADOperations { export var GetPasswordExpirationRequest = '<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><t:RequestServerVersion Version="Exchange2013" /></soap:Header><soap:Body><m:GetPasswordExpirationDate><m:MailboxSmtpAddress>user@contoso.com</m:MailboxSmtpAddress></m:GetPasswordExpirationDate></soap:Body></soap:Envelope>'; export var GetPasswordExpirationResponse_NeverExpire = '<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo MajorVersion="15" MinorVersion="1" MajorBuildNumber="213" MinorBuildNumber="13" Version="V2_47" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></s:Header><s:Body><GetPasswordExpirationDateResponse ResponseClass="Success" xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><ResponseCode>NoError</ResponseCode><PasswordExpirationDate>9999-12-31T23:59:59.9999999</PasswordExpirationDate></GetPasswordExpirationDateResponse></s:Body></s:Envelope>'; export var DLExpansionRequest = '<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><t:RequestServerVersion Version="Exchange2013" /></soap:Header><soap:Body><m:ExpandDL><m:Mailbox><t:EmailAddress>group@contoso.com</t:EmailAddress></m:Mailbox></m:ExpandDL></soap:Body></soap:Envelope>'; export var DLExpansionMultipleMembersEXtypeResponse = '<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo MajorVersion="15" MinorVersion="1" MajorBuildNumber="213" MinorBuildNumber="13" Version="V2_47" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /></s:Header><s:Body><m:ExpandDLResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:ExpandDLResponseMessage ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:DLExpansion TotalItemsInView="2" IncludesLastItemInRange="true"><t:Mailbox><t:Name>unknown1</t:Name><t:EmailAddress>/o=ExchangeLabs/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=95d91709c4c246b7a4ca5c7541f2b19a-unknown1</t:EmailAddress><t:RoutingType>EX</t:RoutingType><t:MailboxType>Contact</t:MailboxType></t:Mailbox><t:Mailbox><t:Name>unknown2</t:Name><t:EmailAddress>/o=ExchangeLabs/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=cf3e6dacce5d4c449b8ee74c0c978f71-unknown2</t:EmailAddress><t:RoutingType>EX</t:RoutingType><t:MailboxType>Contact</t:MailboxType></t:Mailbox></m:DLExpansion></m:ExpandDLResponseMessage></m:ResponseMessages></m:ExpandDLResponse></s:Body></s:Envelope>'; export var DLExpansionMultipleMembersSMTPtypeResponse = '<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo MajorVersion="15" MinorVersion="1" MajorBuildNumber="213" MinorBuildNumber="13" Version="V2_47" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></s:Header><s:Body><m:ExpandDLResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:ExpandDLResponseMessage ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:DLExpansion TotalItemsInView="2" IncludesLastItemInRange="true"><t:Mailbox><t:Name>child group1</t:Name><t:EmailAddress>child_group1@contoso.com</t:EmailAddress><t:RoutingType>SMTP</t:RoutingType><t:MailboxType>PublicDL</t:MailboxType></t:Mailbox><t:Mailbox><t:Name>child group2</t:Name><t:EmailAddress>child_group2@contoso.com</t:EmailAddress><t:RoutingType>SMTP</t:RoutingType><t:MailboxType>PublicDL</t:MailboxType></t:Mailbox></m:DLExpansion></m:ExpandDLResponseMessage></m:ResponseMessages></m:ExpandDLResponse></s:Body></s:Envelope>'; } export module ItemOperations { export var FindItemRequest1ItemView = '<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><t:RequestServerVersion Version="Exchange2013" /></soap:Header><soap:Body><m:FindItem Traversal="Shallow"><m:ItemShape><t:BaseShape>AllProperties</t:BaseShape></m:ItemShape><m:IndexedPageItemView MaxEntriesReturned="1" Offset="0" BasePoint="Beginning" /><m:ParentFolderIds><t:DistinguishedFolderId Id="inbox" /></m:ParentFolderIds></m:FindItem></soap:Body></soap:Envelope>'; export var FindItemRequest1ItemViewResponse = '<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo MajorVersion="15" MinorVersion="1" MajorBuildNumber="213" MinorBuildNumber="13" Version="V2_47" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></s:Header><s:Body><m:FindItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:FindItemResponseMessage ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:RootFolder IndexedPagingOffset="1" TotalItemsInView="1" IncludesLastItemInRange="false"><t:Items><t:Message><t:ItemId Id="AAMkADM5NjU5ZGZmLTk1NTctNDY2YS05MjAwLTQ5NmY5YzBmNjZhMABGAAAAAAAxdqsfet7ZQohXgGDJQ+OyBwC4YXlr9Lp5Rp85dGfdkOHmAAAAAAEMAAC4YXlr9Lp5Rp85dGfdkOHmAABRZ081AAA=" ChangeKey="CQAAABYAAAC4YXlr9Lp5Rp85dGfdkOHmAABRZ05K"/><t:ParentFolderId Id="AAMkADM5NjU5ZGZmLTk1NTctNDY2YS05MjAwLTQ5NmY5YzBmNjZhMAAuAAAAAAAxdqsfet7ZQohXgGDJQ+OyAQC4YXlr9Lp5Rp85dGfdkOHmAAAAAAEMAAA=" ChangeKey="AQAAAA=="/><t:ItemClass>IPM.Note</t:ItemClass><t:Subject>All sender recipienttype</t:Subject><t:Sensitivity>Normal</t:Sensitivity><t:DateTimeReceived>2015-06-07T05:24:28Z</t:DateTimeReceived><t:Size>13920</t:Size><t:Importance>Normal</t:Importance><t:IsSubmitted>false</t:IsSubmitted><t:IsDraft>false</t:IsDraft><t:IsFromMe>false</t:IsFromMe><t:IsResend>false</t:IsResend><t:IsUnmodified>true</t:IsUnmodified><t:DateTimeSent>2015-06-07T05:24:25Z</t:DateTimeSent><t:DateTimeCreated>2015-06-07T05:24:28Z</t:DateTimeCreated><t:DisplayCc>FirstLast; gs test</t:DisplayCc><t:DisplayTo>gs test; First Last; FirstLast; gstest test2</t:DisplayTo><t:HasAttachments>false</t:HasAttachments><t:Culture>en-US</t:Culture><t:EffectiveRights><t:CreateAssociated>false</t:CreateAssociated><t:CreateContents>false</t:CreateContents><t:CreateHierarchy>false</t:CreateHierarchy><t:Delete>true</t:Delete><t:Modify>true</t:Modify><t:Read>true</t:Read><t:ViewPrivateItems>true</t:ViewPrivateItems></t:EffectiveRights><t:LastModifiedName>gs test</t:LastModifiedName><t:LastModifiedTime>2015-06-07T05:24:28Z</t:LastModifiedTime><t:IsAssociated>false</t:IsAssociated><t:WebClientReadFormQueryString>https://outlook.office365.com/owa/?ItemID=AAMkADM5NjU5ZGZmLTk1NTctNDY2YS05MjAwLTQ5NmY5YzBmNjZhMABGAAAAAAAxdqsfet7ZQohXgGDJQ%2BOyBwC4YXlr9Lp5Rp85dGfdkOHmAAAAAAEMAAC4YXlr9Lp5Rp85dGfdkOHmAABRZ081AAA%3D&amp;exvsurl=1&amp;viewmodel=ReadMessageItem</t:WebClientReadFormQueryString><t:ConversationId Id="AAQkADM5NjU5ZGZmLTk1NTctNDY2YS05MjAwLTQ5NmY5YzBmNjZhMAAQAD3apvxOgSpMjDVxWqWgFOg="/><t:Flag><t:FlagStatus>NotFlagged</t:FlagStatus></t:Flag><t:InstanceKey>AQAAAAAAAQwBAAAAUWdPNQAAAAA=</t:InstanceKey><t:Sender><t:Mailbox><t:Name>gs test</t:Name><t:EmailAddress>/O=EXCHANGELABS/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=63A7E24920DA46F9974B330A05270EAD-GSTEST</t:EmailAddress><t:RoutingType>EX</t:RoutingType><t:MailboxType>OneOff</t:MailboxType></t:Mailbox></t:Sender><t:IsReadReceiptRequested>false</t:IsReadReceiptRequested><t:IsDeliveryReceiptRequested>false</t:IsDeliveryReceiptRequested><t:ConversationIndex>AQHQoOIyPdqm/E6BKkyMNXFapaAU6A==</t:ConversationIndex><t:ConversationTopic>All sender recipienttype</t:ConversationTopic><t:From><t:Mailbox><t:Name>gs test</t:Name><t:EmailAddress>/O=EXCHANGELABS/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=63A7E24920DA46F9974B330A05270EAD-GSTEST</t:EmailAddress><t:RoutingType>EX</t:RoutingType><t:MailboxType>OneOff</t:MailboxType></t:Mailbox></t:From><t:InternetMessageId>&lt;BN3PR09MB0564184956F54C932DA0254B89B00@BN3PR09MB0564.namprd09.prod.outlook.com&gt;</t:InternetMessageId><t:IsRead>false</t:IsRead><t:ReceivedBy><t:Mailbox><t:Name>gstest test2</t:Name><t:RoutingType>EX</t:RoutingType><t:MailboxType>OneOff</t:MailboxType></t:Mailbox></t:ReceivedBy><t:ReceivedRepresenting><t:Mailbox><t:Name>gstest test2</t:Name><t:EmailAddress>/O=EXCHANGELABS/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=852C29AE9B854502A4ED9A68BA629261-GSTEST2</t:EmailAddress><t:RoutingType>EX</t:RoutingType><t:MailboxType>OneOff</t:MailboxType></t:Mailbox></t:ReceivedRepresenting></t:Message></t:Items></m:RootFolder></m:FindItemResponseMessage></m:ResponseMessages></m:FindItemResponse></s:Body></s:Envelope>'; export var GetItemRequestWithIDandExtendedPropertyHeader = '<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><t:RequestServerVersion Version="Exchange2013" /></soap:Header><soap:Body><m:GetItem><m:ItemShape><t:BaseShape>IdOnly</t:BaseShape><t:AdditionalProperties><t:ExtendedFieldURI PropertyTag="125" PropertyType="String" /></t:AdditionalProperties></m:ItemShape><m:ItemIds><t:ItemId Id="AAMkADM5NjU5ZGZmLTk1NTctNDY2YS05MjAwLTQ5NmY5YzBmNjZhMABGAAAAAAAxdqsfet7ZQohXgGDJQ+OyBwC4YXlr9Lp5Rp85dGfdkOHmAAAAAAEMAAC4YXlr9Lp5Rp85dGfdkOHmAABRZ081AAA=" ChangeKey="CQAAABYAAAC4YXlr9Lp5Rp85dGfdkOHmAABRZ05K" /></m:ItemIds></m:GetItem></soap:Body></soap:Envelope>'; export var GetItemRequestWithIDandExtendedPropertyHeaderResponse = '<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo MajorVersion="15" MinorVersion="1" MajorBuildNumber="213" MinorBuildNumber="13" Version="V2_47" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></s:Header><s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><m:GetItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:GetItemResponseMessage ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:Items><t:Message><t:ItemId Id="AAMkADM5NjU5ZGZmLTk1NTctNDY2YS05MjAwLTQ5NmY5YzBmNjZhMABGAAAAAAAxdqsfet7ZQohXgGDJQ+OyBwC4YXlr9Lp5Rp85dGfdkOHmAAAAAAEMAAC4YXlr9Lp5Rp85dGfdkOHmAABRZ081AAA=" ChangeKey="CQAAABYAAAC4YXlr9Lp5Rp85dGfdkOHmAABRZ05K"/><t:ExtendedProperty><t:ExtendedFieldURI PropertyTag="0x7d" PropertyType="String"/><t:Value>Received: from BL2PR09MB0130.namprd09.prod.outlook.com (10.255.233.140) by&#xD;\ BY2PR09MB0141.namprd09.prod.outlook.com (10.255.243.139) with Microsoft SMTP&#xD;\ Server (TLS) id 15.1.184.17 via Mailbox Transport; Sun, 7 Jun 2015 05:24:27&#xD;\ +0000&#xD;\ Received: from BN3PR09MB0561.namprd09.prod.outlook.com (10.160.119.18) by&#xD;\ BL2PR09MB0130.namprd09.prod.outlook.com (10.255.233.140) with Microsoft SMTP&#xD;\ Server (TLS) id 15.1.172.22; Sun, 7 Jun 2015 05:24:26 +0000&#xD;\ Authentication-Results: contoso.com; dkim=none (message not signed)&#xD;\ header.d=none;&#xD;\ Received: from BN3PR09MB0564.namprd09.prod.outlook.com (10.160.119.21) by&#xD;\ BN3PR09MB0561.namprd09.prod.outlook.com (10.160.119.18) with Microsoft SMTP&#xD;\ Server (TLS) id 15.1.184.17; Sun, 7 Jun 2015 05:24:25 +0000&#xD;\ Received: from BN3PR09MB0564.namprd09.prod.outlook.com ([10.160.119.21]) by&#xD;\ BN3PR09MB0564.namprd09.prod.outlook.com ([10.160.119.21]) with mapi id&#xD;\ 15.01.0184.014; Sun, 7 Jun 2015 05:24:25 +0000&#xD;\ Content-Type: application/ms-tnef; name="winmail.dat"&#xD;\ Content-Transfer-Encoding: binary&#xD;\ From: gs test &lt;user@consotocom.onmicrosoft.com&gt;&#xD;\ To: gs test &lt;user@consotocom.onmicrosoft.com&gt;, First Last&#xD;\ &lt;user2@consotocom.onmicrosoft.com&gt;, FirstLast &lt;user@contoso.com&gt;, gstest test2&#xD;\ &lt;user3@consotocom.onmicrosoft.com&gt;&#xD;\ CC: FirstLast &lt;user@contoso.com&gt;, gs test &lt;user@consotocom.onmicrosoft.com&gt;&#xD;\ Subject: All sender recipienttype&#xD;\ Thread-Topic: All sender recipienttype&#xD;\ Thread-Index: AQHQoOIyPdqm/E6BKkyMNXFapaAU6A==&#xD;\ Date: Sun, 7 Jun 2015 05:24:25 +0000&#xD;\ Message-ID: &lt;BN3PR09MB0564184956F54C932DA0254B89B00@BN3PR09MB0564.namprd09.prod.outlook.com&gt;&#xD;\ Accept-Language: en-US&#xD;\ Content-Language: en-US&#xD;\ X-MS-Has-Attach:&#xD;\ X-MS-Exchange-Organization-SCL: -1&#xD;\ X-MS-TNEF-Correlator: &lt;BN3PR09MB0564184956F54C932DA0254B89B00@BN3PR09MB0564.namprd09.prod.outlook.com&gt;&#xD;\ MIME-Version: 1.0&#xD;\ X-MS-Exchange-Organization-MessageDirectionality: Originating&#xD;\ X-MS-Exchange-Organization-AuthSource: BN3PR09MB0564.namprd09.prod.outlook.com&#xD;\ X-MS-Exchange-Organization-AuthAs: Internal&#xD;\ X-MS-Exchange-Organization-AuthMechanism: 04&#xD;\ X-Originating-IP: [24.16.97.116]&#xD;\ X-MS-Exchange-Organization-Network-Message-Id: b0f38c7c-a6b9-4de8-0ddc-08d26ef95a90&#xD;\ Return-Path: user@consotocom.onmicrosoft.com&#xD;\ X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN3PR09MB0561;UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BL2PR09MB0130;&#xD;\ X-MS-Exchange-Organization-AVStamp-Service: 1.0&#xD;\ X-Exchange-Antispam-Report-Test: UriScan:;&#xD;\ X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(520003)(3002001);SRVR:BN3PR09MB0561;BCL:0;PCL:0;RULEID:;SRVR:BN3PR09MB0561;&#xD;\ X-Forefront-Antispam-Report: SFV:SKI;SFS:;DIR:INB;SFP:;SCL:-1;SRVR:BN3PR09MB0561;H:BN3PR09MB0564.namprd09.prod.outlook.com;FPR:;SPF:None;LANG:;;SKIP:1;&#xD;\ X-MS-Exchange-CrossTenant-OriginalArrivalTime: 07 Jun 2015 05:24:25.2650&#xD;\ (UTC)&#xD;\ X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted&#xD;\ X-MS-Exchange-CrossTenant-Id: 5838ece5-90ac-4f56-acd9-ae5b711c224b&#xD;\ X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN3PR09MB0561&#xD;\ X-MS-Exchange-Transport-EndToEndLatency: 00:00:03.2068487&#xD;\ </t:Value></t:ExtendedProperty></t:Message></m:Items></m:GetItemResponseMessage></m:ResponseMessages></m:GetItemResponse></s:Body></s:Envelope>'; export var GetTaskItemWithCustomRecurranceRequest = '<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><t:RequestServerVersion Version="Exchange2013" /></soap:Header><soap:Body><m:FindItem Traversal="Shallow"><m:ItemShape><t:BaseShape>AllProperties</t:BaseShape></m:ItemShape><m:IndexedPageItemView MaxEntriesReturned="2" Offset="0" BasePoint="Beginning" /><m:ParentFolderIds><t:DistinguishedFolderId Id="tasks" /></m:ParentFolderIds></m:FindItem></soap:Body></soap:Envelope>'; export var GetTaskItemWithCustomRecurranceRequestResponse = '<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo MajorVersion="15" MinorVersion="1" MajorBuildNumber="427" MinorBuildNumber="20" Version="V2016_01_06" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></s:Header><s:Body><m:FindItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:FindItemResponseMessage ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:RootFolder IndexedPagingOffset="1" TotalItemsInView="1" IncludesLastItemInRange="true"><t:Items><t:Task><t:ItemId Id="AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwBGAAAAAAD7THPLlZw5QIg6OXUk7V98BwBW56ZK5wEvSplui1kQQWjKAAAAAAESAABW56ZK5wEvSplui1kQQWjKAAAINC/mAAA=" ChangeKey="EwAAABYAAABW56ZK5wEvSplui1kQQWjKAAAIM8u3"/><t:ParentFolderId Id="AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwAuAAAAAAD7THPLlZw5QIg6OXUk7V98AQBW56ZK5wEvSplui1kQQWjKAAAAAAESAAA=" ChangeKey="AQAAAA=="/><t:ItemClass>IPM.Task</t:ItemClass><t:Subject>testRecurrance</t:Subject><t:Sensitivity>Normal</t:Sensitivity><t:DateTimeReceived>2016-03-10T20:58:59Z</t:DateTimeReceived><t:Size>1701</t:Size><t:Importance>High</t:Importance><t:IsSubmitted>false</t:IsSubmitted><t:IsDraft>false</t:IsDraft><t:IsFromMe>false</t:IsFromMe><t:IsResend>false</t:IsResend><t:IsUnmodified>false</t:IsUnmodified><t:DateTimeSent>2016-03-10T20:58:59Z</t:DateTimeSent><t:DateTimeCreated>2016-03-10T20:58:59Z</t:DateTimeCreated><t:ReminderDueBy>2016-03-23T02:30:00Z</t:ReminderDueBy><t:ReminderIsSet>true</t:ReminderIsSet><t:ReminderNextTime>2016-03-23T02:30:00Z</t:ReminderNextTime><t:ReminderMinutesBeforeStart>0</t:ReminderMinutesBeforeStart><t:HasAttachments>false</t:HasAttachments><t:Culture>en-US</t:Culture><t:EffectiveRights><t:CreateAssociated>false</t:CreateAssociated><t:CreateContents>false</t:CreateContents><t:CreateHierarchy>false</t:CreateHierarchy><t:Delete>true</t:Delete><t:Modify>true</t:Modify><t:Read>true</t:Read><t:ViewPrivateItems>true</t:ViewPrivateItems></t:EffectiveRights><t:LastModifiedName>Group Manager</t:LastModifiedName><t:LastModifiedTime>2016-03-10T21:08:20Z</t:LastModifiedTime><t:IsAssociated>false</t:IsAssociated><t:WebClientReadFormQueryString>https://outlook.office365.com/owa/?ItemID=AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwBGAAAAAAD7THPLlZw5QIg6OXUk7V98BwBW56ZK5wEvSplui1kQQWjKAAAAAAESAABW56ZK5wEvSplui1kQQWjKAAAINC%2FmAAA%3D&amp;exvsurl=1&amp;viewmodel=TaskReadingPaneViewModelPopOutFactory</t:WebClientReadFormQueryString><t:WebClientEditFormQueryString>https://outlook.office365.com/owa/?ItemID=AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwBGAAAAAAD7THPLlZw5QIg6OXUk7V98BwBW56ZK5wEvSplui1kQQWjKAAAAAAESAABW56ZK5wEvSplui1kQQWjKAAAINC%2FmAAA%3D&amp;exvsurl=1&amp;viewmodel=TaskReadingPaneViewModelPopOutFactory</t:WebClientEditFormQueryString><t:ConversationId Id="AAQkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwAQANQdjNmPALIE6YAJmOz4Qn4="/><t:Flag><t:FlagStatus>NotFlagged</t:FlagStatus></t:Flag><t:InstanceKey>AQAAAAAAARIBAAAACDQv5gAAAAA=</t:InstanceKey><t:ActualWork>1140</t:ActualWork><t:BillingInformation>too much</t:BillingInformation><t:ChangeCount>1</t:ChangeCount><t:Companies><t:String>my own company</t:String></t:Companies><t:DueDate>2016-03-23T18:30:00Z</t:DueDate><t:IsComplete>false</t:IsComplete><t:IsRecurring>true</t:IsRecurring><t:Mileage>not sure</t:Mileage><t:Owner>Group Manager</t:Owner><t:PercentComplete>20</t:PercentComplete><t:StartDate>2016-03-14T18:30:00Z</t:StartDate><t:Status>InProgress</t:Status><t:TotalWork>1200</t:TotalWork></t:Task></t:Items></m:RootFolder></m:FindItemResponseMessage></m:ResponseMessages></m:FindItemResponse></s:Body></s:Envelope>'; export var LoadTaskItemWithCustomRecurranceRequest = '<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><t:RequestServerVersion Version="Exchange2013" /></soap:Header><soap:Body><m:GetItem><m:ItemShape><t:BaseShape>AllProperties</t:BaseShape></m:ItemShape><m:ItemIds><t:ItemId Id="AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwBGAAAAAAD7THPLlZw5QIg6OXUk7V98BwBW56ZK5wEvSplui1kQQWjKAAAAAAESAABW56ZK5wEvSplui1kQQWjKAAAINC/mAAA=" ChangeKey="EwAAABYAAABW56ZK5wEvSplui1kQQWjKAAAIM8u3" /></m:ItemIds></m:GetItem></soap:Body></soap:Envelope>'; /** * With ListValuePropertyDefinition examples */ export var LoadTaskItemWithCustomRecurranceRequestResponse = '<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo MajorVersion="15" MinorVersion="1"\ MajorBuildNumber="427" MinorBuildNumber="20" Version="V2016_01_06" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></s:Header><s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><m:GetItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:GetItemResponseMessage ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:Items><t:Task><t:ItemId Id="AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwBGAAAAAAD7THPLlZw5QIg6OXUk7V98BwBW56ZK5wEvSplui1kQQWjKAAAAAAESAABW56ZK5wEvSplui1kQQWjKAAAINC/mAAA=" ChangeKey="EwAAABYAAABW56ZK5wEvSplui1kQQWjKAAAIM8u3"/><t:ParentFolderId Id="AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwAuAAAAAAD7THPLlZw5QIg6OXUk7V98AQBW56ZK5wEvSplui1kQQWjKAAAAAAESAAA=" ChangeKey="AQAAAA=="/><t:ItemClass>IPM.Task</t:ItemClass><t:Subject>testRecurrance</t:Subject><t:Sensitivity>Normal</t:Sensitivity><t:Body BodyType="HTML" IsTruncated="false">&lt;html&gt;&#xD;\ &lt;head&gt;&#xD;\ &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;&#xD;\ &lt;style type="text/css" style="display:none;"&gt;&lt;!-- P {margin-top:0;margin-bottom:0;} --&gt;&lt;/style&gt;&#xD;\ &lt;/head&gt;&#xD;\ &lt;body dir="ltr"&gt;&#xD;\ &lt;div id="divtagdefaultwrapper" style="color: rgb(0, 0, 0); font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; background-color: rgb(255, 255, 255);"&gt;&#xD;\ &lt;p&gt;test data&lt;br&gt;&#xD;\ &lt;/p&gt;&#xD;\ &lt;/div&gt;&#xD;\ &lt;/body&gt;&#xD;\ &lt;/html&gt;&#xD;\ </t:Body><t:DateTimeReceived>2016-03-10T20:58:59Z</t:DateTimeReceived><t:Size>1701</t:Size><t:Importance>High</t:Importance><t:IsSubmitted>false</t:IsSubmitted><t:IsDraft>false</t:IsDraft><t:IsFromMe>false</t:IsFromMe><t:IsResend>false</t:IsResend><t:IsUnmodified>false</t:IsUnmodified><t:DateTimeSent>2016-03-10T20:58:59Z</t:DateTimeSent><t:DateTimeCreated>2016-03-10T20:58:59Z</t:DateTimeCreated><t:ReminderDueBy>2016-03-23T02:30:00Z</t:ReminderDueBy><t:ReminderIsSet>true</t:ReminderIsSet><t:ReminderNextTime>2016-03-23T02:30:00Z</t:ReminderNextTime><t:ReminderMinutesBeforeStart>0</t:ReminderMinutesBeforeStart><t:HasAttachments>false</t:HasAttachments><t:Culture>en-US</t:Culture><t:EffectiveRights><t:CreateAssociated>false</t:CreateAssociated><t:CreateContents>false</t:CreateContents><t:CreateHierarchy>false</t:CreateHierarchy><t:Delete>true</t:Delete><t:Modify>true</t:Modify><t:Read>true</t:Read><t:ViewPrivateItems>true</t:ViewPrivateItems></t:EffectiveRights><t:LastModifiedName>Group Manager</t:LastModifiedName><t:LastModifiedTime>2016-03-10T21:08:20Z</t:LastModifiedTime><t:IsAssociated>false</t:IsAssociated><t:WebClientReadFormQueryString>https://outlook.office365.com/owa/?ItemID=AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwBGAAAAAAD7THPLlZw5QIg6OXUk7V98BwBW56ZK5wEvSplui1kQQWjKAAAAAAESAABW56ZK5wEvSplui1kQQWjKAAAINC%2FmAAA%3D&amp;exvsurl=1&amp;viewmodel=TaskReadingPaneViewModelPopOutFactory</t:WebClientReadFormQueryString><t:WebClientEditFormQueryString>https://outlook.office365.com/owa/?ItemID=AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwBGAAAAAAD7THPLlZw5QIg6OXUk7V98BwBW56ZK5wEvSplui1kQQWjKAAAAAAESAABW56ZK5wEvSplui1kQQWjKAAAINC%2FmAAA%3D&amp;exvsurl=1&amp;viewmodel=TaskReadingPaneViewModelPopOutFactory</t:WebClientEditFormQueryString><t:ConversationId Id="AAQkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwAQANQdjNmPALIE6YAJmOz4Qn4="/><t:Flag><t:FlagStatus>NotFlagged</t:FlagStatus></t:Flag><t:InstanceKey>AQAAAAAAARIBAAAACDQv5gAAAAA=</t:InstanceKey><t:EntityExtractionResult/><t:ActualWork>1140</t:ActualWork><t:BillingInformation>too much</t:BillingInformation><t:ChangeCount>1</t:ChangeCount><t:Companies><t:String>my own company</t:String></t:Companies><t:DueDate>2016-03-23T18:30:00Z</t:DueDate><t:IsComplete>false</t:IsComplete><t:IsRecurring>true</t:IsRecurring><t:Mileage>not sure</t:Mileage><t:Owner>Group Manager</t:Owner><t:PercentComplete>20</t:PercentComplete><t:Recurrence><t:WeeklyRecurrence><t:Interval>1</t:Interval><t:DaysOfWeek>Tuesday Wednesday Thursday</t:DaysOfWeek><t:FirstDayOfWeek>Sunday</t:FirstDayOfWeek></t:WeeklyRecurrence><t:EndDateRecurrence><t:StartDate>2016-03-15Z</t:StartDate><t:EndDate>2016-03-25Z</t:EndDate></t:EndDateRecurrence></t:Recurrence><t:StartDate>2016-03-14T18:30:00Z</t:StartDate><t:Status>InProgress</t:Status><t:StatusDescription>In Progress</t:StatusDescription><t:TotalWork>1200</t:TotalWork></t:Task></m:Items></m:GetItemResponseMessage></m:ResponseMessages></m:GetItemResponse></s:Body></s:Envelope>'; export var FindItemWithTentativelyAcceptedMeetingResponseRequest = '<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><t:RequestServerVersion Version="Exchange2013" /></soap:Header><soap:Body><m:FindItem Traversal="Shallow"><m:ItemShape><t:BaseShape>AllProperties</t:BaseShape></m:ItemShape><m:IndexedPageItemView MaxEntriesReturned="1" Offset="0" BasePoint="Beginning" /><m:ParentFolderIds><t:DistinguishedFolderId Id="inbox" /></m:ParentFolderIds></m:FindItem></soap:Body></soap:Envelope>'; export var FindItemWithTentativelyAcceptedMeetingResponseRequestResponse = '<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo MajorVersion="15" MinorVersion="1" MajorBuildNumber="427" MinorBuildNumber="20" Version="V2016_01_06" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></s:Header><s:Body><m:FindItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:FindItemResponseMessage ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:RootFolder IndexedPagingOffset="1" TotalItemsInView="6" IncludesLastItemInRange="false"><t:Items><t:MeetingResponse><t:ItemId Id="AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwBGAAAAAAD7THPLlZw5QIg6OXUk7V98BwBW56ZK5wEvSplui1kQQWjKAAAAAAEMAABW56ZK5wEvSplui1kQQWjKAAAINEdWAAA=" ChangeKey="DAAAABYAAABW56ZK5wEvSplui1kQQWjKAAAIM6RY"/><t:ParentFolderId Id="AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwAuAAAAAAD7THPLlZw5QIg6OXUk7V98AQBW56ZK5wEvSplui1kQQWjKAAAAAAEMAAA=" ChangeKey="AQAAAA=="/><t:ItemClass>IPM.Schedule.Meeting.Resp.Tent</t:ItemClass><t:Subject>Tentative:test accept</t:Subject><t:Sensitivity>Normal</t:Sensitivity><t:DateTimeReceived>2016-03-11T23:21:22Z</t:DateTimeReceived><t:Size>15305</t:Size><t:Importance>Normal</t:Importance><t:IsSubmitted>false</t:IsSubmitted><t:IsDraft>false</t:IsDraft><t:IsFromMe>false</t:IsFromMe><t:IsResend>false</t:IsResend><t:IsUnmodified>true</t:IsUnmodified><t:DateTimeSent>2016-03-11T23:21:20Z</t:DateTimeSent><t:DateTimeCreated>2016-03-11T23:21:22Z</t:DateTimeCreated><t:ReminderDueBy>2016-03-11T23:30:00Z</t:ReminderDueBy><t:ReminderNextTime>2016-03-11T23:15:00Z</t:ReminderNextTime><t:DisplayTo>Group Manager</t:DisplayTo><t:HasAttachments>false</t:HasAttachments><t:Culture>en-US</t:Culture><t:EffectiveRights><t:CreateAssociated>false</t:CreateAssociated><t:CreateContents>false</t:CreateContents><t:CreateHierarchy>false</t:CreateHierarchy><t:Delete>true</t:Delete><t:Modify>true</t:Modify><t:Read>true</t:Read><t:ViewPrivateItems>true</t:ViewPrivateItems></t:EffectiveRights><t:LastModifiedName>room1</t:LastModifiedName><t:LastModifiedTime>2016-03-11T23:21:22Z</t:LastModifiedTime><t:IsAssociated>false</t:IsAssociated><t:WebClientReadFormQueryString>https://outlook.office365.com/owa/?ItemID=AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwBGAAAAAAD7THPLlZw5QIg6OXUk7V98BwBW56ZK5wEvSplui1kQQWjKAAAAAAEMAABW56ZK5wEvSplui1kQQWjKAAAINEdWAAA%3D&amp;exvsurl=1&amp;viewmodel=ReadMessageItem</t:WebClientReadFormQueryString><t:ConversationId Id="AAQkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwAQAMIlEZ4jR/NLtX4GuH92/M4="/><t:Flag><t:FlagStatus>NotFlagged</t:FlagStatus></t:Flag><t:InstanceKey>AQAAAAAAAQwBAAAACDRHVgAAAAA=</t:InstanceKey><t:Sender><t:Mailbox><t:Name>room1</t:Name><t:EmailAddress>room@contoso.com</t:EmailAddress><t:RoutingType>SMTP</t:RoutingType><t:MailboxType>OneOff</t:MailboxType></t:Mailbox></t:Sender><t:IsReadReceiptRequested>false</t:IsReadReceiptRequested><t:ConversationIndex>AdF77LWcwiURniNH80u1fga4f3b8zgAAAQKs</t:ConversationIndex><t:ConversationTopic>test accept</t:ConversationTopic><t:From><t:Mailbox><t:Name>room1</t:Name><t:EmailAddress>room@contoso.com</t:EmailAddress><t:RoutingType>SMTP</t:RoutingType><t:MailboxType>OneOff</t:MailboxType></t:Mailbox></t:From><t:InternetMessageId>&lt;SN1PR02MB1376ABA36C5A363829996FBB86B50@SN1PR02MB1376.namprd02.prod.outlook.com&gt;</t:InternetMessageId><t:IsRead>false</t:IsRead><t:ReceivedBy><t:Mailbox><t:Name>Group Manager</t:Name><t:RoutingType>EX</t:RoutingType><t:MailboxType>OneOff</t:MailboxType></t:Mailbox></t:ReceivedBy><t:ReceivedRepresenting><t:Mailbox><t:Name>Group Manager</t:Name><t:EmailAddress>/O=EXCHANGELABS/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=A568D36B45D44774BB8A67210FCCFA63-GROUPTEST</t:EmailAddress><t:RoutingType>EX</t:RoutingType><t:MailboxType>OneOff</t:MailboxType></t:Mailbox></t:ReceivedRepresenting><t:HasBeenProcessed>true</t:HasBeenProcessed><t:ResponseType>Tentative</t:ResponseType><t:UID>040000008200E00074C5B7101A82E00800000000D9D198B5EC7BD1010000000000000000100000002A3066F01681AC4089EA4E4EFDEC89FA</t:UID><t:DateTimeStamp>2016-03-11T23:21:20Z</t:DateTimeStamp><t:Start>2016-03-11T23:30:00Z</t:Start><t:End>2016-03-12T00:30:00Z</t:End><t:Location>room1</t:Location><t:CalendarItemType>Single</t:CalendarItemType></t:MeetingResponse></t:Items></m:RootFolder></m:FindItemResponseMessage></m:ResponseMessages></m:FindItemResponse></s:Body></s:Envelope>'; export var GetItemWithTentativelyAcceptedMeetingResponseRequest = '<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><t:RequestServerVersion Version="Exchange2013" /></soap:Header><soap:Body><m:GetItem><m:ItemShape><t:BaseShape>AllProperties</t:BaseShape></m:ItemShape><m:ItemIds><t:ItemId Id="AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwBGAAAAAAD7THPLlZw5QIg6OXUk7V98BwBW56ZK5wEvSplui1kQQWjKAAAAAAEMAABW56ZK5wEvSplui1kQQWjKAAAINEdWAAA=" ChangeKey="DAAAABYAAABW56ZK5wEvSplui1kQQWjKAAAIM6RY" /></m:ItemIds></m:GetItem></soap:Body></soap:Envelope>'; export var GetItemWithTentativelyAcceptedMeetingResponseRequestResponse = '<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo MajorVersion="15" MinorVersion="1" MajorBuildNumber="427" MinorBuildNumber="20" Version="V2016_01_06" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></s:Header><s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><m:GetItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:GetItemResponseMessage ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:Items><t:MeetingResponse><t:ItemId Id="AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwBGAAAAAAD7THPLlZw5QIg6OXUk7V98BwBW56ZK5wEvSplui1kQQWjKAAAAAAEMAABW56ZK5wEvSplui1kQQWjKAAAINEdWAAA=" ChangeKey="DAAAABYAAABW56ZK5wEvSplui1kQQWjKAAAIM6RY"/><t:ParentFolderId Id="AAMkADQwYjI2NmQzLWRjOGItNDcyMC1iMWE2LWZiMWQxZTk0NDA5YwAuAAAAAAD7THPLlZw5QIg6OXUk7V98AQBW56ZK5wEvSplui1kQQWjKAAAAAAEMAAA=" ChangeKey="AQAAAA=="/><t:ItemClass>IPM.Schedule.Meeting.Resp.Tent</t:ItemClass><t:Subject>Tentative:test accept</t:Subject><t:Sensitivity>Normal</t:Sensitivity><t:Body BodyType="HTML" IsTruncated="false">&lt;html&gt;&#xD;\ &lt;head&gt;&#xD;\ &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;&#xD;\ &lt;/head&gt;&#xD;\ &lt;body&gt;&#xD;\ &lt;font size="2" color="#000000" face="Tahoma"&gt;&lt;b&gt;&lt;font color="#000066" size="3" face="Arial"&gt;Your request was received and is pending approval.&lt;/font&gt;&lt;/b&gt;&#xD;\ &lt;hr&gt;&#xD;\ &lt;font color="#808080" size="1" face="Arial"&gt;Sent by Microsoft Exchange Server 2016&lt;/font&gt;&lt;/font&gt;&#xD;\ &lt;/body&gt;&#xD;\ &lt;/html&gt;&#xD;\ </t:Body><t:DateTimeReceived>2016-03-11T23:21:22Z</t:DateTimeReceived><t:Size>15305</t:Size><t:Importance>Normal</t:Importance><t:IsSubmitted>false</t:IsSubmitted><t:IsDraft>false</t:IsDraft><t:IsFromMe>false</t:IsFromMe><t:IsResend>false</t:IsResend><t:IsUnmodified>true</t:IsUnmodified><t:InternetMessageHeaders><t:InternetMessageHeader HeaderName="Received">from SN1PR02MB1760.namprd02.prod.outlook.com (10.162.129.150) by CY1PR02MB1754.namprd02.prod.outlook.com (10.162.165.148) with Microsoft SMTP Server (TLS) id 15.1.427.16 via Mailbox Transport; Fri, 11 Mar 2016 23:21:22 +0000</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="Received">from SN1PR02MB1376.namprd02.prod.outlook.com (10.162.0.16) by SN1PR02MB1760.namprd02.prod.outlook.com (10.162.129.150) with Microsoft SMTP Server (TLS) id 15.1.427.16; Fri, 11 Mar 2016 23:21:21 +0000</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="Received">from SN1PR02MB1376.namprd02.prod.outlook.com ([10.162.0.16]) by SN1PR02MB1376.namprd02.prod.outlook.com ([10.162.0.16]) with mapi id 15.01.0427.020; Fri, 11 Mar 2016 23:21:21 +0000</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="Authentication-Results">contoso.com.in; dkim=none (message not signed) header.d=none;contoso.com.in; dmarc=none action=none header.from=contoso.com.in;</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="Content-Type">application/ms-tnef</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="Content-Transfer-Encoding">binary</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="Subject">Tentative:test accept</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="Thread-Topic">test accept</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="Thread-Index">AdF77LWcwiURniNH80u1fga4f3b8zgAAAK5N</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="Date">Fri, 11 Mar 2016 23:21:20 +0000</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="Message-ID">&lt;SN1PR02MB1376ABA36C5A363829996FBB86B50@SN1PR02MB1376.namprd02.prod.outlook.com&gt;</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="Accept-Language">en-US</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="Content-Language">en-US</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-Exchange-Organization-SCL">-1</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-TNEF-Correlator">&lt;SN1PR02MB1376ABA36C5A363829996FBB86B50@SN1PR02MB1376.namprd02.prod.outlook.com&gt;</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="MIME-Version">1.0</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-Exchange-Organization-MessageDirectionality">Originating</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-Exchange-Organization-AuthSource">SN1PR02MB1376.namprd02.prod.outlook.com</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-Exchange-Organization-AuthAs">Internal</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-Exchange-Organization-AuthMechanism">04</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-Exchange-Organization-Network-Message-Id">1cc0bcc7-fcb1-4f1a-7a8f-08d34a03db66</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="Return-Path">room@contoso.com</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-Office365-Filtering-Correlation-Id">1cc0bcc7-fcb1-4f1a-7a8f-08d34a03db66</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-Microsoft-Antispam">UriScan:;BCL:0;PCL:0;RULEID:;SRVR:SN1PR02MB1760;</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-Exchange-Organization-AVStamp-Service">1.0</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-Exchange-Antispam-Report-Test">UriScan:;</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-Exchange-Antispam-Report-CFA-Test">BCL:0;PCL:0;RULEID:(601004)(2401047)(8121501046)(10201501046)(3002001);SRVR:SN1PR02MB1760;BCL:0;PCL:0;RULEID:;SRVR:SN1PR02MB1760;</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-Forefront-Antispam-Report">SFV:SKI;SFS:;DIR:INB;SFP:;SCL:-1;SRVR:SN1PR02MB1760;H:SN1PR02MB1376.namprd02.prod.outlook.com;FPR:;SPF:None;LANG:en;</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="SpamDiagnosticOutput">1:0</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-Exchange-CrossTenant-OriginalArrivalTime">11 Mar 2016 23:21:20.6905 (UTC)</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-Exchange-CrossTenant-FromEntityHeader">Hosted</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-Exchange-CrossTenant-Id">459dde7d-be02-4767-933d-76263442fb00</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-Exchange-Transport-CrossTenantHeadersStamped">SN1PR02MB1760</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-MS-Exchange-Transport-EndToEndLatency">00:00:02.0039592</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-Microsoft-Exchange-Diagnostics">1;SN1PR02MB1760;2:3EDwKydbPLDh8ms06TjJ4laCBaJxmSR+5P39Ndk80+VmGup1gnqKzdK3h5STHcAD9Vp2OeyZJ7q7rdZpDrFFL4XVtHgScSYCwhJu9aV22m2ohHCSB05dvgXs2j/KvUEDqS0CzCWS+O+L+lvql9Y9AmxH2Hei2t4eyW7djtvxSjoZOubw8yPBjy8v1Wuw6Jdf;3:Y35rRR84NGyb5JQVCb3qiHuLk93RhghuJFxga2dR+oVHPxTmX9d7E4vJRgv5bgGkP4wSJwZ3ZaMN55WYQOMxyn1mmdhyirp+6LdAS/a2MwRP0BJAVMpSexiZakZ1L2Jd;25:GnRQ6+OQ900VKzEsNIK1biuaPuxXCRxbxptUEoy9E98gMQ15VUxLot74pTRPuk9e0hIBXCH0gXE2llue6ATF1lfeaBebPVfeTktjRP4OfiKApfsRJFKgwDT6cx6Q6CixqA7fUDCvTWAXxWFH3a7YxKKRpbUMcU6Ki4CQd8kAuC241YLf3qFxbwGZXzby1G72nYHKQTLjD7WocSiAexG7jtP1VN9+o1uJilxRwUgtmH9oiFSubW+GzIGN15wNurwTkzXvQIt+21pg9NxYB0xIacVv6dIE01HJaXMtlPEepGdR3K+GF2GEoZfCUgdfaMELZzLV5nr7nT0mQ1lo6yU/vg==</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-Microsoft-Exchange-Diagnostics">1;SN1PR02MB1760;4:k6aPox8g/1dxYUcvd/yYAEsPq2yALuPszp+gjGAX7uyEcmR/pxWnYzpylUoK8xOYySc8l0rRQ8eu2nBlKeixY4gLK0g9sSXnqmOrR0kWjRgEMPXGbiyKClJzC5H+jZhazT/H69mKBC9tk5PtaDERT07jqTI/rnB3/VNE1gR5JVP+9XO2lJ3qSNGrVf8JV16W8HHyPPJlDpQ/xZb/PMwwC7O9HiUSdoifqkzWVheYsplwaEsWdvnLbcDEHqdyQbAk4DyDxoNQv4+qlCcEdlBpW1ze99rE8EE9BCPqHH7Nuz6aZ+BMnhJEnHnYMhZJN9Xa02wD2FlQ4Nhvtf2ZZ6VDgTBgwgjKtO1O6WYSBjMXrwg=;23:RvsLNYxP61CUOFlYL+1Lp7uairMT4RjCy8S0xoOhGNQU16dos0BFWO0RDgYfk3CKQCvMpIJ/TYqIMjMmV5desd/uTmNxAW8kDaZazI1Zx2FMFIGknrSesEBeKXeJ8iAkIlmPVmrolQktAJ9UCDNr8kVE+X6gFCrLgKbn4iuDdvPkhRtjgTQII13dgUPVMCa7;5:KgS6iHU+yvbC1J3vvk4t4H6rMJh3MyXHWJ9BxjEKJjUqRGkF9v/ANmrDiPUpKYlFkaYEnE0FgIuEfX8CqlQr5CvaeMc8zf7mzDIaYaCjwsmff1sYVnAxMFtIDvWl7jy9ssnmSBEptAetAoJQwHsCaQ==;24:lHunUtF30lRwfVv6TKUJ/6E2g3m604JgL2LjeQPaSL4k7ZCN9/J3/Ah5XJa53spLsBeaLHVVqrfSuVBqnpGhpWBbcF47G9bQBE3aX8PT5ME=</t:InternetMessageHeader><t:InternetMessageHeader HeaderName="X-Microsoft-Exchange-Diagnostics">1;CY1PR02MB1754;9:K3G2C6sN87dSW7P5UMxUIAwNg0dH0seiYYC8QkS1AzUtx3gydPHWsgbTnlD1khXU+GbhlHAhswCVz0uzI6aW0Nd6U0H1q5PiJTquAbrNwgi0w+c+4BlVtQJytUXcXXRyekwJqwIDaHOJH28IEDptbg==</t:InternetMessageHeader></t:InternetMessageHeaders><t:DateTimeSent>2016-03-11T23:21:20Z</t:DateTimeSent><t:DateTimeCreated>2016-03-11T23:21:22Z</t:DateTimeCreated><t:ResponseObjects><t:ReplyToItem/><t:ReplyAllToItem/><t:ForwardItem/></t:ResponseObjects><t:ReminderDueBy>2016-03-11T23:30:00Z</t:ReminderDueBy><t:ReminderNextTime>2016-03-11T23:15:00Z</t:ReminderNextTime><t:DisplayCc/><t:DisplayTo>Group Manager</t:DisplayTo><t:HasAttachments>false</t:HasAttachments><t:Culture>en-US</t:Culture><t:EffectiveRights><t:CreateAssociated>false</t:CreateAssociated><t:CreateContents>false</t:CreateContents><t:CreateHierarchy>false</t:CreateHierarchy><t:Delete>true</t:Delete><t:Modify>true</t:Modify><t:Read>true</t:Read><t:ViewPrivateItems>true</t:ViewPrivateItems></t:EffectiveRights><t:LastModifiedName>room1</t:LastModifiedName><t:LastModifiedTime>2016-03-11T23:21:22Z</t:LastModifiedTime><t:IsAssociated>false</t:IsAssociated><t:W