IAppointmentParticipant.Address プロパティ

定義

予定の参加者のアドレスを伝える文字列を取得または設定します。 アドレスは必須であり、簡易メール転送プロトコル (SMTP) の電子メール アドレスです。 String 型で もあり、長さは 1 ~ 321 文字です (空でない)。

public:
 property Platform::String ^ Address { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Address();

void Address(winrt::hstring value);
public string Address { get; set; }
var string = iAppointmentParticipant.address;
iAppointmentParticipant.address = string;
Public Property Address As String

プロパティ値

String

Platform::String

winrt::hstring

予定の参加者の住所。

Windows の要件

アプリの機能
appointmentsSystem

適用対象