Freigeben über


SPGlobalAdmin.MailReplyToAddress-Eigenschaft

HINWEIS: Diese API ist veraltet.

Verwenden Sie die UpdateMailSettings -Methode der SPAdministrationWebApplication -Klasse zum Aktualisieren der Mail-Standardeinstellungen stattdessen. (In Windows SharePoint Services 2.0, die MailReplyToAddress -Eigenschaft haben Sie die Adresse für E-mail in der Bereitstellung SharePoint Foundation verwendet und ist für die Abwärtskompatibilität beibehalten.)

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Default mail settings are now updated through SPAdministrationWebApplication.Local.UpdateMailSettings().",  _
    False)> _
Public ReadOnly Property MailReplyToAddress As String
    Get
'Usage
Dim instance As SPGlobalAdmin
Dim value As String

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

Eigenschaftswert

Typ: System.String
Eine Zeichenfolge, die an-Adresse enthält.

Siehe auch

Referenz

SPGlobalAdmin Klasse

SPGlobalAdmin-Member

Microsoft.SharePoint.Administration-Namespace