SmtpMail.SmtpServer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 SMTP 轉接郵件伺服器的名稱,用來傳送電子郵件訊息。 建議的替代做法: System.Net.Mail。
public:
static property System::String ^ SmtpServer { System::String ^ get(); void set(System::String ^ value); };
public static string SmtpServer { get; set; }
static member SmtpServer : string with get, set
Public Shared Property SmtpServer As String
屬性值
電子郵件轉寄伺服器的名稱。
範例
//This example assigns the name of the mail relay server on the
//local network to the SmtpServer property.
SmtpMail.SmtpServer = "RelayServer.Contoso.com";
' This example assigns the name of the mail relay server on the
' local network to the SmtpServer property.
SmtpMail.SmtpServer = "RelayServer.Contoso.com"
備註
如果您的本機 SMTP 伺服器 (隨附于 Windows 2000 和 Windows Server 2003) 防火牆後方,該防火牆會封鎖任何透過埠 25) 的直接 SMTP 流量 (,您必須瞭解網路上是否有智慧型主機可供將 SMTP 訊息轉送至網際網路。
智慧主機是 SMTP 伺服器,具有直接從內部 SMTP 伺服器將傳出電子郵件訊息轉送至網際網路的許可權。 智慧型主機應該能夠同時連線到內部網路和網際網路,以作為電子郵件閘道運作。