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