IEmailNotificationConfiguration.SmtpPort Property
Applies To: Windows Server Update Services
Gets and sets the SMTP port number.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
int SmtpPort { get; set; }
property int SmtpPort {
int get();
void set(int value);
}
abstract SmtpPort : int with get, set
Property SmtpPort As Integer
Property Value
Type: System.Int32
The SMTP port number.
See Also
IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top