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.
|
Map<String,String> |
getHeaders()
Gets headers.
|
String[] |
getRecipients()
Gets array of recipients.
|
String |
getSubject()
Gets subject.
|
void |
setAttachments(String[] value)
Sets attachments.
|
void |
setCategories(String[] value)
Sets array of categories.
|
void |
setRecipients(String[] value)
Sets array of recipients.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public OutlookMessageMetadata()
Initializes a new instance of the OutlookMessageMetadata
class.
public final String[] getAttachments()
Gets attachments.
public final void setAttachments(String[] value)
Sets attachments.
value
- Attachments.public final String getBody()
Gets message body.
public final String[] getCategories()
Gets array of categories.
public final void setCategories(String[] value)
Sets array of categories.
value
- Categories.public final Date getDeliveryTime()
Gets date and time message was delivered.
public final String[] getRecipients()
Gets array of recipients.
public final void setRecipients(String[] value)
Sets array of recipients.
value
- Recipients.public final String getSubject()
Gets subject.
Copyright © 2019. All rights reserved.