次の方法で共有


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 文字です。

適用対象

こちらもご覧ください