ConfigurationSetting 方法 - SetEmailConfiguration
設定報表伺服器用來傳送電子郵件的電子郵件傳遞延伸模組。
語法
Public Sub SetEmailConfiguration(ByVal SendUsingSMTPServer As Boolean, _
ByVal SMTPServer As String, ByVal SenderEmailAddress As String, _
ByRef HRESULT As Int32)
public void SetEmailConfiguration (Boolean SendUsingSMTPServer,
string SMTPServer, string SenderEmailAddress,
out Int32 HRESULT);
參數
SendUsingSMTPServer
指出伺服器是否要使用 SMTP 伺服器來傳送電子郵件的布林值。 這個值只能設定為 [true]。 預設值為 false。
SMTPServer
包含 SMTP 伺服器之名稱或 IP 位址的字串。
SenderEmailAddress
在報表伺服器所傳送的電子郵件中,用於 [寄件者:] 欄位的電子郵件地址。
HRESULT
[out] 指出呼叫成功或失敗的值。
傳回值
傳回 HRESULT ,指出方法呼叫成功或失敗。 值為 0 表示方法呼叫成功。 非零值表示發生錯誤。
備註
當 SendUsingSMTPServer 參數設定為 true時,報表伺服器組態檔中的 SendUsing 項目就會設定為 1。 當 SendUsingSMTPServer 設定為 [false] 時,就不會設定 SendUsing 項目。
此方法無法讓使用者將報表伺服器設定檔中的 [SendUsing] 項目設定為 1 以外的值。 若要針對 SMTP 郵件以外的任何項目設定報表伺服器,您必須手動編輯此組態檔。
規格需求
Namespace: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Admin