Class EmailSettings

java.lang.Object
com.microsoft.graph.models.EmailSettings
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EmailSettings extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Email Settings.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • senderDomain

      @SerializedName(value="senderDomain", alternate="SenderDomain") @Expose @Nullable public String senderDomain
      The Sender Domain. Specifies the domain that should be used when sending email notifications. This domain must be verified in order to be used. We recommend that you use a domain that has the appropriate DNS records to facilitate email validation, like SPF, DKIM, DMARC, and MX, because this then complies with the RFC compliance for sending and receiving email. For details, see Learn more about Exchange Online Email Routing.
    • useCompanyBranding

      @SerializedName(value="useCompanyBranding", alternate="UseCompanyBranding") @Expose @Nullable public Boolean useCompanyBranding
      The Use Company Branding. Specifies if the organization’s banner logo should be included in email notifications. The banner logo will replace the Microsoft logo at the top of the email notification. If true the banner logo will be taken from the tenant’s branding settings. This value can only be set to true if the organizationalBranding bannerLogo property is set.
  • Constructor Details

    • EmailSettings

      public EmailSettings()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to