Class MessageSubmissionChunk


  • public class MessageSubmissionChunk
    extends Chunk
    A Chunk that holds the details given back by the server at submission time. This includes the date the message was given to the server, and an ID that's used if you want to cancel a message or similar
    • Constructor Detail

      • MessageSubmissionChunk

        public MessageSubmissionChunk​(String namePrefix,
                                      int chunkId,
                                      Types.MAPIType type)
        Creates a Byte Chunk.
      • MessageSubmissionChunk

        public MessageSubmissionChunk​(int chunkId,
                                      Types.MAPIType type)
        Create a Byte Chunk, with the specified type.
    • Method Detail

      • getAcceptedAtTime

        public Calendar getAcceptedAtTime()
        Returns:
        the date that the server accepted the message, as found from the message ID it generated.
      • getSubmissionId

        public String getSubmissionId()
        Returns:
        the full ID that the server generated when it accepted the message.