Open SubhashRoy044 opened 12 months ago
Hi @SubhashRoy044 , this sounds like a server sync issue. Are you able to retrieve the contacts group info via the EWS request after waiting some time?
No, after waiting for sometime also we are not able to retrieve contact group info in Outlook desktop however we are able to get in Outlook web-addin in browser.
Hi @SubhashRoy044 apologies on the long delay here - Are you still experiencing this issue?
Provide required information needed to triage your issue
When a user creates Outlook groups in contacts, I am encountering an issue where I am unable to fetch the email IDs present in contacts via the EWS SOAP API request for Outlook desktop
Your Environment
Expected behavior
When a user creates Outlook groups in contacts, I am able to fetch the email IDs present in contacts via the EWS SOAP API request for Outlook desktop and outlook web both platform.
Current behavior
When a user creates Outlook groups in contacts, I am able to fetch the email IDs present in contacts via the EWS SOAP API request for outlook web but not in outlook desktop.
It should work for both.
Steps to reproduce
1.Add the Web Add-in via sideload with "extraction code of EWS SOAP API request" via installing manifest.
Link to live example(s)
Code - export const new2='<?xml version="1.0" encoding="utf-8"?>'+ ''+
''+
' '+
'</soap:Header>'+
''+
''+
''+
' '+
'</m:Mailbox>'+
'</m:ExpandDL>'+
'</soap:Body>'+
'</soap:Envelope>';
Provide additional details
Context
Useful logs
Thank you for taking the time to report an issue. Our triage team will respond to you in less than 72 hours. Normally, response time is <10 hours Monday through Friday. We do not triage on weekends.