我正在尝试使用Graph API在1分钟内向某些团队频道发送20条消息。 Graph API是否使用SMTP协议发送电子邮件?
POST /me/messages/{id}/forward
POST /users/{id | userPrincipalName}/messages/{id}/forward
POST /me/mailFolders/{id}/messages/{id}/forward
POST /users/{id | userPrincipalName}/mailFolders/{id}/messages/{id}/forward
答案 0 :(得分:2)
Microsoft Graph使用用户的Exchange Online或Outlook.com邮箱发送邮件。这些服务确实使用SMTP。