GetPrinterMailMessageInfo method (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

short GetPrinterMailMessageInfo(BSTR pszPrinterName, IEpnMailMessageInfo **pMailMessage);

Overview

Refer to Setting and Getting ePrint Printer Specifications

Remarks

Receives the mail message information of an ePrint printer.

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

These settings will be used whenever the user prints using this ePrint printer.

Calling this method will update the values of the following properties of the IEpnMailMessageInfo object:

Bcc property

Body property

Cc property

EmailSaveOptionsIndex property

Subject property

To property

UseMail property

To set the mail message information of an ePrint printer, update all of the properties referenced above and call the SetPrinterMailMessageInfo method, which sets the updated properties.

Note that before e-mailing the saved files, you should set the e-mail configurations by calling the SetPrinterEmailConfiguration method.

See Also

Elements:

UnlockSupport method, InstallOEMPrinter method, SetPrinterMailMessageInfo method; SetPrinterEmailConfiguration method, Bcc property, Body property, Cc property, EmailSaveOptionsIndex property, Subject property, To property, UseMail property

Topics:

ePrint: Getting and Setting Printer Specifications