public final class EmlMetadata extends MetadataContainer
Represents Email Message metadata.
Constructor and Description |
---|
EmlMetadata()
Initializes a new instance of the
EmlMetadata class. |
Modifier and Type | Method and Description |
---|---|
String[] |
getAttachments()
Gets array of attachments.
|
String[] |
getCC()
Gets array of Carbone Copy senders.
|
Map<String,String> |
getHeaders()
Gets array of mail headers.
|
String |
getMailAddressFrom()
Gets sender email address.
|
String |
getSubject()
Gets subject.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public EmlMetadata()
Initializes a new instance of the EmlMetadata
class.
public final String[] getAttachments()
Gets array of attachments.
public final String[] getCC()
Gets array of Carbone Copy senders.
public final Map<String,String> getHeaders()
Gets array of mail headers.
public final String getMailAddressFrom()
Gets sender email address.
public final String getSubject()
Gets subject.
Copyright © 2019. All rights reserved.