Uses of Class
com.azure.communication.email.models.EmailAttachment
Packages that use EmailAttachment
Package
Description
Package containing the data models for AzureCommunicationEmailService.
-
Uses of EmailAttachment in com.azure.communication.email.models
Methods in com.azure.communication.email.models that return types with arguments of type EmailAttachmentModifier and TypeMethodDescriptionEmailMessage.getAttachments()Get the attachments property: List of attachments.Methods in com.azure.communication.email.models with parameters of type EmailAttachmentModifier and TypeMethodDescriptionEmailMessage.setAttachments(EmailAttachment... attachments) Set the attachments property: List of attachments.Method parameters in com.azure.communication.email.models with type arguments of type EmailAttachmentModifier and TypeMethodDescriptionEmailMessage.setAttachments(List<EmailAttachment> attachments) Set the attachments property: List of attachments.