Share via


SmtpServer.AuthenticationType Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

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

Usage

'Usage
Dim instance As SmtpServer
Dim value As SmtpNotificationAuthenticationProtocol

value = instance.AuthenticationType

instance.AuthenticationType = value

Syntax

'Declaration
Public Property AuthenticationType As SmtpNotificationAuthenticationProtocol
public 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 Value

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

Remarks

By default, the AuthenticationType is set to Anonymous.

Thread Safety

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

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

SmtpServer Class
SmtpServer Members
Microsoft.EnterpriseManagement.Administration Namespace