| IContactCreator Methods | 
The IContactCreator type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CreateAnonymousContact | 
            Creates new anonymous contact. Created instance of ContactInfo is saved to the database.
            ContactLastName starts with prefix ANONYMOUS.
             | 
|   | CreateContact | 
            Creates and returns new contact with given namePrefix in ContactLastName.
            Created instance of ContactInfo is saved to the database.
             | 
 See Also
See Also