ChatMessageActor.RawAddress | rawAddress property

Applies to Windows and Windows Phone

This API is not available to all Windows/Windows Phone apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

Syntax

var rawAddress = chatMessageActor.rawAddress;
chatMessageActor.rawAddress = rawAddress;
public string RawAddress { get; set; }
Public Property RawAddress As String
public:
property String^ RawAddress { 
   String^ get();
   void set (String^ value);
}

Property value

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The raw address of the chat message actor.

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

Windows Server 2012 R2

Minimum supported phone

Windows Phone 8.1

Namespace

Windows.ApplicationModel.Chat Windows::ApplicationModel::Chat [C++]

Metadata

Windows.winmd

See also

ChatMessageActor