CEmail.CreateReplyBody Method | |
Prepares a default text response.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD CreateReplyBody(
lReFormat AS LOGIC
) AS STRING
public virtual string CreateReplyBody(
[DefaultParameterValueAttribute(true, 0)] bool lReFormat
)
Request Example
View SourceParameters
- lReFormat
- Type: Logic
** missing parameter documentation **
Return Value
Type:
StringRemarks
This method prepares a default reply text and places it in the cText instance variable of the Class. It incorporates a From Address, destination list and datetime stamp. The existing text lines are prefixed with an "> " and any HTML text is cleaned out.
See Also