Authentication property (IEpnSmtpServerSettings)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL Authentication;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Indicates whether the server requires authentication. If the server requires authentication, the AccountName and AccountPassword properties must contain data. Possible values are:

Value

Meaning

VARIANT_TRUE

The server requires authentication.

VARIANT_FALSE

The server does not require authentication. This is the default value.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this method.

This property is used to configure the SMTP e-mail server.

To update the SMTP mail server, set this property and the other IEpnSmtpServerSettings properties accessed by the SMTPServerSettings property (IEpnMailConfigurationSettings) and call the SetPrinterEmailConfiguration method.

See Also

Elements:

SmtpMailServer property, AccountName property, AccountPassword property, ServerTimeout property, PortNumber property, SetPrinterEmailConfiguration method

Topics:

ePrint: Getting and Setting Email Options