| PL/SQL Email Client | |||||
SUMMARY: FIELD | TYPE | METHOD | DETAIL: FIELD | TYPE | METHOD |
Field Summary | |
number | child_count
For body parts (which are multipart objects): the number of child body part objects. |
varchar2(100) | content_disposition
Content disposition (INLINE or ATTACHMENT) of this body part. |
varchar2(100) | content_type
Content type of this body part. |
varchar2(100) | parent_index
Identifier of the parent body part for usage in the MAIL_T methods. |
number | part_size
Size (in bytes) of this body part. |
varchar2(100) | partindex
Identifier for this body part for usage in the MAIL_T methods. |
Field Detail |
public varchar2(100) partindex
public varchar2(100) parent_index
public varchar2(100) content_type
public varchar2(100) content_disposition
public number part_size
public number child_count
| PL/SQL Email Client | |||||
SUMMARY: FIELD | TYPE | METHOD | DETAIL: FIELD | TYPE | METHOD |