次の方法で共有


_AppointmentItem.OptionalAttendees プロパティ

定義

予定の省略可能な出席者名の表示文字列を表す 文字列(C #の文字列) を設定または返します。 読み取り/書き込みが可能です。

public:
 property System::String ^ OptionalAttendees { System::String ^ get(); void set(System::String ^ value); };
public string OptionalAttendees { get; set; }
Public Property OptionalAttendees As String

プロパティ値

注釈

このプロパティは、MAPI プロパティの PidTagDisplayCc に対応します。

適用対象