SPWebApplication.OutboundMailSenderAddress property
取得或設定預設寄件者 (從) 地址傳送電子郵件訊息時使用。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property OutboundMailSenderAddress As String
Get
Set
'用途
Dim instance As SPWebApplication
Dim value As String
value = instance.OutboundMailSenderAddress
instance.OutboundMailSenderAddress = value
public string OutboundMailSenderAddress { get; set; }
Property value
Type: System.String
內含電子郵件地址的字串。