Method | Description | |
---|---|---|
FillOptions ( Contracts options ) : void | ||
ServerSettingsViewModel ( ISettingsFaultFinder settingsFaultFinder, ICurrentOptions currentOptions, IOutlookAccountPasswordProvider outlookAccountPasswordProvider ) : System | ||
SetOptions ( Contracts options ) : void | ||
Validate ( StringBuilder errorMessageBuilder ) : bool |
Method | Description | |
---|---|---|
CreateDavResource ( ) : void | ||
GetAccountSettings ( ) : void | ||
TestConnectionAsync ( ) : void |
public FillOptions ( Contracts options ) : void | ||
options | Contracts | |
return | void |
public ServerSettingsViewModel ( ISettingsFaultFinder settingsFaultFinder, ICurrentOptions currentOptions, IOutlookAccountPasswordProvider outlookAccountPasswordProvider ) : System | ||
settingsFaultFinder | ISettingsFaultFinder | |
currentOptions | ICurrentOptions | |
outlookAccountPasswordProvider | IOutlookAccountPasswordProvider | |
return | System |
public SetOptions ( Contracts options ) : void | ||
options | Contracts | |
return | void |
public Validate ( StringBuilder errorMessageBuilder ) : bool | ||
errorMessageBuilder | StringBuilder | |
return | bool |