Class X400mtTestRcvNativeUtils

java.lang.Object
com.isode.x400mtapi.test.X400mtTestRcvNativeUtils

public class X400mtTestRcvNativeUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    do_xmsg_content(com.isode.x400api.Message message)
    Fetch and display the X.400 message content (ie from a message retrieved using x400_msggetmessagebody().
    static int
    do_xmsg_content_as_bp(com.isode.x400api.Message message)
    Fetch and display the X.400 message content (ie from a message retrieved using x400_msggetmessagebody().
    static int
    do_xmsg_env(com.isode.x400api.Message message)
     
    static int
    do_xmsg_headers(com.isode.x400api.Message message)
    Fetch and display the X.400 message headers (ie from a message retrieved using x400_msggetmessagebody().
    static int
    do_xrep_content(com.isode.x400api.Message message)
     
    static int
    do_xrep_env(com.isode.x400api.Message message)
     
    static int
    do_xrep_headers(com.isode.x400api.Message message)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • X400mtTestRcvNativeUtils

      public X400mtTestRcvNativeUtils()
  • Method Details

    • do_xmsg_env

      public static int do_xmsg_env(com.isode.x400api.Message message)
    • do_xmsg_headers

      public static int do_xmsg_headers(com.isode.x400api.Message message)
      Fetch and display the X.400 message headers (ie from a message retrieved using x400_msggetmessagebody().
    • do_xmsg_content

      public static int do_xmsg_content(com.isode.x400api.Message message)
      Fetch and display the X.400 message content (ie from a message retrieved using x400_msggetmessagebody(). This code uses msmsggetattachment if possible (rather than bodyparts).
    • do_xmsg_content_as_bp

      public static int do_xmsg_content_as_bp(com.isode.x400api.Message message)
      Fetch and display the X.400 message content (ie from a message retrieved using x400_msggetmessagebody(). This code gets the attachments as body part object.
    • do_xrep_env

      public static int do_xrep_env(com.isode.x400api.Message message)
    • do_xrep_headers

      public static int do_xrep_headers(com.isode.x400api.Message message)
    • do_xrep_content

      public static int do_xrep_content(com.isode.x400api.Message message)