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
|