How To Send Email Using Microsoft Graph API with Dot NET Framework or C#

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 18

  • @christianbopp6538
    @christianbopp6538 3 месяца назад

    The best tutorial I've ever seen. One page of code and a lot of teaching. Even with a large video, he kept focus on the main thing.

  • @debeerpaul
    @debeerpaul Год назад +3

    Not even chatgpt could help me with this. Well done and thank you!

  • @kthube92
    @kthube92 Год назад

    You sir, may not be the hero everyone asked for. You are the hero that everyone needs.With the Graph APIs still being in it's primitive stages, through the Nuget Packages had some DLL version conflicts with another essential library. This was going to cost us the entire project. While being on the verge of closing the project - came across your video. Unnecessarily I was adding 10 odd packages to my project by increasing it's size. With this, I can keep the packages used to a bare minimum while using the full might of the Graph API.

  • @martinsandgaard1273
    @martinsandgaard1273 Год назад

    Pretty rad tutorial. Thank you for sharing your knowledge and understanding with us :)

  • @RazRikimaru122
    @RazRikimaru122 2 месяца назад

    please can you upload a part showing how you've added attachments

  • @hectorluisclarogaibao4623
    @hectorluisclarogaibao4623 Год назад

    bro you are the best, you are god!

  • @praveenbhardwaj5574
    @praveenbhardwaj5574 10 месяцев назад

    Thank you so much :)

  • @nesa6582
    @nesa6582 Год назад +2

    show how to read emails using application pls.

  • @padma8891
    @padma8891 10 месяцев назад

    Can you pls share the details about send teams msg using graph API without browser interactions

  • @aramireddy
    @aramireddy 6 месяцев назад

    can we send the same using multiple recipients?

  • @manikantan2457
    @manikantan2457 Год назад

    Due to authorization, i.e. 535 5.7.139 Authentication fails, SmtpClientAuthentication is deactivated for the Mailbox, SMTP authentication will not be used at this time in the Organisation, according to automated outlook using Selenium Java.
    Please assist me with automating Outlook using another method.I.e., using Java and Selenium code coupled with Token authorization.
    As soon as the automation script was run, we began sending stakeholder emails from Outlook using the SMTP port approach because SMTP is not supported by the organisation.
    Kindly suggest me an solution how we can send a mail using Java once automation script is executed?
    Thanks

    • @lucasbarros5903
      @lucasbarros5903 Год назад

      why not use another protocol to send the e-mail in this case?

  • @praveenbhardwaj5574
    @praveenbhardwaj5574 10 месяцев назад

    How to attach files brother

  • @dragolan69
    @dragolan69 Год назад

    Hi, Can you share the code please ?