Reading Emails from User Mailbox with IMAP and Modern Auth in .NetCore.

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น • 26

  • @VoTinhThuong
    @VoTinhThuong 9 หลายเดือนก่อน +1

    Confirm still works on 03-2024! Thanks so much!

  • @jaypatadia3744
    @jaypatadia3744 2 ปีที่แล้ว +3

    Can you please make video and explain the code for reading mails.

  • @jaypatadia3744
    @jaypatadia3744 ปีที่แล้ว +2

    How I can skip redirect to url part I want to login and read email without redirection can you please help me out

    • @microsoftgraphExplorer
      @microsoftgraphExplorer  ปีที่แล้ว +1

      You need to use client Credential code flow if you want to skip the redirection part

    • @jaypatadia3744
      @jaypatadia3744 ปีที่แล้ว

      Can you provide references for implementing this ? I really need this

    • @microsoftgraphExplorer
      @microsoftgraphExplorer  ปีที่แล้ว +1

      @@jaypatadia3744 you can refer this documentation here learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow

    • @jaypatadia3744
      @jaypatadia3744 ปีที่แล้ว +1

      I have referred this documentation but I am not getting it how can I bypass or skip the redirect url can you please provide more info ?

    • @microsoftgraphExplorer
      @microsoftgraphExplorer  ปีที่แล้ว +1

      @@jaypatadia3744 You can refer this video th-cam.com/video/JF3SOIpExL8/w-d-xo.html this is the flow which tells you how to implement this without user interaction

  • @jasmyelizabethjoson8769
    @jasmyelizabethjoson8769 2 ปีที่แล้ว +1

    Can we read emails from a different tenant email similarly? Do you have a video on that?

    • @microsoftgraphExplorer
      @microsoftgraphExplorer  2 ปีที่แล้ว

      You cannot read emails from different tenant, only users from same tenant can read information from their parent tenant

  • @dencio452
    @dencio452 ปีที่แล้ว

    do you have a guide to login on outlook desktop via pop3 using modern auth?

  • @kailashalle
    @kailashalle 2 ปีที่แล้ว +1

    Any specific reason on why you used EAGetMail and not MSAL Libraries?

    • @microsoftgraphExplorer
      @microsoftgraphExplorer  ปีที่แล้ว

      If the goal is to retrieve email from Microsoft's email services, EAGetMail would be a good choice as it is designed specifically for this purpose, while MSAL is focused on handling authentication and authorization, which is a different task.

  • @vivekdeshpande5640
    @vivekdeshpande5640 ปีที่แล้ว

    does the same example will work to read the emails and attachment by using ExchangeEWS (Exchange Web Service). what type of changes i have to do for it? Can you please guide for it?

  • @ankitaggarwal7906
    @ankitaggarwal7906 ปีที่แล้ว

    Can anybody help with the java code for mailbox login and read mails via oAuth2. Also, I want no manual intervention for this.

  • @kailashalle
    @kailashalle 2 ปีที่แล้ว

    thanks for the video, as I need this without user intervention, so once authenticated can I use the same token to connect again? if so what if the token expires, do we need to re authenticate or can request for a refresh token?

    • @microsoftgraphExplorer
      @microsoftgraphExplorer  2 ปีที่แล้ว

      You can use the refresh token by using offline_access as the scope

  • @NevesWislen
    @NevesWislen ปีที่แล้ว

    Thanks! Work´s for me!

  • @SivaPrasadKotani
    @SivaPrasadKotani 9 หลายเดือนก่อน

    thanks for the work .. could you please explain the code making video

  • @francissentje7625
    @francissentje7625 2 ปีที่แล้ว

    Hi plz help me