Freigeben über


SPGlobalAdmin.MailFromAddress-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 MailFromAddress -Eigenschaft von-Adresse für E-mail in der Bereitstellung SharePoint Foundation verwendet haben, und wird 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 MailFromAddress As String
    Get
'Usage
Dim instance As SPGlobalAdmin
Dim value As String

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

Eigenschaftswert

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

Siehe auch

Referenz

SPGlobalAdmin Klasse

SPGlobalAdmin-Member

Microsoft.SharePoint.Administration-Namespace