AppointmentInvitee.Address プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
予定の参加者のアドレスを伝える文字列を取得または設定します。 アドレスは 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
プロパティ値
予定の参加者のアドレス。
実装
Windows の要件
アプリの機能 |
appointmentsSystem
|