Flags property (IEpnMailConfigurationSettings)

Visual Basic example

Visual C++ example

 

Syntax

long Flags;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Determines whether the saved files will be deleted after e-mailing them. It also determines whether the mailing process will run in silent mode or interactively. You can use a bit wise OR (|) to specify more than one flag. Possible values are:

Value

Meaning

EML_FLG_SEND_INTERACTIVELY

[0x001] Send e-mails interactively. If this not set; then the e-mails will be sent in silent mode.

EML_FLG_CLEARFILES

[0x002] Delete the saved files after e-mailing them. If not set; then do not delete the files.

EML_FLG_DISABLE_SIZE_WARNING

[0x004] Disable the e-mail size warning.

The default value is 0.

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:

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

Topics:

ePrint: Getting and Setting Email Options