ChatMessageActor class

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 chatMessageActor = new Windows.ApplicationModel.Chat.ChatMessageActor();
public sealed class ChatMessageActor
Public NotInheritable Class ChatMessageActor
public ref class ChatMessageActor sealed 

Attributes

[MarshalingBehavior(Agile)]

[Threading(Both)]

[Version(0x06030000)]

Members

The ChatMessageActor class has these types of members:

  • Constructors
  • Methods
  • Properties

Constructors

The ChatMessageActor class has these constructors.

Constructor Description
ChatMessageActor 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.

 

Methods

The ChatMessageActor class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.

Method Description
GetFriendlyNameAsync 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.

 

Properties

The ChatMessageActor class has these properties.

Property Access type Description

RawAddress

Read/write 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.

SentStatus

Read-only 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.

 

Requirements

Minimum supported client

Windows 8.1 [Windows Store apps only]

Minimum supported server

Windows Server 2012 R2 [Windows Store apps only]

Minimum supported phone

Windows Phone 8.1

Namespace

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

Metadata

Windows.winmd

See also

Object