如何发送企业激活电子邮件?使用 EnableBlackBerryUserDispatcherAttributes?
这是关于连接到 BES 服务器和管理 Web 服务的 Blackberry。
我需要启用并发送企业激活电子邮件,但我还需要设置激活密码。
我查看了帮助文档,在跟踪抽象类之后,我认为我需要使用 EnableBlackBerryUserDispatcherAttributes
做“一些事情”。
如何向 Exchange 用户发送包含密码的企业激活电子邮件?我在任何地方都找不到任何东西。 (当然我可以将用户添加到服务器,但是如果我无法激活帐户有什么好处!?)
我在网络服务中找到了以下对象表明这是可能的,但我无法弄清楚如何使用它们...
- ActivationPassword;
- 激活上下文;
- 激活密码类型;
- ActivationPasswordOperationTypeEnumType;
- 清除激活密码;
- 企业激活事件;
- 设置激活密码;
需要明确的是,在线示例仅涉及用户的创建,而不是启用用户。
我的替代方案是支付 250 美元来购买这个缺失的文档。
如果您是 ISV 合作伙伴或 T3 订阅者,请访问 [ email protected] 因此,如果您能提供帮助,我将不胜感激。当您在操作时,如果您能告诉我如何按照管理网站的这一部分所述更新电子邮件组件,我将不胜感激
来自公司的用户列表 目录自动更新于 及时依据。更新过程可以 使用电子邮件手动启动 组件。
This is regarding a Blackberry that is connected to a BES Server, and the Administration Web Service.
I need to enable and send an Enterprise Activation email, however I need to also set an ActivationPassword.
I looked at the help document and after tracing the abstract classes, I think I need to do "something" with EnableBlackBerryUserDispatcherAttributes
.
How do I send an enterprise activation email with a password to an Exchange user? I can't find anything, anywhere. (Sure I can add a user to the server, but what good is that if I can't activate the account !?)
I've found the following objects in the webservice that indicate it is possible, but I can't figure out how to use them...
- ActivationPassword;
- ActivationContext;
- ActivationPasswordType;
- ActivationPasswordOperationTypeEnumType;
- clearActivationPassword;
- EnterpriseActivationEvent;
- setActivationPassword;
Just to be clear the online samples only address the creation of a user, not enabling them.
My alternative is to shell out $250 bucks for this missing documentation.
If you are an ISV partner or T3 subscriber, the answer to this question is free for you at [email protected] so I'll appreciate any strings you can pull as well. While you're at it I'd appreciate if you can tell me how to update the email component as described on this part of the admin website
The user list from the company
directory is automatically updated on
a timely basis. The update process can
be manually started using the email
component.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该看看调度程序网络服务。这意味着您必须为调度程序 Web 服务生成一个存根,如教程中所示。该存根是 com.rim.bes.bas.baa.BAADispatcher 的一个实例,它包含用于设置和生成 EA 密码的方法。
问候
you should have a look at the dispatcher webservice. This means you have to generate a stub for the dispatcher webservice as shown in the tutorial. The stub is a instance of com.rim.bes.bas.baa.BAADispatcher which holds methods for setting and generating EA-passwords.
Regards