RecipientStatus Property

Chat2Desk

Chat2Desk

Message..::..RecipientStatus Property

RecipientStatus

Namespace:  Chat2Desk.Types
Assembly:  Chat2Desk (in Chat2Desk.dll)

Syntax


[JsonPropertyAttribute]
public Object RecipientStatus { get; set; }
<JsonPropertyAttribute> _
Public Property RecipientStatus As Object
	Get
	Set
[JsonPropertyAttribute]
public:
property Object^ RecipientStatus {
	Object^ get ();
	void set (Object^ value);
}