Share via


SPWebApplication.OutboundMailReplyToAddress property

取得或設定預設回覆電子郵件地址寄送電子郵件時所使用。

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

Syntax

'宣告
Public Property OutboundMailReplyToAddress As String
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As String

value = instance.OutboundMailReplyToAddress

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

Property value

Type: System.String
內含電子郵件地址的字串。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace