| Modifier and Type | Field | Description |
|---|---|---|
InternetAddress[] |
bcc |
|
InternetAddress[] |
cc |
|
Date |
date |
|
InternetAddress[] |
from |
|
String |
inReplyTo |
|
String |
messageId |
|
int |
msgno |
|
InternetAddress[] |
replyTo |
|
InternetAddress[] |
sender |
|
String |
subject |
|
InternetAddress[] |
to |
| Constructor | Description |
|---|---|
ENVELOPE(FetchResponse r) |
public int msgno
public Date date
public String subject
public InternetAddress[] from
public InternetAddress[] sender
public InternetAddress[] replyTo
public InternetAddress[] to
public InternetAddress[] cc
public InternetAddress[] bcc
public String inReplyTo
public String messageId
public ENVELOPE(FetchResponse r) throws ParsingException
ParsingExceptionCopyright © 2018 Oracle. All rights reserved.