UseDefaultMapiProfile property (IEpnMailConfigurationSettings)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL UseDefaultMapiProfile;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Indicates whether to use the default MAPI profile, or a customized profile.

Note that when using custom profile you should fill the MAPIProfileName property with the profile name intended to be used, and fill the MAPIPassword property with the password for the custom profile if a password used. Possible values are:

Value

Meaning

VARIANT_TRUE

Use default profile.

VARIANT_FALSE

Use custom profile. 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, IsMAPI property, SMTPAuthorSettings property, SMTPServerSettings property, MAPIProfileName property, MAPIPassword property, SetPrinterEmailConfiguration method

Topics:

ePrint: Getting and Setting Email Options