int number
Valid message ids start at 1. Emails that do not belong to any folder (like newly composed or derived messages) have 0 as their message number.
List<E> fromAddresses
This will usually be the sender of the email, but some emails may direct replies to a different address
List<E> toAddresses
List<E> ccAddresses
List<E> bccAddresses
List<E> replyToAddresses
Map<K,V> headers
String subject
LocalDateTime receivedDate
Different Folder implementations may assign this value or not.
If this is a sent email this will be null.
LocalDateTime sentDate
Different Folder implementations may assign this value or not.
EmailFlags flags
long id
long id
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.