StartingMessageID Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Gets or sets the starting message ID for this query. If this value is set to a non-zero value, the DateBeginning and DateEnding properties will be ignored, and the search will be performed relative to the specified message. Use this parameter to retrieve an additional page of results when a search returns ExceededServerLimit.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Property StartingMessageID As Long
    Get
    Set
'Usage
Dim instance As ChatHistoryQueryOptions
Dim value As Long

value = instance.StartingMessageID

instance.StartingMessageID = value
public long StartingMessageID { get; set; }

Property Value

Type: System.Int64
The message id.

See Also

Reference

ChatHistoryQueryOptions Class

ChatHistoryQueryOptions Members

Microsoft.Rtc.Collaboration.GroupChat Namespace