使用 Microsoft Graph 阻止垃圾邮件 api
Block spam using microsoft graph api
有没有办法使用 Microsoft graph api 来阻止垃圾邮件或将电子邮件添加到白名单?我目前正在使用 Microsoft Graph Api powershell 及其超级快。我喜欢它!
有一种方法可以使用 exchange online powershelling 使用 Set-HostedContentFilterPolicy
https://docs.microsoft.com/en-us/powershell/module/exchange/set-hostedcontentfilterpolicy?view=exchange-ps 命令使用 exchange online powershell 将垃圾邮件添加到黑名单。但它不如 Microsoft Graph API.
快
如果有人有任何想法请告诉我。
谢谢
感谢您提出问题,很高兴您在 Powershell 上享受 MS Graph 体验。据我所知,目前没有办法使用 MS Graph 修改垃圾邮件过滤器策略——我建议使用 ExchangePowerShell cmdlet。或者,您是否会考虑在 M365 Developer Platform 上提交功能请求,以便对此进行调查?
让我知道这是否有帮助,如果您还有其他问题。
有没有办法使用 Microsoft graph api 来阻止垃圾邮件或将电子邮件添加到白名单?我目前正在使用 Microsoft Graph Api powershell 及其超级快。我喜欢它!
有一种方法可以使用 exchange online powershelling 使用 Set-HostedContentFilterPolicy
https://docs.microsoft.com/en-us/powershell/module/exchange/set-hostedcontentfilterpolicy?view=exchange-ps 命令使用 exchange online powershell 将垃圾邮件添加到黑名单。但它不如 Microsoft Graph API.
如果有人有任何想法请告诉我。
谢谢
感谢您提出问题,很高兴您在 Powershell 上享受 MS Graph 体验。据我所知,目前没有办法使用 MS Graph 修改垃圾邮件过滤器策略——我建议使用 ExchangePowerShell cmdlet。或者,您是否会考虑在 M365 Developer Platform 上提交功能请求,以便对此进行调查?
让我知道这是否有帮助,如果您还有其他问题。