次の方法で共有


_AppointmentItem.RequiredAttendees プロパティ

定義

会議の予定に必要な出席者名のセミコロン区切りの 文字列 (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 必要があります。

適用対象