Package com.isode.x400api.test
Class X400msTestBodyPartRcvUtils
- java.lang.Object
-
- com.isode.x400api.test.X400msTestBodyPartRcvUtils
-
public class X400msTestBodyPartRcvUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description X400msTestBodyPartRcvUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
do_msg_content_as_bp(MSMessage msmessage_obj)
Display the MS Message content (ie the attachments/bodyparts) of a message retrieved from the message store.static int
get_msgbp(MSMessage msmessage_obj, Message message_obj, int att_num)
Fetch and display a MS Message bodypart (ie a message retrieved the message store).
-
-
-
Method Detail
-
do_msg_content_as_bp
public static int do_msg_content_as_bp(MSMessage msmessage_obj)
Display the MS Message content (ie the attachments/bodyparts) of a message retrieved from the message store.
-
-