IsMAPI property (IEpnMailConfigurationSettings)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL IsMAPI;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Indicates whether to use MAPI or SMTP settings to send e-mails. Possible values are:

Value

Meaning

VARIANT_TRUE

Use MAPI settings.

VARIANT_FALSE

Use SMTP settings. 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 e-mail settings.

To set a new value for this property, assign the value to it and call the SetPrinterEmailConfiguration method.

See Also

Elements:

Flags property, UseDefaultMapiProfile property, SMTPAuthorSettings property, SMTPServerSettings property, MAPIProfileName property, MAPIPassword property, SetPrinterEmailConfiguration method

Topics:

ePrint: Getting and Setting Email Options