History
ServerFile.AddAltBody
Home
•
Help
•
Customization Tools
•
FCAS
•
Language Reference
•
ServerFile.AddAltBody
Purpose
Adds supplied text to the AltBody of the current object on the FirstClass server.
Syntax
ServerFile
.AddAltBody (
Text
)
Example
Dim sf as ServerFile
sf.OpenFile ("|MyItem", fcUpdate)
sf.AddAltBody ("<HTML>")