Udostępnij za pośrednictwem


SmtpMail.SmtpServer Właściwość

Definicja

Pobiera lub ustawia nazwę serwera poczty przekaźnika SMTP do użycia do wysyłania wiadomości e-mail. Zalecana alternatywa: 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

Wartość właściwości

Nazwa serwera przekazywania poczty e-mail.

Przykłady

//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"

Uwagi

Jeśli lokalny serwer SMTP (dołączony do systemów Windows 2000 i Windows Server 2003) znajduje się za zaporą, która blokuje dowolny bezpośredni ruch SMTP (przez port 25), należy sprawdzić, czy w sieci jest dostępny inteligentny host, który może przekazywać komunikaty SMTP do Internetu.

Host inteligentny to serwer SMTP z uprawnieniami do przekazywania wychodzących wiadomości e-mail bezpośrednio do Internetu z wewnętrznych serwerów SMTP. Host inteligentny powinien mieć możliwość jednoczesnego łączenia się zarówno z siecią wewnętrzną, jak i z Internetem, aby działać jako brama poczty e-mail.

Dotyczy