Interface EmailRecipient


public interface EmailRecipient
Represents the recipient of an inbound email, which corresponds to a configured Inbound Email Address record in Vault.

An EmailRecipient is obtained by calling EmailItem.getRecipient().

  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves a structured representation of the recipient's email address.
  • Method Details

    • getEmailAddress

      EmailAddress getEmailAddress()
      Retrieves a structured representation of the recipient's email address.

      This is the address that received the email.

      Returns:
      An EmailAddress object, which can be used to retrieve the full email string or specific parts of the address, such as the username, sub-address, and domain.