IContactMessageActivatedEventArgs IContactMessageActivatedEventArgs IContactMessageActivatedEventArgs IContactMessageActivatedEventArgs Interface

Definition

Provides data when an app is activated to send a message a contact.

public : interface IContactMessageActivatedEventArgspublic interface IContactMessageActivatedEventArgsPublic Interface IContactMessageActivatedEventArgs// You can use this interface in JavaScript.
Inheritance
IContactMessageActivatedEventArgsIContactMessageActivatedEventArgsIContactMessageActivatedEventArgsIContactMessageActivatedEventArgs
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (introduced v1)

Inherited Members

Inherited properties

Properties

Contact Contact Contact Contact

Gets the contact for the message.

public : Contact Contact { get; }public Contact Contact { get; }Public ReadOnly Property Contact As Contact// You can use this property in JavaScript.
Value
Contact Contact Contact Contact

The contact for the message.

ServiceId ServiceId ServiceId ServiceId

Gets the identifier of the service used for the message.

public : PlatForm::String ServiceId { get; }public string ServiceId { get; }Public ReadOnly Property ServiceId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The identifier of the service used for the message.

ServiceUserId ServiceUserId ServiceUserId ServiceUserId

Gets the user identifier of the service used for the message.

public : PlatForm::String ServiceUserId { get; }public string ServiceUserId { get; }Public ReadOnly Property ServiceUserId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The user identifier of the service used for the message.

See Also