Class MessagePropertiesChunk


  • public class MessagePropertiesChunk
    extends PropertiesChunk
    Handles the top level layout in a .msg file. This class has been mostly copied from MessagePropertiesChunk.
    Author:
    Cedric Tabin
    • Constructor Detail

      • MessagePropertiesChunk

        public MessagePropertiesChunk()
    • Method Detail

      • getNextRecipientId

        public long getNextRecipientId()
      • setNextRecipientId

        public void setNextRecipientId​(long nextRecipientId)
      • getNextAttachmentId

        public long getNextAttachmentId()
      • setNextAttachmentId

        public void setNextAttachmentId​(long nextAttachmentId)
      • getRecipientCount

        public long getRecipientCount()
      • setRecipientCount

        public void setRecipientCount​(long recipientCount)
      • getAttachmentCount

        public long getAttachmentCount()
      • setAttachmentCount

        public void setAttachmentCount​(long attachmentCount)