Kind: Class
Source: Outlook_plugin/src/contacts/contact.model.ts (line 1)
Part of: Contacts
Properties
| Property | Type |
|---|---|
ContactPersonID | number |
Title | string |
Name | string |
Postion | string |
Department | string |
RelatedToID | number |
CompanyBranchID | number |
ContactPersonRelatedTypeID | number |
Phone | string |
Mobile | string |
Email | string |
Fax | string |
Website | string |
OnlineSupport | string |
Comments | string |
ImgPath | string |
ContactReferences | ContactPersonReference[] |
ContactInfoList | ContactInfo[] |
CreatedAt | Date |
CreatedBy | string |
ModifiedAt | Date |
ModifiedBy | string |
Account | string |
_isSelected | boolean |
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
Contact—Outlook_plugin/src/contacts/contact.service.ts:1handleErrorResponse—Outlook_plugin/src/taskpane/taskpane.ts:69
Was this page helpful?