Calendar account management page basics.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
AutoDiscoverySetup,
|
||||
AutoDiscoveryInProgress,
|
||||
FetchingProfileInformation,
|
||||
Canceled
|
||||
Canceled,
|
||||
FetchingEvents
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,12 +2,16 @@
|
||||
{
|
||||
public enum SynchronizationType
|
||||
{
|
||||
FoldersOnly, // Only synchronize folder metadata.
|
||||
ExecuteRequests, // Run the queued requests, and then synchronize if needed.
|
||||
Inbox, // Only Inbox, Sent and Draft folders.
|
||||
Custom, // Only sync folders that are specified in the options.
|
||||
Full, // Synchronize all folders. This won't update profile or alias information.
|
||||
// Shared
|
||||
UpdateProfile, // Only update profile information
|
||||
ExecuteRequests, // Run the queued requests, and then synchronize if needed.
|
||||
// Wino Mail
|
||||
FoldersOnly, // Only synchronize folder metadata.
|
||||
InboxOnly, // Only Inbox, Sent and Draft folders.
|
||||
CustomFolders, // Only sync folders that are specified in the options.
|
||||
FullFolders, // Synchronize all folders. This won't update profile or alias information.
|
||||
Alias, // Only update alias information
|
||||
// Calendar
|
||||
Events
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user