Gambas dokumentace
Developer Documentation
Documents
Jak na...
Kompilace & instalace
Komponenty
Lexikon
Poslední změny
Registrace
Rejstřík jazyka
Rejstřík jazyka
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.
Tato třída je
vytvořitelný
.
Tato třída působí jako pole
pouze číst
.
Tato třída je
seznamy
s
FOR EACH
slovem.
Vlastnosti
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.
Metoda
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.