Enum ContactAction
Describes what type of activity/action there has been on a contact
Syntax
ContactAction
Fields
| Name | Description |
|---|---|
| Unknown | Unknown/undecided type |
| Created | The contact was created |
| Updated | The contact was updated |
| NewActivity | A new activity was created on the contact |
| ActivityCompleted | An activity belonging to the contact was completed |
| PersonAdded | A person was added to the contact |
| PersonUpdated | A person belonging to the contact was updated |
| DocumentAdded | A document was added to the contact |
| All | Enumeration generated from the wsdl doesn't handle the [Flags] attribute (bit enumeration) |