Bluestep JS Documentation
Preparing search index...
B
Bluestep
Mail
MimeMultipart
Class MimeMultipart
Hierarchy (
View Summary
)
Multipart
MimeMultipart
Index
Constructors
constructor
Methods
add
Body
Part
get
Body
Part
get
Content
Type
get
Count
get
Parent
get
Preamble
is
Complete
remove
Body
Part
set
Parent
set
Preamble
set
Sub
Type
write
To
Constructors
constructor
new
MimeMultipart
()
:
MimeMultipart
Returns
MimeMultipart
Methods
add
Body
Part
addBodyPart
(
part
:
BodyPart
)
:
void
Parameters
part
:
BodyPart
Returns
void
addBodyPart
(
part
:
BodyPart
,
index
:
number
)
:
void
Parameters
part
:
BodyPart
index
:
number
Returns
void
get
Body
Part
getBodyPart
(
index
:
number
)
:
BodyPart
Parameters
index
:
number
Returns
BodyPart
getBodyPart
(
cid
:
string
)
:
BodyPart
Parameters
cid
:
string
Returns
BodyPart
get
Content
Type
getContentType
()
:
string
Returns
string
get
Count
getCount
()
:
number
Returns
number
get
Parent
getParent
()
:
Bluestep
.
Mail
.
Part
Returns
Bluestep
.
Mail
.
Part
get
Preamble
getPreamble
()
:
string
Returns
string
is
Complete
isComplete
()
:
boolean
Returns
boolean
remove
Body
Part
removeBodyPart
(
part
:
BodyPart
)
:
boolean
Parameters
part
:
BodyPart
Returns
boolean
removeBodyPart
(
index
:
number
)
:
void
Parameters
index
:
number
Returns
void
set
Parent
setParent
(
part
:
Bluestep
.
Mail
.
Part
)
:
void
Parameters
part
:
Bluestep
.
Mail
.
Part
Returns
void
set
Preamble
setPreamble
(
preamble
:
string
)
:
void
Parameters
preamble
:
string
Returns
void
set
Sub
Type
setSubType
(
subtype
:
string
)
:
void
Parameters
subtype
:
string
Returns
void
write
To
writeTo
(
os
:
OutputStream
)
:
void
Parameters
os
:
OutputStream
Returns
void
writeTo
(
os
:
OutputStream
)
:
void
Parameters
os
:
OutputStream
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
Body
Part
get
Body
Part
get
Content
Type
get
Count
get
Parent
get
Preamble
is
Complete
remove
Body
Part
set
Parent
set
Preamble
set
Sub
Type
write
To
Bluestep JS Documentation
Loading...