Condividi tramite


SmtpNetworkElement.Port Proprietà

Definizione

Ottiene o imposta la porta utilizzata dai client SMTP per connettersi a un server di posta SMTP. Il valore predefinito è 25.

public:
 property int Port { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("port", DefaultValue=25)]
public int Port { get; set; }
[<System.Configuration.ConfigurationProperty("port", DefaultValue=25)>]
member this.Port : int with get, set
Public Property Port As Integer

Valore della proprietà

Stringa che rappresenta la porta per connettersi a un server di posta SMTP.

Attributi

Si applica a

Vedi anche