Share via


SmtpServer.AuthenticationType Property

Definition

The optional authentication type of the server. Anonymous by default.

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

Property Value

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

Exceptions

value is not a valid SmtpNotificationAuthenticationProtocol.

Remarks

By default, the AuthenticationType is set to Anonymous.

Applies to