Package com.isode.x400mtapi.test
Class X400mtTestBodyPartRcvUtils
- java.lang.Object
-
- com.isode.x400mtapi.test.X400mtTestBodyPartRcvUtils
-
public class X400mtTestBodyPartRcvUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description X400mtTestBodyPartRcvUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
do_msg_content_as_bp(MTMessage mtmessage_obj)
Display the MT Message content (ie the attachments/bodyparts) of a message transferred from the MTAstatic int
get_msgbp(MTMessage mtmessage_obj, com.isode.x400api.Message message_obj, int att_num, int type)
Fetch and display a MT Message bodypart
-
-
-
Method Detail
-
do_msg_content_as_bp
public static int do_msg_content_as_bp(MTMessage mtmessage_obj)
Display the MT Message content (ie the attachments/bodyparts) of a message transferred from the MTA
-
get_msgbp
public static int get_msgbp(MTMessage mtmessage_obj, com.isode.x400api.Message message_obj, int att_num, int type)
Fetch and display a MT Message bodypart
-
-