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

適用於