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

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this tutorial, I will show you how to send an email using Microsoft graph api with .NET framework or C#. #api #microsoft365 #developer #dotnet
    link to download dotnet framework
    dotnet.microso...
    Link to the code in my github repo
    github.com/Fam...

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

  • @christianbopp6538
    @christianbopp6538 Месяц назад

    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 :)

  • @RRNZ1995
    @RRNZ1995 14 дней назад

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

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

    bro you are the best, you are god!

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

    show how to read emails using application pls.

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

    Thank you so much :)

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

    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?

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

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

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

    How to attach files brother

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

    Hi, Can you share the code please ?