IComSoapPublisher.CreateMailBox 方法

定义

在指定的 URL 处,创建启用 SOAP 的 COM+ 应用程序邮箱。 没有完全实现。

public:
 void CreateMailBox(System::String ^ RootMailServer, System::String ^ MailBox, [Runtime::InteropServices::Out] System::String ^ % SmtpName, [Runtime::InteropServices::Out] System::String ^ % Domain, [Runtime::InteropServices::Out] System::String ^ % PhysicalPath, [Runtime::InteropServices::Out] System::String ^ % Error);
public void CreateMailBox (string RootMailServer, string MailBox, out string SmtpName, out string Domain, out string PhysicalPath, out string Error);
abstract member CreateMailBox : string * string * string * string * string * string -> unit
Public Sub CreateMailBox (RootMailServer As String, MailBox As String, ByRef SmtpName As String, ByRef Domain As String, ByRef PhysicalPath As String, ByRef Error As String)

参数

RootMailServer
String

根邮件服务器的 URL。

MailBox
String

要创建的邮箱。

SmtpName
String

此方法返回时,此参数包含该邮箱所在的简单邮件传输协议 (SMTP) 服务器的名称。

Domain
String

此方法返回时,此参数包含 SMTP 服务器的域。

PhysicalPath
String

此方法返回时,此参数包含邮箱的文件系统路径。

Error
String

此方法返回时,此参数包含错误信息(如果遇到了问题)。

例外

调用链中的调用方无权访问非托管代码。

注解

未完全实现;当前不创建邮箱。 返回错误消息“不支持 COM+ SOAP 服务 SMTP 发布”。

适用于