LM = ((10-1)/10)*1440 = 1.8*1440 = 2592
RM = ((91-1)/10)*1440 = 9.0*1440 = 12960
FWD = 1440/10 = 144
Assuming 55 lines /page, the QMAILFMT value would be:
'73/55/1/2592/12960/11/144/1'
Example 3:
Left column number = 1
Right column number = 132
GFID = 223, Courier 15
Font pitch = 15 characters per inch
LM=1
RM = ((132-1)/15)*1440 = 12576
FWD = 1440/15 = 96
Assuming 55 lines/page, the QMAILFMT value would be:
'132/55/1/1/12576/223/96/1'
The next three examples show Set FID through GFID (SFG) parameters:
FONT STYLE GFID FWD FA COMMENTS
a). Courier 10 11 144 1 Alias Courier 72. 10 ch/in.
b). Courier 12 85 120 1 12 ch/in.
c). Courier 15 223 96 1 15 ch/in.
For FWD = 10 ch/in set it to 144.
12 ch/in set it to 120.
15 ch/in set it to 96.
MIME Content Types
Standard Internet text notes consist of a general header and a text body. MIME
notes, however, can contain multiple parts, which allows multimedia attachments to
be included with the text.
If the general header contains a content type of Multipart/Mixed, one or more
attachments follow. There are beginning and ending boundaries for each
attachment. The boundary identifier is set on the

boundary=

parameter that follows
the “Content-Type” header tag. See Figure190 on page 303 for an example of a
multipart MIME note. In this example, each part has a content type, and that each
text content type can optionally have a character set (charset) defined.
302 OS/400 TCP/IPConfiguration and Reference V4R4