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.
|
com.aspose.ms.System.Collections.Generic.Dictionary<String,String> |
getHeaders()
Gets array of mail headers.
|
String |
getMailAddressFrom()
Gets sender email address.
|
String |
getSubject()
Gets subject.
|
getKeys
getByType, getMetadataType, readByStringKey
public EmlMetadata()
Initializes a new instance of the EmlMetadata
class.
public final String[] getAttachments()
Gets array of attachments.
Value: Attachments.public final String[] getCC()
Gets array of Carbone Copy senders.
Value: CC.public final com.aspose.ms.System.Collections.Generic.Dictionary<String,String> getHeaders()
Gets array of mail headers.
Value: Headers.public final String getMailAddressFrom()
Gets sender email address.
Value: Mail address from.public final String getSubject()
Gets subject.
Value: The subject.Copyright © 2017. All rights reserved.