How to Connect to Native Outlook using PowerShell?

To connect to native Outlook Application using PowerShell. Outlook Application should be already logged in. Find the PowerShell Code below:

How to open any Application on Windows Startup?

To open or run any application when windows PC or desktop starts, go by the given below steps. Let us take an example of opening Firefox on Startup.

[Fixed] Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0-release-764

When you create an empty activity Android project using Kotlin in Android Studio, you might get this error at the beginning during the build.

E-commerce Bot | Part 5 | Working with Azure Cosmos DB Local Emulator to INSERT Product Details

In this part, we will see the Cosmos DB Emulator functionality and manually add few products to the DB. So that we can READ these products later in our bot development.

E-commerce Bot | Part 4 | Implementing the Email Authentication in Microsoft Bot Framework

In this part, we will be implementing the Email Authentication by verifying the user's email using an OTP in Microsoft Bot Framework.

How to Run Power Automate Flow using API in C#

In this post, we will trigger the Microsoft Flow using an API in C#. This approach is useful when you want to reduce your application code and let Power Automate take care of most of the things.

Up ↑