| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
IosEasEmailProfileConfiguration
“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.
|
class |
Windows10EasEmailProfileConfiguration
“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.
|
class |
WindowsPhoneEASEmailProfileConfiguration
“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.
|
| Modifier and Type | Method and Description |
|---|---|
EasEmailProfileConfigurationBase |
EasEmailProfileConfigurationBase.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
EasEmailProfileConfigurationBase |
EasEmailProfileConfigurationBase.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
EasEmailProfileConfigurationBase |
EasEmailProfileConfigurationBase.withCustomDomainName(String customDomainName)
Returns an immutable copy of
this with just the customDomainName
field changed. |
EasEmailProfileConfigurationBase |
EasEmailProfileConfigurationBase.withUserDomainNameSource(DomainNameSource userDomainNameSource)
Returns an immutable copy of
this with just the userDomainNameSource field changed. |
EasEmailProfileConfigurationBase |
EasEmailProfileConfigurationBase.withUsernameAADSource(UsernameSource usernameAADSource)
Returns an immutable copy of
this with just the usernameAADSource
field changed. |
EasEmailProfileConfigurationBase |
EasEmailProfileConfigurationBase.withUsernameSource(UserEmailSource usernameSource)
Returns an immutable copy of
this with just the usernameSource
field changed. |
Copyright © 2018–2020. All rights reserved.