_AppointmentItem.RequiredAttendees プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
会議の予定に必要な出席者名のセミコロン区切りの 文字列 (C#の文字列 ) を返します。 読み取り/書き込みが可能です。
public:
property System::String ^ RequiredAttendees { System::String ^ get(); void set(System::String ^ value); };
public string RequiredAttendees { get; set; }
Public Property RequiredAttendees As String
プロパティ値
注釈
のみ、このプロパティには、必須出席者の表示名が含まれています。 出席者リストは、コレクションを使用して設定する Recipients 必要があります。