ChatRecipientDeliveryInfo
ChatRecipientDeliveryInfo
ChatRecipientDeliveryInfo
ChatRecipientDeliveryInfo
Class
Definition
Represent the delivery info about a chat recipient.
public : sealed class ChatRecipientDeliveryInfo : IChatRecipientDeliveryInfopublic sealed class ChatRecipientDeliveryInfo : IChatRecipientDeliveryInfoPublic NotInheritable Class ChatRecipientDeliveryInfo Implements IChatRecipientDeliveryInfo// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
ChatRecipientDeliveryInfo() ChatRecipientDeliveryInfo() ChatRecipientDeliveryInfo() ChatRecipientDeliveryInfo()
Initializes a new instance of the ChatRecipientDeliveryInfo class.
public : ChatRecipientDeliveryInfo()public ChatRecipientDeliveryInfo()Public Sub New()// You can use this method in JavaScript.
Properties
DeliveryTime DeliveryTime DeliveryTime DeliveryTime
Gets or sets the time the message was sent to the recipient.
public : IReference<DateTime> DeliveryTime { get; set; }public Nullable<DateTimeOffset> DeliveryTime { get; set; }Public ReadWrite Property DeliveryTime As Nullable<DateTimeOffset>// You can use this property in JavaScript.
- Value
- IReference<DateTime> Nullable<DateTimeOffset> Nullable<DateTimeOffset> Nullable<DateTimeOffset>
The time the message was sent to the recipient.
IsErrorPermanent IsErrorPermanent IsErrorPermanent IsErrorPermanent
Gets a Boolean value indicating whether the error for the message that was sent to the recipient is permanent.
public : PlatForm::Boolean IsErrorPermanent { get; }public bool IsErrorPermanent { get; }Public ReadOnly Property IsErrorPermanent As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A Boolean value indicating whether the error for the message that was sent to the recipient is permanent.
ReadTime ReadTime ReadTime ReadTime
Gets or sets the time the recipient read the message.
public : IReference<DateTime> ReadTime { get; set; }public Nullable<DateTimeOffset> ReadTime { get; set; }Public ReadWrite Property ReadTime As Nullable<DateTimeOffset>// You can use this property in JavaScript.
- Value
- IReference<DateTime> Nullable<DateTimeOffset> Nullable<DateTimeOffset> Nullable<DateTimeOffset>
The time the recipient read the message.
Status Status Status Status
Gets the status of the message.
public : ChatMessageStatus Status { get; }public ChatMessageStatus Status { get; }Public ReadOnly Property Status As ChatMessageStatus// You can use this property in JavaScript.
The status of the message.
TransportAddress TransportAddress TransportAddress TransportAddress
Gets or sets the transport address of the recipient.
public : PlatForm::String TransportAddress { get; set; }public string TransportAddress { get; set; }Public ReadWrite Property TransportAddress As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The transport address of the recipient.
TransportErrorCode TransportErrorCode TransportErrorCode TransportErrorCode
Get the transport error code.
public : int TransportErrorCode { get; }public int TransportErrorCode { get; }Public ReadOnly Property TransportErrorCode As int// You can use this property in JavaScript.
- Value
- int int int int
The transport error code.
TransportErrorCodeCategory TransportErrorCodeCategory TransportErrorCodeCategory TransportErrorCodeCategory
Gets the category for the TransportErrorCode.
public : ChatTransportErrorCodeCategory TransportErrorCodeCategory { get; }public ChatTransportErrorCodeCategory TransportErrorCodeCategory { get; }Public ReadOnly Property TransportErrorCodeCategory As ChatTransportErrorCodeCategory// You can use this property in JavaScript.
TransportInterpretedErrorCode TransportInterpretedErrorCode TransportInterpretedErrorCode TransportInterpretedErrorCode
Gets the interpreted error code for the transport.
public : ChatTransportInterpretedErrorCode TransportInterpretedErrorCode { get; }public ChatTransportInterpretedErrorCode TransportInterpretedErrorCode { get; }Public ReadOnly Property TransportInterpretedErrorCode As ChatTransportInterpretedErrorCode// You can use this property in JavaScript.
- Value
- ChatTransportInterpretedErrorCode ChatTransportInterpretedErrorCode ChatTransportInterpretedErrorCode ChatTransportInterpretedErrorCode
The interpreted error code for the transport.