ChatSyncConfiguration.RestoreHistorySpan Property

Definition

Gets or sets the time span for which messages will be restored.

public:
 property ChatRestoreHistorySpan RestoreHistorySpan { ChatRestoreHistorySpan get(); void set(ChatRestoreHistorySpan value); };
ChatRestoreHistorySpan RestoreHistorySpan();

void RestoreHistorySpan(ChatRestoreHistorySpan value);
public ChatRestoreHistorySpan RestoreHistorySpan { get; set; }
var chatRestoreHistorySpan = chatSyncConfiguration.restoreHistorySpan;
chatSyncConfiguration.restoreHistorySpan = chatRestoreHistorySpan;
Public Property RestoreHistorySpan As ChatRestoreHistorySpan

Property Value

The time span for which messages will be restored.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to