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) 电子邮件地址 (简单邮件传输协议。 它也是 字符串 类型,长度在 1 到 321 个字符之间, (非空) 。

DisplayName

获取或设置一个字符串,用于传达约会参与者的显示名称。 显示名称是可选的, 类型为 String,最大长度为 256 个字符。

适用于

另请参阅