Uses of Class
com.azure.communication.email.models.EmailMessage
Packages that use EmailMessage
Package
Description
Package containing the classes for AzureCommunicationServices.
Package containing the data models for AzureCommunicationEmailService.
-
Uses of EmailMessage in com.azure.communication.email
Methods in com.azure.communication.email with parameters of type EmailMessageModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<EmailSendResult,EmailSendResult> EmailAsyncClient.beginSend(EmailMessage message) Queues an email message to be sent to one or more recipients.com.azure.core.util.polling.SyncPoller<EmailSendResult,EmailSendResult> EmailClient.beginSend(EmailMessage message) Queues an email message to be sent to one or more recipients.com.azure.core.util.polling.SyncPoller<EmailSendResult,EmailSendResult> EmailClient.beginSend(EmailMessage message, com.azure.core.util.Context context) Queues an email message to be sent to one or more recipients. -
Uses of EmailMessage in com.azure.communication.email.models
Methods in com.azure.communication.email.models that return EmailMessageModifier and TypeMethodDescriptionEmailMessage.setAttachments(EmailAttachment... attachments) Set the attachments property: List of attachments.EmailMessage.setAttachments(List<EmailAttachment> attachments) Set the attachments property: List of attachments.EmailMessage.setBccRecipients(EmailAddress... bccRecipients) Set the bccRecipients property: Email BCC recipients.EmailMessage.setBccRecipients(String... bccRecipientAddresses) Set the bccRecipients property: Email BCC recipients.EmailMessage.setBccRecipients(List<EmailAddress> bccRecipients) Set the bccRecipients property: Email BCC recipients.EmailMessage.setBodyHtml(String bodyHtml) Set the bodyHtml property: Html version of the email message.EmailMessage.setBodyPlainText(String bodyPlainText) Set the bodyPlainText property: Plain text version of the email message.EmailMessage.setCcRecipients(EmailAddress... ccRecipients) Set the ccRecipients property: Email CC recipients.EmailMessage.setCcRecipients(String... ccRecipientAddresses) Set the ccRecipients property: Email CC recipients.EmailMessage.setCcRecipients(List<EmailAddress> ccRecipients) Set the ccRecipients property: Email CC recipients.EmailMessage.setHeaders(Map<String, String> headers) Set the headers property: Custom email headers to be passed.EmailMessage.setReplyTo(EmailAddress... replyTo) Set the replyTo property: Email addresses where recipients' replies will be sent to.EmailMessage.setReplyTo(List<EmailAddress> replyTo) Set the replyTo property: Email addresses where recipients' replies will be sent to.EmailMessage.setSenderAddress(String senderAddress) Set the senderAddress property: Sender email address from a verified domain.EmailMessage.setSubject(String subject) Set the subject property: Subject of the email message.EmailMessage.setToRecipients(EmailAddress... toRecipients) Set the toRecipients property: Email To recipients.EmailMessage.setToRecipients(String... toRecipientAddresses) Set the toRecipients property: Email To recipients.EmailMessage.setToRecipients(List<EmailAddress> toRecipients) Set the toRecipients property: Email To recipients.EmailMessage.setUserEngagementTrackingDisabled(Boolean userEngagementTrackingDisabled) Set the userEngagementTrackingDisabled property: Indicates whether user engagement tracking should be disabled for this request if the resource-level user engagement tracking setting was already enabled in the control plane.