C# Class TPConfAddin.Utils.LoadManager

Outlook
Show file Open project: eSDK/esdk_OutlookPlugin

Public Properties

Property Type Description
lanNum int

Public Methods

Method Description
loadAccountInfo ( ) : AccountInfoClass

读取账号信息

loadHelpFiles ( ) : void

加载帮助文档

loadOfficeLanguage ( ) : void

获得Outlook语言,并加载语言

loadSystemSetting ( ) : SystemSettingsClass

读取系统参数和设置信息

Private Methods

Method Description
loadResources ( string errorPath, string helpPath, string htmlPath ) : void

Method Details

loadAccountInfo() public static method

读取账号信息
public static loadAccountInfo ( ) : AccountInfoClass
return AccountInfoClass

loadHelpFiles() public static method

加载帮助文档
public static loadHelpFiles ( ) : void
return void

loadOfficeLanguage() public static method

获得Outlook语言,并加载语言
public static loadOfficeLanguage ( ) : void
return void

loadSystemSetting() public static method

读取系统参数和设置信息
public static loadSystemSetting ( ) : SystemSettingsClass
return SystemSettingsClass

Property Details

lanNum public static property

语言类型
public static int lanNum
return int