SmtpServer.AuthenticationType Property

Updated: April 16, 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)Dim instance As SmtpServer Dim value As SmtpNotificationAuthenticationProtocol value = instance.AuthenticationType instance.AuthenticationType = valuePublic Property AuthenticationType As SmtpNotificationAuthenticationProtocolpublic SmtpNotificationAuthenticationProtocol AuthenticationType { get; set; }public: property SmtpNotificationAuthenticationProtocol AuthenticationType { SmtpNotificationAuthenticationProtocol get (); void set (SmtpNotificationAuthenticationProtocol value); }/** @property */ public SmtpNotificationAuthenticationProtocol get_AuthenticationType () /** @property */ public void set_AuthenticationType (SmtpNotificationAuthenticationProtocol value) public function get AuthenticationType () : SmtpNotificationAuthenticationProtocol public function set AuthenticationType (value : SmtpNotificationAuthenticationProtocol) Property ValueReturns a SmtpNotificationAuthenticationProtocol value that indicates this server's authentication type.

By default, the AuthenticationType is set to Anonymous.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms