UseMail property (IEpnMailMessageInfo)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL UseMail;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Indicates whether to send the saved files by e-mail when printing to the ePrint printer. Possible values are:

Value

Meaning

VARIANT_TRUE

Send the saved files.

VARIANT_FALSE

Do not send the saved files. This is the default value.

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

To update this property with the currently used value, call the GetPrinterMailMessageInfo method.

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

See Also

Elements:

To property, Cc property, Bcc property, Subject property, Body property, EmailSaveOptionsIndex property, SetPrinterMailMessageInfo method, GetPrinterMailMessageInfo method

Topics:

ePrint: Getting and Setting Email Options