L_EpnSetPrinterMailMessageInfo

#include "l_eprint.h"

L_INT EXT_FUNCTION L_EpnSetPrinterMailMessageInfo (pszPrinterName, pMailMessage)

L_CHAR L_FAR * pszPrinterName;

/* printer name */

EPNMAILMESSAGEINFO L_FAR * pMailMessage;

/* pointer to a structure */

Sets the mail message information of an ePrint printer.

Parameter

Description

pszPrinterName

Character string that contains the name of the ePrint printer.

pMailMessage

Pointer to an EPNMAILMESSAGEINFO structure that contains the mail message information to be set.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

Support for Basic functionality must be unlocked by calling the L_EpnUnlockSupport function before using this function.

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

When setting the mail message information of an OEM printer, the user must first install the OEM printer using L_EpnInstallOEMPrinter before calling this function.

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

Required DLLs and Libraries

LPKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to ePrint Files.

See Also

Functions:

L_EpnInstallOEMPrinter, L_EpnSetPrinterSaveOptions, L_EpnGetPrinterMailMessageInfo, L_EpnSetPrinterEmailConfiguration

Topics:

ePrint: Getting and Setting Printer Specification

 

Setting and Getting ePrint Printer Settings

Example

For an example, refer to L_EpnInstallOEMPrinter.