Questions tagged [o365rwsclient]

20 questions
0
votes
1 answer

How to read another user outlook 365 mail in c#

I have integrated an asp.net web application with office 365 mail using o365 api client library.I have a specific requirement, suppose I have stored the o365 mail id of other users in my database.The o365 mail username/ password also stored in my…
Gopal Biswas
  • 409
  • 1
  • 7
  • 34
0
votes
1 answer

How to sign in office 365 email programatically using o365 api client librarary c# code

I'm integrating an asp.net web application with office 365 email using o365 api client library. I want to sign in using the c# code not by showing the Microsoft UI sign in page(https://login.microsoftonline.com/login.srf). If I provide…
0
votes
1 answer

Unable to access SPOOneDriveForBusinessFileActivity REST API call

I'm using Microsoft's o365 REST API Client library (https://github.com/Microsoft/o365rwsclient) and have been able to get many of the API calls to work, but am not having any luck with "SPOOneDriveForBusinessFileActivity". Also, I don't see it…
Alex
  • 397
  • 4
  • 18
0
votes
0 answers

Custom Web Clients using Azure AD for Authentication

If I'm writing ASP.NET Web App that uses Azure Active Directory for authentication, how should I perform authentication of the RWS Client Calls in order to avoid double authentication? I've noticed that RWS is using Basic Authentication on the Web…
Dragan Panjkov
  • 4,302
  • 4
  • 28
  • 26
-1
votes
1 answer

Using Flow with SharePoint Discussion Boards

I am trying to use "Flow" to automate emails every time a new item is added to a SharePoint discussion board. This is working fine with all lists, however, it does not do anything when I create a flow for the discussion board. The name of the…
1
2