ContactLaunchActionVerbs.Message Property

Definition

Gets the send message to a contact action.

public:
 static property Platform::String ^ Message { Platform::String ^ get(); };
static winrt::hstring Message();
public static string Message { get; }
var string = ContactLaunchActionVerbs.message;
Public Shared ReadOnly Property Message As String

Property Value

String

Platform::String

winrt::hstring

The send message to a contact action.

Windows requirements

App capabilities
contactsSystem

Applies to

See also