Edit

Share via


ToastPeople Class

Definition

Specify what person this toast is related to. For more info, see the My People documentation. New in Fall Creators Update.

public sealed class ToastPeople
type ToastPeople = class
Public NotInheritable Class ToastPeople
Inheritance
ToastPeople

Constructors

ToastPeople()

Properties

EmailAddress

Gets or sets an email address that corresponds with a contact in the local Windows ContactStore. Note that if RemoteId is specified, this property will be ignored. For more info, see the My People documentation.

PhoneNumber

Gets or sets a phone number that corresponds with a contact in the local Windows ContactStore. Note that if EmailAddress is specified, this property will be ignored. For more info, see the My People documentation.

RemoteId

Gets or sets a remote identifier that corresponds with the RemoteId you set on a Contact you created with the ContactStore APIs. For more info, see the My People documentation.

Applies to