Created
January 25, 2022 05:07
-
-
Save markdon/d1ba9a429567a09b7eb2cee7386d1a62 to your computer and use it in GitHub Desktop.
EWS get SkypeTeamsMeetingUrl property
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<soap:Envelope xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" | |
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<soap:Header> | |
<t:RequestServerVersion Version="Exchange2010_SP1"/> | |
</soap:Header> | |
<soap:Body> | |
<GetItem xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" | |
xmlns="http://schemas.microsoft.com/exchange/services/2006/messages"> | |
<ItemShape> | |
<t:AdditionalProperties> | |
<t:ExtendedFieldURI PropertyType="String" PropertyName="SkypeTeamsMeetingUrl" PropertySetId="00020329-0000-0000-c000-000000000046"/> | |
</t:AdditionalProperties> | |
</ItemShape> | |
<ItemIds> | |
<t:ItemId Id="AAMkADFlM2Q0MzdkLTJhZWQtNGQzNS05YWI2LWMwYmNkZmMwODNmZgBGAAAAAAAbEbu84Nj1SIfOZGQpQsg/BwC74mYLmMGJSYnZmTQHpD7TAAAAAAENAAC74mYLmMGJSYnZmTQHpD7TAAKT4rVHAAA="/> | |
</ItemIds> | |
</GetItem> | |
</soap:Body> | |
</soap:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment