_MeetingItem.Forward 方法

定义

对项执行 Forward 操作,并将生成的副本作为 MeetingItem 对象返回。

public:
 Microsoft::Office::Interop::Outlook::MeetingItem ^ Forward();
public Microsoft.Office.Interop.Outlook.MeetingItem Forward ();
Public Function Forward () As MeetingItem

返回

MeetingItem 对象,该对象代表新会议项目。

适用于