Class AccountArchiveMessage
Inheritance
AccountArchiveMessage
Assembly: VivoxUnity.dll
Syntax
public class AccountArchiveMessage : IAccountArchiveMessage, ITextMessage, IKeyedItemNotifyPropertyChanged<string>, INotifyPropertyChanged
Properties
Channel
If a channel message, the channel that is the sender/receiver of the message for inbound/outbound messages, respectively. If this is a directed message, then this value is null.
Declaration
public ChannelId Channel { get; set; }
Property Value
Exception
Declaration
public Exception Exception { get; set; }
Property Value
Inbound
The message direction: true for inbound, and false for outbound.
Declaration
public bool Inbound { get; set; }
Property Value
Key
The unique identifier for the element that raises the property changed event.
Declaration
public string Key { get; set; }
Property Value
Language
The language of the message.
Declaration
public string Language { get; set; }
Property Value
LoginSession
The LoginSession that is the sender or receiver of this message.
Declaration
public ILoginSession LoginSession { get; set; }
Property Value
Message
Declaration
public string Message { get; set; }
Property Value
MessageId
The server-assigned ID of the message used for paging through the large result sets.
Declaration
public string MessageId { get; set; }
Property Value
QueryId
The ID of the query that requested this message.
Declaration
public string QueryId { get; set; }
Property Value
ReceivedTime
The time when the message was received.
Declaration
public DateTime ReceivedTime { get; set; }
Property Value
RemoteParticipant
If a directed message, the remote participant who is the sender/receiver of the message for inbound/outbound messages, respectively. If this is a channel message, then this value is null.
Declaration
public AccountId RemoteParticipant { get; set; }
Property Value
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements