MCPcopy Create free account
hub / github.com/M66B/FairEmail / getMessageNumber

Method getMessageNumber

app/src/main/java/javax/mail/Message.java:588–590  ·  view source on GitHub ↗

Get the Message number for this Message. A Message object's message number is the relative position of this Message in its Folder. Note that the message number for a particular Message can change during a session if other messages in the Folder are deleted and expunged. Valid message numbers st

()

Source from the content-addressed store, hash-verified

586 * @return the message number
587 */
588 public int getMessageNumber() {
589 return msgnum;
590 }
591
592 /**
593 * Set the Message number for this Message. This method is

Callers 5

compareMethod · 0.80
getSequenceNumberMethod · 0.80
getUIDMethod · 0.80
matchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected