ContactSubscription.RemoveContact Method
Removes a contact from a subscription.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub RemoveContact ( _
contact As Contact _
)
'Usage
Dim instance As ContactSubscription
Dim contact As Contact
instance.RemoveContact(contact)
public void RemoveContact(
Contact contact
)
Parameters
- contact
Type: Microsoft.Lync.Model.Contact
Remarks
It is not necessary to call Subscribe(ContactSubscriptionRefreshRate, IEnumerable<ContactInformationType>) after removing a contact from a subscription.