使用WEBDAV主要启用公用文件夹

编程入门 行业动态 更新时间:2024-10-23 22:23:45
本文介绍了使用WEBDAV主要启用公用文件夹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

大家好,

我有一个ASP应用程序(在除Exchange 2003之外的另一台服务器上运行),现在我已创建启用电子邮件的公用文件夹并分配电子邮件解决它。

I has an ASP application (running on another server than Exchange 2003) and now I nead create e-mail enabled public folder and assign e-maill address to it.

我使用"Microsoft.xmlhttp"创建一个公用文件夹。对象,但没有任何方法使它"邮件启用"...我搜索过但发现只引用CDOEXM,但 msdn2.microsoft/en-us/library/aa142616.aspx 声明它无法在ASP和.Net中使用...

 I'd create a public folder using "Microsoft.xmlhttp" object but no any way to make it "mail-enabled"... I've searched around but found only reference to CDOEXM, but msdn2.microsoft/en-us/library/aa142616.aspx states it couldn't b used in ASP and .Net...

是否有可能创建启用电子邮件的公用文件夹使用ASP?

Are there a possibilty to create an email enabled public folder using ASP?

提前Tnx, - js -

Tnx in advance, --js-

推荐答案

您可以通过另外两种方法查看邮件启用公用文件夹,第一种方法是使用WMI和Exchange_Public Folder类。第二种是你可以使用任何Exchange API,包括WebDAV在文件夹上设置以下两个属性

There are two other methods you could look at to mail enable a public folder the first is to use WMI and the Exchange_Public Folder class. The second is you could use any of the Exchange API's including WebDAV to set the following two properties on the folder

PR_PUBLISH_IN_ADDRESS_BOOK =& H3FE6000B PR_PF_PROXY_REQUIRED =& H671F000B

PR_PUBLISH_IN_ADDRESS_BOOK = &H3FE6000BPR_PF_PROXY_REQUIRED = &H671F000B

例如在WebDev中这样的东西应该可行

Eg in WebDev something like this should work

代码段

更多推荐

使用WEBDAV主要启用公用文件夹

本文发布于:2023-10-31 19:03:11,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1546998.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:文件夹   WEBDAV

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!