MicrosoftGraphMessage |
MicrosoftGraphMessage.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: message.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withAttachments(List<MicrosoftGraphAttachment> attachments) |
Set the attachments property: The fileAttachment and itemAttachment attachments for the message.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withBccRecipients(List<MicrosoftGraphRecipient> bccRecipients) |
Set the bccRecipients property: The Bcc: recipients for the message.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withBody(MicrosoftGraphItemBody body) |
Set the body property: itemBody.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withBodyPreview(String bodyPreview) |
Set the bodyPreview property: The first 255 characters of the message body.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withCategories(List<String> categories) |
Set the categories property: The categories associated with the item.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withCcRecipients(List<MicrosoftGraphRecipient> ccRecipients) |
Set the ccRecipients property: The Cc: recipients for the message.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withChangeKey(String changeKey) |
Set the changeKey property: Identifies the version of the item.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withConversationId(String conversationId) |
Set the conversationId property: The ID of the conversation the email belongs to.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withConversationIndex(byte[] conversationIndex) |
Set the conversationIndex property: Indicates the position of the message within the conversation.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withCreatedDateTime(OffsetDateTime createdDateTime) |
Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format
and is always in UTC time.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withExtensions(List<MicrosoftGraphExtensionInner> extensions) |
Set the extensions property: The collection of open extensions defined for the message.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withFlag(MicrosoftGraphFollowupFlag flag) |
Set the flag property: followupFlag.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withFrom(MicrosoftGraphRecipient from) |
Set the from property: recipient.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withHasAttachments(Boolean hasAttachments) |
Set the hasAttachments property: Indicates whether the message has attachments.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withImportance(MicrosoftGraphImportance importance) |
Set the importance property: The importance property.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withInferenceClassification(MicrosoftGraphInferenceClassificationType inferenceClassification) |
Set the inferenceClassification property: The inferenceClassification property.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withInternetMessageHeaders(List<MicrosoftGraphInternetMessageHeader> internetMessageHeaders) |
Set the internetMessageHeaders property: A collection of message headers defined by RFC5322.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withInternetMessageId(String internetMessageId) |
Set the internetMessageId property: The message ID in the format specified by RFC2822.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withIsDeliveryReceiptRequested(Boolean isDeliveryReceiptRequested) |
Set the isDeliveryReceiptRequested property: Indicates whether a read receipt is requested for the message.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withIsDraft(Boolean isDraft) |
Set the isDraft property: Indicates whether the message is a draft.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withIsRead(Boolean isRead) |
Set the isRead property: Indicates whether the message has been read.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withIsReadReceiptRequested(Boolean isReadReceiptRequested) |
Set the isReadReceiptRequested property: Indicates whether a read receipt is requested for the message.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601
format and is always in UTC time.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties) |
Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the
message.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withParentFolderId(String parentFolderId) |
Set the parentFolderId property: The unique identifier for the message's parent mailFolder.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withReceivedDateTime(OffsetDateTime receivedDateTime) |
Set the receivedDateTime property: The date and time the message was received.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withReplyTo(List<MicrosoftGraphRecipient> replyTo) |
Set the replyTo property: The email addresses to use when replying.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withSender(MicrosoftGraphRecipient sender) |
Set the sender property: recipient.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withSentDateTime(OffsetDateTime sentDateTime) |
Set the sentDateTime property: The date and time the message was sent.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withSingleValueExtendedProperties(List<MicrosoftGraphSingleValueLegacyExtendedProperty> singleValueExtendedProperties) |
Set the singleValueExtendedProperties property: The collection of single-value extended properties defined for
the message.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withSubject(String subject) |
Set the subject property: The subject of the message.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withToRecipients(List<MicrosoftGraphRecipient> toRecipients) |
Set the toRecipients property: The To: recipients for the message.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withUniqueBody(MicrosoftGraphItemBody uniqueBody) |
Set the uniqueBody property: itemBody.
|
MicrosoftGraphMessage |
MicrosoftGraphMessage.withWebLink(String webLink) |
Set the webLink property: The URL to open the message in Outlook on the web.You can append an ispopout argument
to the end of the URL to change how the message is displayed.
|