_AppointmentItem.BusyStatus プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
予定のユーザーのビジー状態を示す定数を設定 OlBusyStatus または返します。 読み取り/書き込みが可能です。
public:
property Microsoft::Office::Interop::Outlook::OlBusyStatus BusyStatus { Microsoft::Office::Interop::Outlook::OlBusyStatus get(); void set(Microsoft::Office::Interop::Outlook::OlBusyStatus value); };
public Microsoft.Office.Interop.Outlook.OlBusyStatus BusyStatus { get; set; }
Public Property BusyStatus As OlBusyStatus