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