public class MboxMessageInfo extends Object
Represents an information about message in the MBOX storage.
| Modifier and Type | Method and Description |
|---|---|
MailAddressCollection |
getBcc()
Gets the address collection
that contains BCC recipients of message
|
MailAddressCollection |
getCC()
Gets the address collection
that contains CC recipients
|
Date |
getDate()
Gets the date of message
|
String |
getDelimiterMark()
Gets the message delimiter mark.
|
String |
getEntryId()
Gets the entry identifier.
|
MailAddress |
getFrom()
Gets the from address
|
HeaderCollection |
getHeaders()
Gets the collection of header fields
|
String |
getSubject()
Gets the message subject.
|
MailAddressCollection |
getTo()
Gets the address collection that contains
the recipients of message
|
public final HeaderCollection getHeaders()
Gets the collection of header fields
public final String getDelimiterMark()
Gets the message delimiter mark.
Value: The string represented a message delimiter mark.public final String getEntryId()
Gets the entry identifier.
Value: The string represented an entry identifier.public final Date getDate()
Gets the date of message
public final MailAddress getFrom()
Gets the from address
public final String getSubject()
Gets the message subject.
public final MailAddressCollection getTo()
Gets the address collection that contains the recipients of message
public final MailAddressCollection getCC()
Gets the address collection that contains CC recipients
public final MailAddressCollection getBcc()
Gets the address collection that contains BCC recipients of message
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.