www.gnostice.com 

PrefEmailAfterCreate

Top  Previous  Next

The PrefEmailAfterCreate property specifies whether to e-mail the document after generation.

 

 

 

 

Syntax

 

 

[VC++]

BOOL GetPrefEmailAfterCreate();

void SetPrefEmailAfterCreate(BOOL bNewValue);

 

[C#]

public abstract new bool PrefEmailAfterCreate [  get,  set ]

 

[VB]

Property PrefEmailAfterCreate As Boolean

 

 

Remarks

 

 

Use this property to e-mail the document after creation. The configuration required for e-mailing is provided through the EMailSettings property. It can also be provided through the OnEMail event, which is triggered just before the document is e-mailed.

 

 

 

 

Default Value

 

 

False

 

 

 

 

Example Code

 

 

For an example code, see Email.

 

 

 

 

See Also

 

 

EMailSettings, OnEMail