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.
public final String[] getCC()
Gets array of Carbone Copy senders.
public final com.aspose.ms.System.Collections.Generic.Dictionary<String,String> getHeaders()
Gets array of mail headers.
public final String getMailAddressFrom()
Gets sender email address.
public final String getSubject()
Gets subject.
Copyright © 2018. All rights reserved.