C# Class TPConfAddin.Utils.UpdateManager

更新升级类
Mostra file Open project: eSDK/esdk_OutlookPlugin

Public Methods

Method Description
Update ( ) : void

升级插件

UpgradeMessageCallBackEx ( int iMsgID, StringBuilder pchDescription ) : bool

升级消息回调函数

Method Details

Update() public static method

升级插件
public static Update ( ) : void
return void

UpgradeMessageCallBackEx() public static method

升级消息回调函数
public static UpgradeMessageCallBackEx ( int iMsgID, StringBuilder pchDescription ) : bool
iMsgID int
pchDescription StringBuilder
return bool