Package com.veeva.vault.sdk.api.email
Interface EmailService
- All Superinterfaces:
Service
A service to interact with emails received by Vault.
-
Method Summary
Modifier and TypeMethodDescriptiongetEmailBody
(String emailRecordId, EmailBodyType emailBodyType) Retrieves the body of the email as HTML or plain text.
-
Method Details
-
getEmailBody
Retrieves the body of the email as HTML or plain text.- Parameters:
emailRecordId
- the ID of theemail__sys
record from which to get the email bodyemailBodyType
- the email body type to retrieve- Returns:
- the email body
-