Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20
MSG_GetBody
|
MSG_GetBody ( fileName ; Offset ; Länge ; bodyText ) -> Funktionsergebnis | ||||||||
Parameter | Typ | Beschreibung | ||||||
fileName | Text |
![]() |
Filename (path defaults to message folder) | |||||
Offset | Lange Ganzzahl |
![]() |
Starting offset into message body (0 = start of body) | |||||
Länge | Lange Ganzzahl |
![]() |
Number of characters | |||||
bodyText | Text |
![]() |
Body text (removes linefeeds if Prefs ON) | |||||
Funktionsergebnis | Lange Ganzzahl |
![]() |
Error Code | |||||
The MSG_GetBody command returns just the text of the message. It will not include enclosure text and will strip all MIME headers.
fileName is the name of the file or the full path of the file of which to extract the body of the message. If only a filename is given, the path will default to the folder set by POP3_SetPrefs or MSG_SetPrefs (see Compatibility notes). If no folder has been specified by POP3_SetPrefs, the path will default to the folder containing the structure of the database (with 4D single-user) or to the 4D Client folder (with 4D Server).
offset is the character position within the source body information at which to begin the retrieval.
length is the number of characters to return.
bodyText receives the text of the message body. Since the bodyText parameter can include extended characters, you can automate their management using the POP3_Charset or MSG_Charset command (see Compatibility notes). This parameter takes the stripLineFeed parameter set by POP3_SetPrefs or MSG_SetPrefs into account (see Compatibility notes).
Compatibility notes (version 6.8.1):
Produkt: 4D
Thema: IC Downloaded Mail
Nummer:
88952
Geändert: 4D Internet Commands 6.8.1
4D Internet Commands ( 4D v20)