AppointmentInvitee.Address プロパティ

定義

予定の参加者のアドレスを伝える文字列を取得または設定します。 アドレスは IAppointmentParticipant から継承され、簡易メール転送プロトコル (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 = appointmentInvitee.address;
appointmentInvitee.address = string;
Public Property Address As String

プロパティ値

String

Platform::String

winrt::hstring

予定の参加者のアドレス。

実装

Windows の要件

アプリの機能
appointmentsSystem

適用対象