public final class OutlookMessageMetadata extends MetadataContainer
Represents Outlook metadata presented in OutlookMessage
.
Constructor and Description |
---|
OutlookMessageMetadata()
Initializes a new instance of the
OutlookMessageMetadata class. |
Modifier and Type | Method and Description |
---|---|
String[] |
getAttachments()
Gets attachments.
|
String |
getBody()
Gets message body.
|
String[] |
getCategories()
Gets array of categories.
|
Date |
getDeliveryTime()
Gets date and time message was delivered.
|
com.aspose.ms.System.Collections.Generic.Dictionary<String,String> |
getHeaders()
Gets headers.
|
String[] |
getRecipients()
Gets array of recipients.
|
String |
getSubject()
Gets subject.
|
void |
setAttachments(String[] value)
Gets attachments.
|
void |
setCategories(String[] value)
Gets array of categories.
|
void |
setRecipients(String[] value)
Gets array of recipients.
|
getKeys
getByType, getMetadataType, readByStringKey
public OutlookMessageMetadata()
Initializes a new instance of the OutlookMessageMetadata
class.
public final String[] getAttachments()
Gets attachments.
Value: Attachments.public final void setAttachments(String[] value)
Gets attachments.
Value: Attachments.public final String getBody()
Gets message body.
Value: The body.public final String[] getCategories()
Gets array of categories.
Value: Categories.public final void setCategories(String[] value)
Gets array of categories.
Value: Categories.public final Date getDeliveryTime()
Gets date and time message was delivered.
Value: The delivery time.public final com.aspose.ms.System.Collections.Generic.Dictionary<String,String> getHeaders()
Gets headers.
Value: Headers.public final String[] getRecipients()
Gets array of recipients.
Value: Recipients.public final void setRecipients(String[] value)
Gets array of recipients.
Value: Recipients.public final String getSubject()
Gets subject.
Value: The subject.Copyright © 2017. All rights reserved.