Interface ISessionArchiveMessage
A text message from a session archive query.
Inherited Members
Namespace: VivoxUnity
Assembly: VivoxUnity.dll
Syntax
public interface ISessionArchiveMessage : ITextMessage, IKeyedItemNotifyPropertyChanged<string>, INotifyPropertyChanged
  Properties
ChannelSession
The ChannelSesssion that is the target of the message.
Declaration
IChannelSession ChannelSession { get; }
  Property Value
| Type | Description | 
|---|---|
| IChannelSession | 
FromSelf
Indicates whether the message is from the currently signed in user.
Declaration
bool FromSelf { get; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
MessageId
The server-assigned ID of the message used for paging through the large result sets.
Declaration
string MessageId { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
QueryId
The ID of the query that requested this message.
Declaration
string QueryId { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Sender
The message sender.
Declaration
AccountId Sender { get; }
  Property Value
| Type | Description | 
|---|---|
| AccountId |