Adds a collection of contacts to a
subscription.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public void AddContacts( IEnumerable< Contact> contacts ) |
Parameters
- contacts
- Type:
System.Collections.Generic
.
.
::
.
.
IEnumerable
<
(Of
<
(
<'
Contact
>
)
>
)
>