Share via


SmtpServer.AuthenticationType Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the authentication protocol defined for the SMTP server.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public SmtpNotificationAuthenticationProtocol AuthenticationType { get; set; }
public:
property SmtpNotificationAuthenticationProtocol AuthenticationType {
    SmtpNotificationAuthenticationProtocol get();
    void set(SmtpNotificationAuthenticationProtocol value);
}
member AuthenticationType : SmtpNotificationAuthenticationProtocol with get, set
Public Property AuthenticationType As SmtpNotificationAuthenticationProtocol

Property Value

Type: Microsoft.EnterpriseManagement.Administration.SmtpNotificationAuthenticationProtocol

Returns a SmtpNotificationAuthenticationProtocol value that indicates this server's authentication type.

Remarks

By default, the AuthenticationType is set to Anonymous.

See Also

SmtpServer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top