Unbinds a Contact from this Category
[Visual Basic] Public Sub RemoveContact( _ ByVal Contact As Contact _ ) [C#] public void RemoveContact( Contact Contact ); [C++] public: void RemoveContact( Contact* Contact ); [JScript] public function RemoveContact( Contact Contact );
Does not work on ShopContacts Will throw an exception if Contact is not in Category
Exception Type | Condition |
---|---|
InvalidConstraintException | Indicates that a ShopContact was provided. |
ContactList Class | ppm3dakClient.Contacts Namespace