Email

<< Click to Display Table of Contents >>

Navigation:  Drivers API > IPXCPrinter Interface > Properties > Property Options >

Email


 

PRO SDK Icon Email

 


 

The Email properties are used to determine the settings of the email feature, which emails documents automatically when they are printed. Please note that properties are case-sensitive:

 

 

NAME

 

 

VALUES

 

DEFINITION

Enabled

Boolean Value

 

Enables the email feature. If set to False then no further properties from this section are used.

 

Default value: False

 

Method

0 (LaunchClient)

1 (SendViaClient)

2 (SendViaSMTP)

 

Specifies how documents are emailed.

 

0 (LaunchClient) launches the default email client. Users can then make changes as desired and send the email.

 

1 (SendViaClient) launches the default email client sends the email automatically.

 

2 (SendViaSMTP) uses the SMTP server specified in the Server property to send the email.

 

Default value: 0 (LaunchClient)

 

From

String

 

Specifies the email account used to send emails.

 

To, CC, Bcc

String        

 

Specifies email recipients. Semicolons must be used to delimiter recipients. The email address or the name of recipients can be used. If the name of recipients is used (for example: John Doe) then the email address is taken from the email client's address book.

 

It is also possible to enter a combination of the name and email address of recipients, for example: John Smith <john@server.com>.

 

Default values: empty string

 

Subject

String

 

Defines the email subject.

 

Default value: empty string

 

Content

String

 

Defines the email content.

 

Default value: empty string

 

ZIP

Boolean Value

 

If this property is set to True then PDF files are sent as ZIP archives. Otherwise files are sent in the their existing format.

 

Default value: True

 

Server

String

 

Specifies the SMTP server used to send emails when the Method property is set to SendViaSMTP.

 

The SMTP server must be defined using the AddSMPTServer function.

 

Default value: empty string