Advertising banner:

History
 
 ServerFile.AddBodyText
Home • Help • A0 • Customization Tools • FCAS • Language Reference • ServerFile.AddBodyText
 
AddBodyText (server files)
Minimum version: 4.0
Purpose
Adds a string to the end of any body text in a file on the FirstClass server.
This doesn't require the entire body text to be sent, nor does it force a full redraw, as would be the case when assigning a body.
Syntax
ServerFile.AddBodyText (String)


String
The string you want to add to the end of the body.

Example
Dim sf as ServerFile
sf.AddBodyText ("This is the end")