Class BodyPart


  • public class BodyPart
    extends java.lang.Object
    Provides the BodyPart class used by the X.400 class. Hold body part information to pass across the API in an opaque manner.
    • Constructor Summary

      Constructors 
      Constructor Description
      BodyPart()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int GetBpLen()
      Returns the length of BodyPart returned from the most recent X400BodypartGetStrParam call which returned the BODY_DATA of a binary attachment.
      int GetBpType()
      Returns the type of BodyPart returned from the most recent X400BodypartGetStrParam call.
      int GetIntValue()
      Returns the integer value from a call to the most recent X400BodypartGetIntParam interface call.
      int GetType()
      Returns the bodypart type returned bythe most recent X400msMsgGetBodypart interface call.
      • Methods inherited from class java.lang.Object

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

      • BodyPart

        public BodyPart()
    • Method Detail

      • GetType

        public int GetType()
        Returns the bodypart type returned bythe most recent X400msMsgGetBodypart interface call.
      • GetIntValue

        public int GetIntValue()
        Returns the integer value from a call to the most recent X400BodypartGetIntParam interface call.
      • GetBpType

        public int GetBpType()
        Returns the type of BodyPart returned from the most recent X400BodypartGetStrParam call.
      • GetBpLen

        public int GetBpLen()
        Returns the length of BodyPart returned from the most recent X400BodypartGetStrParam call which returned the BODY_DATA of a binary attachment.