debug()  extend()

Chapter 5: General Objects and Methods

email()

Description

Uses the e-mail system defined in the Configurator to send the blob to the person or location identified by the destination parameter. You can use this method only within an e-Biz Impact instance.

Syntax

email(string destination);

Parameter

Description

destination

A string containing the person or location to which the email is sent.

Return value

Always returns 1.

Usage

Pointer to object

Object

string mail_to;

myblob.email(mail_to);

mail_to = “johnb@rd”;

pb->email(mail_to);





Copyright © 2005. Sybase Inc. All rights reserved. extend()

View this book as PDF