Package com.isode.x400mtapi.test
Class X400mtTestMsgRcvUtils
- java.lang.Object
-
- com.isode.x400mtapi.test.X400mtTestMsgRcvUtils
-
public class X400mtTestMsgRcvUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description X400mtTestMsgRcvUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
do_msg_content(MTMessage mtmessage_obj)
Display the MT Message content (ie the attachments/bodyparts)static int
do_msg_env(MTMessage mtmessage_obj)
Display a MT Message envelopestatic int
do_msg_headers(MTMessage mtmessage_obj)
Display the MT Message headersstatic int
get_mt_recips(MTMessage mtmessage_obj, int type, java.lang.String logstr)
Display the MT Message recipientsstatic int
get_p772(MTMessage mtmessage_obj)
-
-
-
Method Detail
-
get_p772
public static int get_p772(MTMessage mtmessage_obj)
-
do_msg_env
public static int do_msg_env(MTMessage mtmessage_obj)
Display a MT Message envelope
-
do_msg_headers
public static int do_msg_headers(MTMessage mtmessage_obj)
Display the MT Message headers
-
get_mt_recips
public static int get_mt_recips(MTMessage mtmessage_obj, int type, java.lang.String logstr)
Display the MT Message recipients
-
do_msg_content
public static int do_msg_content(MTMessage mtmessage_obj)
Display the MT Message content (ie the attachments/bodyparts)
-
-