Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMessage
Packages that use MicrosoftGraphMessage
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphMessage in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphMessageModifier and TypeMethodDescriptionMicrosoftGraphMessage.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: message.MicrosoftGraphMessage.withAttachments(List<MicrosoftGraphAttachment> attachments) Set the attachments property: The fileAttachment and itemAttachment attachments for the message.MicrosoftGraphMessage.withBccRecipients(List<MicrosoftGraphRecipient> bccRecipients) Set the bccRecipients property: The Bcc: recipients for the message.MicrosoftGraphMessage.withBody(MicrosoftGraphItemBody body) Set the body property: itemBody.MicrosoftGraphMessage.withBodyPreview(String bodyPreview) Set the bodyPreview property: The first 255 characters of the message body.MicrosoftGraphMessage.withCategories(List<String> categories) Set the categories property: The categories associated with the item.MicrosoftGraphMessage.withCcRecipients(List<MicrosoftGraphRecipient> ccRecipients) Set the ccRecipients property: The Cc: recipients for the message.MicrosoftGraphMessage.withChangeKey(String changeKey) Set the changeKey property: Identifies the version of the item.MicrosoftGraphMessage.withConversationId(String conversationId) Set the conversationId property: The ID of the conversation the email belongs to.MicrosoftGraphMessage.withConversationIndex(byte[] conversationIndex) Set the conversationIndex property: Indicates the position of the message within the conversation.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.withExtensions(List<MicrosoftGraphExtension> extensions) Set the extensions property: The collection of open extensions defined for the message.MicrosoftGraphMessage.withFlag(MicrosoftGraphFollowupFlag flag) Set the flag property: followupFlag.MicrosoftGraphMessage.withFrom(MicrosoftGraphRecipient from) Set the from property: recipient.MicrosoftGraphMessage.withHasAttachments(Boolean hasAttachments) Set the hasAttachments property: Indicates whether the message has attachments.Set the id property: Read-only.MicrosoftGraphMessage.withImportance(MicrosoftGraphImportance importance) Set the importance property: importance.MicrosoftGraphMessage.withInferenceClassification(MicrosoftGraphInferenceClassificationType inferenceClassification) Set the inferenceClassification property: inferenceClassificationType.MicrosoftGraphMessage.withInternetMessageHeaders(List<MicrosoftGraphInternetMessageHeader> internetMessageHeaders) Set the internetMessageHeaders property: A collection of message headers defined by RFC5322.MicrosoftGraphMessage.withInternetMessageId(String internetMessageId) Set the internetMessageId property: The message ID in the format specified by RFC2822.MicrosoftGraphMessage.withIsDeliveryReceiptRequested(Boolean isDeliveryReceiptRequested) Set the isDeliveryReceiptRequested property: Indicates whether a read receipt is requested for the message.MicrosoftGraphMessage.withIsDraft(Boolean isDraft) Set the isDraft property: Indicates whether the message is a draft.MicrosoftGraphMessage.withIsRead(Boolean isRead) Set the isRead property: Indicates whether the message has been read.MicrosoftGraphMessage.withIsReadReceiptRequested(Boolean isReadReceiptRequested) Set the isReadReceiptRequested property: Indicates whether a read receipt is requested for the message.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.withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties) Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the message.MicrosoftGraphMessage.withParentFolderId(String parentFolderId) Set the parentFolderId property: The unique identifier for the message's parent mailFolder.MicrosoftGraphMessage.withReceivedDateTime(OffsetDateTime receivedDateTime) Set the receivedDateTime property: The date and time the message was received.MicrosoftGraphMessage.withReplyTo(List<MicrosoftGraphRecipient> replyTo) Set the replyTo property: The email addresses to use when replying.MicrosoftGraphMessage.withSender(MicrosoftGraphRecipient sender) Set the sender property: recipient.MicrosoftGraphMessage.withSentDateTime(OffsetDateTime sentDateTime) Set the sentDateTime property: The date and time the message was sent.MicrosoftGraphMessage.withSingleValueExtendedProperties(List<MicrosoftGraphSingleValueLegacyExtendedProperty> singleValueExtendedProperties) Set the singleValueExtendedProperties property: The collection of single-value extended properties defined for the message.MicrosoftGraphMessage.withSubject(String subject) Set the subject property: The subject of the message.MicrosoftGraphMessage.withToRecipients(List<MicrosoftGraphRecipient> toRecipients) Set the toRecipients property: The To: recipients for the message.MicrosoftGraphMessage.withUniqueBody(MicrosoftGraphItemBody uniqueBody) Set the uniqueBody property: itemBody.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.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphMessageModifier and TypeMethodDescriptionMicrosoftGraphMailFolder.messages()Get the messages property: The collection of messages in the mailFolder.MicrosoftGraphUserInner.messages()Get the messages property: The messages in a mailbox or folder.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphMessageModifier and TypeMethodDescriptionMicrosoftGraphMailFolder.withMessages(List<MicrosoftGraphMessage> messages) Set the messages property: The collection of messages in the mailFolder.MicrosoftGraphUserInner.withMessages(List<MicrosoftGraphMessage> messages) Set the messages property: The messages in a mailbox or folder.