summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/WindowsPhoneEASEmailProfileConfigurationModel.go
diff options
context:
space:
mode:
authorQais Patankar <qaisjp@gmail.com>2020-03-15 22:43:46 +0000
committerWim <wim@42.be>2020-03-22 00:02:48 +0100
commit76e5fe5a87d7e60919075f96eee599f3c6255a9f (patch)
treeaf3181ad6aadaea02069473a3718a827be888426 /vendor/github.com/matterbridge/msgraph.go/beta/WindowsPhoneEASEmailProfileConfigurationModel.go
parent802c80f40c709ba4967de317e40a8d6abe57f6be (diff)
downloadmatterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.gz
matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.bz2
matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.zip
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/WindowsPhoneEASEmailProfileConfigurationModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/WindowsPhoneEASEmailProfileConfigurationModel.go29
1 files changed, 0 insertions, 29 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/WindowsPhoneEASEmailProfileConfigurationModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/WindowsPhoneEASEmailProfileConfigurationModel.go
deleted file mode 100644
index deb0c745..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/WindowsPhoneEASEmailProfileConfigurationModel.go
+++ /dev/null
@@ -1,29 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// 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. Furthermore, you can also specify how much email to sync and how often the device should sync.
-type WindowsPhoneEASEmailProfileConfiguration struct {
- // EasEmailProfileConfigurationBase is the base model of WindowsPhoneEASEmailProfileConfiguration
- EasEmailProfileConfigurationBase
- // AccountName Account name.
- AccountName *string `json:"accountName,omitempty"`
- // ApplyOnlyToWindowsPhone81 Value indicating whether this policy only applies to Windows 8.1. This property is read-only.
- ApplyOnlyToWindowsPhone81 *bool `json:"applyOnlyToWindowsPhone81,omitempty"`
- // SyncCalendar Whether or not to sync the calendar.
- SyncCalendar *bool `json:"syncCalendar,omitempty"`
- // SyncContacts Whether or not to sync contacts.
- SyncContacts *bool `json:"syncContacts,omitempty"`
- // SyncTasks Whether or not to sync tasks.
- SyncTasks *bool `json:"syncTasks,omitempty"`
- // DurationOfEmailToSync Duration of email to sync.
- DurationOfEmailToSync *EmailSyncDuration `json:"durationOfEmailToSync,omitempty"`
- // EmailAddressSource Email attribute that is picked from AAD and injected into this profile before installing on the device.
- EmailAddressSource *UserEmailSource `json:"emailAddressSource,omitempty"`
- // EmailSyncSchedule Email sync schedule.
- EmailSyncSchedule *EmailSyncSchedule `json:"emailSyncSchedule,omitempty"`
- // HostName Exchange location that (URL) that the native mail app connects to.
- HostName *string `json:"hostName,omitempty"`
- // RequireSsl Indicates whether or not to use SSL.
- RequireSsl *bool `json:"requireSsl,omitempty"`
-}