public class EmailFlags extends Object
EmailFlags class represents the set of flags on a Message. Flags are composed of predefined system flags that most
folder implementations are expected to support.| Constructor and Description |
|---|
EmailFlags(javax.mail.Flags flags) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAnswered() |
boolean |
isDeleted() |
boolean |
isDraft() |
boolean |
isRecent() |
boolean |
isSeen() |
public boolean isAnswered()
public boolean isDeleted()
public boolean isDraft()
public boolean isRecent()
public boolean isSeen()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.