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
Visual Basic (Declaration) |
Public
Property
StartingMessageID
As
Long
Get
Set
|
Visual Basic (Usage) |
Dim
instance
As
ChatHistoryQueryOptions
Dim
value
As
Long
value = instance.
StartingMessageID
instance.
StartingMessageID =
value
|
C# |
public
long
StartingMessageID {
get;
set; }
|
See Also