共用方式為


類別SMS_Subscription中的 TestSmtpConnection 方法

Windows TestSmtpConnection Management Instrumentation (WMI) 類別方法,Configuration Manager測試 SMTP 連線。

下列語法是從受控物件格式 (MOF) 程式碼中簡化,並定義 方法。

語法

sint32 TestSmtpConnection(  
     String ServerFqdn,  
     UInt32 Port,  
     String Sender,  
     String Recipients,  
     UInt32 AuthenticationType,  
     String UserName,  
     String EncryptPassword,   
     UInt32 TestID  
);  

參數

ServerFqdn
資料類型:String

限定 符: [in]

SMTP 伺服器的 FQDN。

Port
資料類型:UInt32

限定 符: [in]

SMTP 伺服器的埠。

Sender
資料類型:String

限定 符: [in]

Email寄件者位址。

Recipients
資料類型:String

限定 符: [in]

Email收件者的位址。

AuthenticationType
資料類型:UInt32

限定 符: [in]

驗證類型。 可能的值為:

驗證類型
0 匿名存取。
1 使用月臺伺服器的電腦帳戶。
2 使用指定的使用者名稱和密碼。

UserName
資料類型:String

限定 符: [in]

SMTP 伺服器線上帳戶的使用者名稱。 當 為 2 時 AuthenticationType ,就會使用此值。

EncryptPassword
資料類型:String

限定 符: [in]

SMTP 伺服器線上帳戶的加密密碼。 當 為 2 時 AuthenticationType ,就會使用此值。

TestID
資料類型:UInt32

限定 符: [out]

測試識別碼。 GetTestSmtpConnectionResult用於測試結果。

傳回值

資料 SInt32 類型,為 0 表示成功或非零表示失敗。

如需處理傳回錯誤的詳細資訊,請參閱關於Configuration Manager錯誤

需求

執行時間需求

如需詳細資訊,請參閱Configuration Manager伺服器執行時間需求。

開發需求

如需詳細資訊,請參閱Configuration Manager伺服器開發需求。

另請參閱

SMS_Subscription伺服器 WMI 類別
SMS_Subscription伺服器 WMI 類別