مستندات جامباس 2
Language Overviews
آخر التغييرات
إقرأني
التركيب والتجميع
التسجيل
المستندات
المفردات
المكونات
gb
gb.db
gb.db.form
gb.eval
gb.form
gb.image
gb.qt4
gb.settings
gb.xml
دليل الويكي
دورات
رسائل الخطأ
فهرس اللغة
كيف تعمل...
مستندات التطوير
مستودع التطبيقات
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.
This class is
creatable
.
This class acts like a
read-only
array.
This class is
enumerable
with the
FOR EACH
keyword.
الخصائص
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.
الطرق
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.