AccountPassword property (IEpnSmtpServerSettings)

Visual Basic example

Visual C++ example

 

Syntax

BSTR AccountPassword;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets a character string that contains the user's password for login. Use this property only if the value of Authentication property is set to VARIANT_TRUE.

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, ServerTimeout property, PortNumber property, Authentication property, SetPrinterEmailConfiguration method

Topics:

ePrint: Getting and Setting Email Options