gpt4 book ai didi

c# - 未从 Godaddy Hosted Exchange 收到 Exchange 2007 推送通知

转载 作者:行者123 更新时间:2023-11-30 17:56:55 25 4
gpt4 key购买 nike

我已将客户端配置为通过 EWS Managed API 从 Godaddy Hosted Exchange 2007 SP1 服务器订阅推送通知。

我可以成功请求然后从 GoDaddy 的服务器 (mail.ex1.secureserver.net) 接收订阅 ID,但之后没有接收到任何推送通知。我已经联系了 GoDaddy 以确保 EWS 推送通知没有被禁用,据他们说,它们没有被禁用;所以,问题一定出在我的监听器服务上。

我正在订阅 DistinguishedFolderIdNameType.inbox 文件夹和以下事件:NotificationEventTypeType.NewMailEventCopiedEventCreatedEventDeletedEventModifiedEventMovedEvent

SendNotification 方法永远不会运行:

[WebService(Namespace = "http://microsoft.com/webservices/")]
public class PushNotificationClient : WebService, INotificationServiceBinding

[WebMethod(Description="Creates a push notification subscription")]
public string Subscribe(){/* code to subscribe goes here. It seems to work perfectly and I receive a SubscriptionID, Watermark, and no error messages. */}

public SendNotificationResultType SendNotification(SendNotificationResponseType sendNotification)
{
// this never happens
WriteEventToLog("SendNotification happened!");
}
}

Web 服务可通过请求订阅请求 (http://my-sub-domain.my-site.com/Service.asmx) 中指定的 URL 公开访问。我已验证手动发布到 URL 确实按预期工作。

我错过了什么?

最佳答案

我认为不受信任的 SSL 证书很重要。尝试使用 http url 订阅它。从理论上讲,您不会通过线路发送敏感数据,因为如果内存服务正常,您必须回调以获取数据。

关于c# - 未从 Godaddy Hosted Exchange 收到 Exchange 2007 推送通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13711025/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com