SPGlobalAdmin.OutboundSmtpServer 属性

请注意:此 API 现在已过时。

使用SPAdministrationWebApplication类的UpdateMailSettings方法更新默认邮件设置相反。(在Windows SharePoint Services 2.0OutboundSmtpServer属性获得用于SharePoint Foundation部署中的电子邮件的 SMTP 服务器的名称和所维护的用于向后兼容性。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<ObsoleteAttribute("Default mail settings are now updated through SPAdministrationWebApplication.Local.UpdateMailSettings().",  _
    False)> _
Public ReadOnly Property OutboundSmtpServer As String
    Get
用法
Dim instance As SPGlobalAdmin
Dim value As String

value = instance.OutboundSmtpServer
[ObsoleteAttribute("Default mail settings are now updated through SPAdministrationWebApplication.Local.UpdateMailSettings().", 
    false)]
public string OutboundSmtpServer { get; }

属性值

类型:System.String
一个字符串,包含的 SMTP 服务器的名称。

另请参阅

引用

SPGlobalAdmin 类

SPGlobalAdmin 成员

Microsoft.SharePoint.Administration 命名空间