C# Class TPConfAddin.BackUpAppointment

备份会议的时间、主题等
ファイルを表示 Open project: eSDK/esdk_OutlookPlugin Class Usage Examples

Public Methods

Method Description
backUp ( string bak_subject, System.DateTime bak_start, System.DateTime bak_end, string bak_location, string bak_resources, string bak_attdences, string bak_body ) : BackUpAppointment

备份会议

Method Details

backUp() public static method

备份会议
public static backUp ( string bak_subject, System.DateTime bak_start, System.DateTime bak_end, string bak_location, string bak_resources, string bak_attdences, string bak_body ) : BackUpAppointment
bak_subject string
bak_start System.DateTime
bak_end System.DateTime
bak_location string
bak_resources string
bak_attdences string
bak_body string
return BackUpAppointment