Class TypesLister


  • public class TypesLister
    extends java.lang.Object
    Lists the different MAPI types
    • Constructor Summary

      Constructors 
      Constructor Description
      TypesLister()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void listById​(java.io.PrintStream out)  
      void listByName​(java.io.PrintStream out)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • TypesLister

        public TypesLister()
    • Method Detail

      • listByName

        public void listByName​(java.io.PrintStream out)
      • listById

        public void listById​(java.io.PrintStream out)
      • main

        public static void main​(java.lang.String[] args)