Documentazione di Gambas
Application Repository
Come...
Componenti
gb
gb.args
gb.data
gb.db - Database access component
gb.dbus
gb.debug
gb.desktop
gb.eval
gb.eval.highlight
gb.form.dialog
gb.image
gb.inotify
gb.net
gb.pcre
gb.qt4
gb.qt5
gb.sdl.sound - Sound library based on SDL
gb.settings
gb.v4l
Da fare
Documentazione Sviluppatori
Documenti
Indice del linguaggio
LEGGIMI
Lessico
Licenza dello Wiki
Messaggi di errore
Panoramica del linguaggio
Registrazione
Ultime modifiche
Wiki Manual
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
MimePart (gb.mime)
This class represents a section of a
MimeMessage
body.
Questa classe è
creabile
.
Questa classe si comporta come un
solo-lettura
array.
Questa classe è
enumerabile
con la parola chiave
FOR EACH
.
Proprietà
ContentDisposition
property ContentDisposition As
String
Returns or sets the content disposition header of the
MimePart
structure.
ContentEncoding
Returns the content encoding of the message. It is to be used with the
Decode
function
ContentId
Returns or sets the content ID header of the
MimePart
structure.
ContentType
Returns the content type header of the
MimePart
structure.
Count
Returns the amount of structures grouped inside this
MimePart
message.
Data
Returns the payload of the
MimePart
automatically decoded.
Disposition
Returns or sets the disposition of the
MimePart
structure.
FileName
Returns the file name of the attachment as defined by the
Content-Disposition
header.
NULL
if it is not set.
Headers
property Read Headers As
comp/
gb.mime
.MimePart.Headers Returns the headers of the structure as a read/write
MimePart.Headers
structure.
Message
Returns or sets the message part of the
MimePart
structure.
Metodi
Add
Sub Add ( Part As
MimePart
) Adds
Part
to the current structure as a child.
ToString
Assembles the original
MimePart
structure back from it's components.