• Home
  • SharePoint
    • Rest API
    • JSOM
    • InfoPath
    • SharePoint FrameWork
  • Microsoft Power Platform
    • Power Apps
    • Power Automate
  • Events
  • Azure
  • Data Science
    • Ontology
Md. Tahmidul Abedin Anik

JSOM

  • JSOM

Send Email from SharePoint using JSOM

Posted on September 10, 2019September 10, 2019by Md. Tahmidul Abedin
Send Email from JSOM.jpg

To send emails from SharePoint, we use SharePoint workflow or SharePoint Utility Email using C#. But what if you want to send emails from your client-side code. So, recently I faced a situation where I have to send emails from my client-side code where I was using JSOM as CEWP mythology. So, I was looking […]

Read More
No comments yet
  • JSOM

SharePoint JSOM: Check if a user is in a group

Posted on May 31, 2017by Md. Tahmidul Abedin

Last day i was working in JSOM (JavaScript object model) on SharePoint Online. As per my clients requirement, i have to check a user, if he/she is a member of a particulate SP or not. In that Senior i used the following code. function(groupName, currentUser, clientContext) { var deferred = $.Deferred(); var currentWeb = clientContext.get_web(); […]

Read More
No comments yet

About Me

Md. Tahmidul Abedin

Usually I am staying in a fantasy world; but some time the real world hits on my fantasy world, and that time i wake up.

Subscribe via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Follow Me

  • Youtube
  • Linkedin
  • Twitter
  • Facebook
  • Instagram

Community Contribution

profile for Md. Tahmidul C# Corner - A Social Community of Developers and Programmers

Recent Posts

Microsoft Power Automate : Approval Workflow
Create an Approval Flow using Microsoft Power Automate - 10 Mar , 2023
Step by step process to create a Power Platform Solution
Step by step process to create a Power Platform Solution - 08 Mar , 2023
Create Power Platform Environment
Step by step procedure to create an environment for Power Automate - 04 Mar , 2023
Microsoft Power Automate: Using Environments and Solutions
Global Power Platform Boot-camp 2023 - 13 Feb , 2023
Microsoft Power Automate: Scheduled Flow
Microsoft Power Automate: Scheduled Flow - 17 Dec , 2022

Follow me on Twitter

My Tweets
  • Youtube
  • Linkedin
  • Twitter
  • Facebook
  • Instagram
©2023 - Md. Tahmidul Abedin