Uses of Class
odata.msgraph.client.beta.entity.EasEmailProfileConfigurationBase
-
Packages that use EasEmailProfileConfigurationBase Package Description odata.msgraph.client.beta.entity -
-
Uses of EasEmailProfileConfigurationBase in odata.msgraph.client.beta.entity
Subclasses of EasEmailProfileConfigurationBase in odata.msgraph.client.beta.entity Modifier and Type Class Description classIosEasEmailProfileConfiguration“By providing configurations in this profile you can instruct the native email client on iOS devices to communicate with an Exchange server and get email, contacts, calendar, reminders, and notes.classWindows10EasEmailProfileConfiguration“By providing configurations in this profile you can instruct the native email client (Outlook) on Windows 10 devices to communicate with an Exchange server and get email, contacts, calendar, and tasks.classWindowsPhoneEASEmailProfileConfiguration“By providing configurations in this profile you can instruct the native email client on Windows Phone to communicate with an Exchange server and get email, contacts, calendar, and tasks.Methods in odata.msgraph.client.beta.entity that return EasEmailProfileConfigurationBase Modifier and Type Method Description EasEmailProfileConfigurationBaseEasEmailProfileConfigurationBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EasEmailProfileConfigurationBaseEasEmailProfileConfigurationBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EasEmailProfileConfigurationBaseEasEmailProfileConfigurationBase. withCustomDomainName(String customDomainName)Returns an immutable copy ofthiswith just thecustomDomainNamefield changed.EasEmailProfileConfigurationBaseEasEmailProfileConfigurationBase. withUnmappedField(String name, String value)EasEmailProfileConfigurationBaseEasEmailProfileConfigurationBase. withUserDomainNameSource(DomainNameSource userDomainNameSource)Returns an immutable copy ofthiswith just theuserDomainNameSourcefield changed.EasEmailProfileConfigurationBaseEasEmailProfileConfigurationBase. withUsernameAADSource(UsernameSource usernameAADSource)Returns an immutable copy ofthiswith just theusernameAADSourcefield changed.EasEmailProfileConfigurationBaseEasEmailProfileConfigurationBase. withUsernameSource(UserEmailSource usernameSource)Returns an immutable copy ofthiswith just theusernameSourcefield changed.
-