Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionthe OData type of the object as returned by the serviceThe Sender Domain.The Use Company Branding. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
senderDomain
@SerializedName(value="senderDomain", alternate="SenderDomain") @Expose @Nullable public String senderDomainThe 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 useCompanyBrandingThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-