Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
116 views

I want to develop a Flutter-based email client for my company that allows users to consult (receive) and send emails. However, my company uses Microsoft Exchange (currently are using Outlook in phones,...
Ali ZIDELKHIR  's user avatar
2 votes
1 answer
600 views

I am experiencing a persistent issue when attempting to send emails via SMTP using Microsoft Exchange Online in a NodeJS application. The authentication process appears to be successful, but email ...
Renato Rocha's user avatar
1 vote
1 answer
270 views

Is it possible to get the permissions on a shared task list with EWS or Graph API? Also, how to get the Task Groups via API?
Rafa Ayadi's user avatar
1 vote
1 answer
197 views

Apologies in advanced, I'm not a PowerBI user. I would like to know if this customer's query is possible with PowerBI before I send them elsewhere: The customer would like to see a weekly report ...
Delboy's user avatar
  • 23
0 votes
2 answers
2k views

I'm using Java Springboot to read the inbox of a Microsoft Exchange account (I am already able to send emails programmatically). When I try to read the inbox folder I receive a general error: javax....
Discipulos's user avatar
1 vote
1 answer
196 views

As stated above I am currently unable to fetch the room capacity per room in Microsoft Exchange. Below is part of my code that displays the room id, displayName, start time and end time. But no matter ...
liondepierre's user avatar
1 vote
1 answer
2k views

I have oAuth 2.0 implemented in java as per recommended in the following link https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/how-to-authenticate-an-ews-application-...
Harshith Jain's user avatar
0 votes
1 answer
2k views

I'm a newbie to C# development I'm trying to migrate the EWS authentication from basic authentication to OAuth2 authentication. #Implementation using System; using System.Net; using System.Threading....
Aaditya R Krishnan's user avatar
0 votes
1 answer
1k views

I have hybrid setup where shared mailboxes are getting created on-prem and synced through to Exchange Online in a span of couple of minutes. My routine is to create a shared mailbox on-prem and then ...
nekku's user avatar
  • 3
0 votes
1 answer
185 views

I am trying to sync calendar items to our application by using a windows service. So i sent appointments to outlook calendar. Later i just want to pull appointments which are modified only in calendar....
Jkrish's user avatar
  • 169
0 votes
1 answer
2k views

On MS 365, for a single user I'd like to setup two real emails: [email protected] and [email protected]. [email protected] is well setup. Now I'm trying to add [email protected]. ...
François's user avatar
  • 3,314
0 votes
1 answer
1k views

I was wondering how i could get the output from Get-Mailbox| select ProhibitSendQuota without the size displayed in Bytes behind GB? if you run Get-Mailbox| select ProhibitSendQuota , you get ...
Elly's user avatar
  • 55
2 votes
0 answers
287 views

While joining my account to Power BI with the correct credentials I got this error: Does my account need some more access on the Microsoft site?
Mateusz P's user avatar
  • 221
0 votes
0 answers
404 views

I want to fetch the details from my outlook mailbox but don't have the Microsoft exchange server. I only have cloud-based services. I tried to use the below-given code but that is an exchange server ...
Diya Rawat's user avatar
0 votes
1 answer
2k views

My script pulls members from each DL listed in my txt file, but there's a few that have security groups as members and I would like to list out the members in those groups as well. set-adserversetting ...
jack_n8778's user avatar
0 votes
1 answer
2k views

We are integrating the MS Graph API's in our c# application. sending mail is working fine by following this article Send Mail Documentation. But I am facing an issue with ConversationIndex (Mainly ...
Harsh Cyzerg's user avatar
2 votes
2 answers
872 views

I have a javamail program to read emails to my pop3 account at regular intervals. It connects and works successfully most of the times. But, after a while I start getting javax.mail....
Gopal's user avatar
  • 387
0 votes
1 answer
277 views

I am using MS Graph API to subscribe users calendar for meeting notifications. There is no issue with few meetings for multiple users but when we run our load test with 100 meetings then there were ...
Anoop Gupta's user avatar
5 votes
5 answers
6k views

Has anyone ever managed to save an entire chat from Microsoft Teams in any file format (including chat images e.g. screenshots, user avatars etc.)? I've tried it in all browsers and in all thinkable ...
David.P's user avatar
  • 245
0 votes
0 answers
701 views

We currently have the following problem with a customer: The customer uses Microsoft Exchange 365 and has a collective mailbox there where all e-mails end up. Instead of having their own mailbox, each ...
onestarblack's user avatar
0 votes
1 answer
222 views

I'm working on an application for my organization using graph API. We're creating calendar events from our application. Now we want to receive notifications from Microsoft exchange if these calendar ...
Tushar Gupta's user avatar
0 votes
1 answer
874 views

I am trying to add a new transportation rule to an Exchange 2016 server. The rule should effect all mails with the following character set in the title: |&| I used 'If the title contains one of ...
Patrick Derckx's user avatar
0 votes
1 answer
1k views

I am able to send email using this node-ews package but I am not able find suitable example to read email from Inbox folder and get the body and attachments from the email. I have gone through the ...
Niti's user avatar
  • 1
1 vote
0 answers
75 views

Is there a way we can differentiate between a user mailbox and a shared mailbox using Microsoft graph API or EWS API?
MRIDUL SHARMA's user avatar
0 votes
1 answer
2k views

I am currently trying to use variables within the New-ComplianceSearch -ContentMatchQuery ($Variable), so I can make my content search more versatile rather than static. However when I view the ...
RajB_007's user avatar