ConversationMessagesCreateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class ConversationMessagesCreateOptions { IList<int> ReadUsers { get; set; } string Subject { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ReadUsers | IList<int> | Read users | ||
Subject Obsolete | string | Conversation messages no longer use subjects. Subject of the message. OBSOLETE in v10.0: Subject will not be saved. |