Unable to post inline images along with the message in Microsoft Teams via Microsoft Graph API using C#
问题 I have been trying to post the images along with the message in Microsoft Teams via MS Graph API using C# but unable to do so. Below is the code I have tried: string userName = ConfigurationManager.AppSettings["UserName"]; string password = ConfigurationManager.AppSettings["Password"]; System.Security.SecureString passWordSecureString = new System.Security.SecureString(); foreach (char c in password.ToCharArray()) passWordSecureString.AppendChar(c); var clientId = "xxxxxxxx-xxxx-xxxx-xxxx