Authors 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 a collection of SIP URI's of users to match. If non-null, only messages from users having one of the specified SIP URI's will be returned.

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

Syntax

'Declaration
Public Property Authors As ICollection(Of Uri)
    Get
    Set
'Usage
Dim instance As ChatHistoryQueryOptions
Dim value As ICollection(Of Uri)

value = instance.Authors

instance.Authors = value
public ICollection<Uri> Authors { get; set; }

Property Value

Type: System.Collections.Generic.ICollection<Uri>
The authors.

See Also

Reference

ChatHistoryQueryOptions Class

ChatHistoryQueryOptions Members

Microsoft.Rtc.Collaboration.GroupChat Namespace