public class MailMessage
extends Object
Class representing a mail message.
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
boolean
boolean
boolean
boolean
int
-
-
Method Details
-
getFrom
@Nullable
public String getFrom()
-
-
-
-
-
-
getText
@Nonnull
public String getText()
-
getSubject
@Nonnull
public String getSubject()
-
hasBcc
public boolean hasBcc()
-
hasCc
public boolean hasCc()
-
hasFrom
public boolean hasFrom()
-
-