CLAS CL_BCS_MAIL_BODYPART

Source Link
Open in ADT

Home
Previous Object: CL_BCS_MAIL_BINARYPART
Next Object: CL_BCS_MAIL_MESSAGE

Status: RELEASED

Public
Type ty_bodyrole TYPE cl_bcs_mail_bodypart=>ty_bodyrole
Type ty_content_type TYPE cl_bcs_mail_bodypart=>ty_content_type
Constant main TYPE i
Constant alternative TYPE i
Constant attachment TYPE i
Method is_valid
  IMPORTING
    iv_role TYPE cl_bcs_mail_bodypart=>ty_bodyrole
  RETURNING rv_is_valid TYPE ABAP_BOOL
Method get_filename
  RETURNING rv_filename TYPE STRING
Method set_filename
  IMPORTING
    iv_filename TYPE STRING
Method get_content_type
  RETURNING rv_content_type TYPE cl_bcs_mail_bodypart=>ty_content_type
Method set_content_type
  IMPORTING
    iv_content_type TYPE cl_bcs_mail_bodypart=>ty_content_type
Protected
Method to_bcom_mime
  RETURNING ro_bcom_mime TYPE REF TO c LENGTH 64

Exists on:
754false
750false
702false

Bug reports and ideas welcome
Made using abaplint.app