Share via


SmtpNotificationEndpoint.PrimaryServer Property

Definition

The primary smtp server.

public:
 property Microsoft::EnterpriseManagement::Administration::SmtpServer ^ PrimaryServer { Microsoft::EnterpriseManagement::Administration::SmtpServer ^ get(); void set(Microsoft::EnterpriseManagement::Administration::SmtpServer ^ value); };
public Microsoft.EnterpriseManagement.Administration.SmtpServer PrimaryServer { get; set; }
member this.PrimaryServer : Microsoft.EnterpriseManagement.Administration.SmtpServer with get, set
Public Property PrimaryServer As SmtpServer

Property Value

Returns a SmtpServer object that represents the primary SMTP server that relays notifications to recipients.

Applies to

See also