Freigeben über


SPWebApplication.OutboundMailReplyToAddress-Eigenschaft

Ruft ab oder legt diesen fest Standard Antwort-an e-Mail-Adresse zum Senden von E-mail verwenden.

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

Syntax

'Declaration
Public Property OutboundMailReplyToAddress As String
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As String

value = instance.OutboundMailReplyToAddress

instance.OutboundMailReplyToAddress = value
public string OutboundMailReplyToAddress { get; set; }

Eigenschaftswert

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

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace