Bluestep JS Documentation
Preparing search index...
B
Bluestep
Mail
Multipart
Class Multipart
Abstract
Hierarchy (
View Summary
)
Multipart
MimeMultipart
Index
Constructors
constructor
Methods
add
Body
Part
get
Body
Part
get
Content
Type
get
Count
get
Parent
remove
Body
Part
set
Parent
write
To
Constructors
constructor
new
Multipart
()
:
Multipart
Returns
Multipart
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
get
Content
Type
getContentType
()
:
string
Returns
string
get
Count
getCount
()
:
number
Returns
number
get
Parent
getParent
()
:
Bluestep
.
Mail
.
Part
Returns
Bluestep
.
Mail
.
Part
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
Abstract
write
To
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
remove
Body
Part
set
Parent
write
To
Bluestep JS Documentation
Loading...