SMTPServerSettings property (IEpnMailConfigurationSettings)

Visual Basic example

Visual C++ example

 

Syntax

IEpnSmtpServerSettings *SMTPServerSettings;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

(Read only) Gets information about the SMTP e-mail server configurations.

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

This property is used to configure the e-mail settings.

This IEpnSmtpServerSettings object contains the following properties:

AccountName property

AccountPassword property

Authentication property

PortNumber property

ServerTimeout property

SmtpMailServer property

The SMTPServerSettings property itself is read only. However, the properties accessed by this property can be set with new values by calling call the SetPrinterEmailConfiguration method.

See Also

Elements:

Flags property, IsMAPI property, UseDefaultMapiProfile property, SMTPAuthorSettings property, MAPIProfileName property, MAPIPassword property, SetPrinterEmailConfiguration method, AccountName property, AccountPassword property, Authentication property, PortNumber property, ServerTimeout property, SmtpMailServer property

Topics:

ePrint: Getting and Setting Email Options