C# Class TPConfAddin.RibbonMain

Mostra file Open project: eSDK/esdk_OutlookPlugin

Public Methods

Method Description
RibbonMain ( ) : System.Reflection

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateUserProperties ( AppointmentItem &ai ) : void

创建自定义属性

GetOfficeLanguage ( string officeVersion ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsOutLook2013 ( ) : bool

判断outlook版本

RibbonSettings_Load ( object sender, RibbonUIEventArgs e ) : void
btnAboutClicked ( object sender, RibbonControlEventArgs e ) : void

About

btnConfSettingsClicked ( object sender, RibbonControlEventArgs e ) : void

btnCreateTPConfClicked ( object sender, RibbonControlEventArgs e ) : void

预约会议

btnHelpClicked ( object sender, RibbonControlEventArgs e ) : void

Help

btnSettingsClicked ( object sender, RibbonControlEventArgs e ) : void

会议设置

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

RibbonMain() public method

public RibbonMain ( ) : System.Reflection
return System.Reflection