Class MessagePropertiesChunk

java.lang.Object
ch.astorm.jotlmsg.io.PropertiesChunk
ch.astorm.jotlmsg.io.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 Details

    • MessagePropertiesChunk

      public MessagePropertiesChunk()
  • Method Details

    • 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)