History
ServerFile.Body
Home
•
Help
•
Customization Tools
•
FCAS
•
Language Reference
•
ServerFile.Body
Purpose
Assigns or returns the body of an object on FirstClass server.
Syntax
ServerFile
.Body
Example
Dim sf as ServerFile
sf.OpenFile ("Mailbox | Item", fcRead)
Debug "The body is" & sf.Body