Sharepoint短信服务证书更新后,发短信报异常:该服务提供商不支持短信;
通过Reflector查看SPMobileMessageSmsBuilder类,最后发现是SPMobileMessagingAccount account.ServiceProvider属性为空,很神奇,不知道是不是我的OMS服务写得有问题,不过用OutLooK发送一直是正常的:
base(account, SPMobileMessage.Format.SMS, SPMobileMessage.RequiredService.SMS_SENDER)
2: {
null))
4: {
object[0]));
6: }
this.SmsSender);
8: }