Class EmailCustomHeader

java.lang.Object
com.azure.communication.email.models.EmailCustomHeader

public final class EmailCustomHeader extends Object
Custom header for email.
  • Constructor Details

    • EmailCustomHeader

      public EmailCustomHeader(String name, String value)
      Constructor for EmailCustomHeader
      Parameters:
      name - the header name
      value - the header value
  • Method Details

    • getName

      public String getName()
      Get the name property: Header name.
      Returns:
      the name value.
    • getValue

      public String getValue()
      Get the value property: Header value.
      Returns:
      the value value.