Uses of Class
com.mypurecloud.sdk.v2.model.RecordingEmailMessage
Packages that use RecordingEmailMessage
-
Uses of RecordingEmailMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecordingEmailMessageModifier and TypeMethodDescriptionRecordingEmailMessage.attachments(List<EmailAttachment> attachments) RecordingEmailMessage.bcc(List<EmailAddress> bcc) RecordingEmailMessage.cc(List<EmailAddress> cc) RecordingEmailMessage.from(EmailAddress from) RecordingEmailMessage.replyTo(EmailAddress replyTo) Indicates the address to which the author of the message suggests that replies be sentDate time is represented as an ISO-8601 string.RecordingEmailMessage.to(List<EmailAddress> to) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type RecordingEmailMessageMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type RecordingEmailMessageModifier and TypeMethodDescriptionRecording.emailTranscript(List<RecordingEmailMessage> emailTranscript) Represents an email transcriptvoidRecording.setEmailTranscript(List<RecordingEmailMessage> emailTranscript)