_AppointmentItem.MeetingStatus 属性

定义

返回或设置一个 OlMeetingStatus 常量,指定约会的会议状态。 读/写。

public:
 property Microsoft::Office::Interop::Outlook::OlMeetingStatus MeetingStatus { Microsoft::Office::Interop::Outlook::OlMeetingStatus get(); void set(Microsoft::Office::Interop::Outlook::OlMeetingStatus value); };
public Microsoft.Office.Interop.Outlook.OlMeetingStatus MeetingStatus { get; set; }
Public Property MeetingStatus As OlMeetingStatus

属性值

注解

使用此属性使 MeetingItem 对象可用于约会。

适用于