共用方式為


IAppointmentParticipant 介面

定義

提供行事曆中約會參與者的相關資訊。

public interface class IAppointmentParticipant
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1633560834, 38680, 18043, 131, 251, 178, 147, 161, 145, 33, 222)]
struct IAppointmentParticipant
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1633560834, 38680, 18043, 131, 251, 178, 147, 161, 145, 33, 222)]
public interface IAppointmentParticipant
Public Interface IAppointmentParticipant
衍生
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
應用程式功能
appointmentsSystem

屬性

Address

取得或設定字串,這個字串會傳達約會參與者的位址。 位址是必要的,而且是簡單的郵件傳輸通訊協定, (SMTP) 電子郵件地址。 它也是 String 類型,長度介於 1 到 321 個字元之間, (非空白) 。

DisplayName

取得或設定字串,這個字串會傳達約會參與者的顯示名稱。 顯示名稱是選擇性的,類型為 String,長度上限為 256 個字元。

適用於

另請參閱