BIP_EMAIL_DATA method: BIP_EMAIL_DATA class

Syntax

BIP_EMAIL_DATA()

Description

Implement the BIP_EMAIL_DATA class constructor to initialize the BIP_EMAIL_DATA object with a custom message set number.

Parameters

None.

Returns

None.

Example

method BIP_EMAIL_DATA
   &m_errorStr = "";
   &m_ErrorMessageSet = 235;
end-method;