| Modifier and Type | Field and Description | 
|---|---|
| InternetAddress[] | bcc | 
| InternetAddress[] | cc | 
| Date | date | 
| InternetAddress[] | from | 
| String | inReplyTo | 
| String | messageId | 
| int | msgno | 
| InternetAddress[] | replyTo | 
| InternetAddress[] | sender | 
| String | subject | 
| InternetAddress[] | to | 
| Constructor and 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 JBoss by Red Hat. All rights reserved.