The AddContactsImportData type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | AddContactsImportData |
Class constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToJSON |
Serialize an object to JSON.
(Inherited from Component.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Addresses |
Gets or sets addresses list.
|
![]() | CompanyName |
Gets or sets the company name.
|
![]() | CustomFields |
Gets or sets the custom fields list.
|
![]() | EmailAddresses |
Gets or sets the email addresses list.
|
![]() | FirstName |
Gets or sets the first name.
|
![]() | HomePhone |
Gets or sets the home phone.
|
![]() | JobTitle |
Gets or sets the job title.
|
![]() | LastName |
Gets or sets the last name.
|
![]() | MiddleName |
Gets or sets the middle name.
|
![]() | WorkPhone |
Gets or sets the work phone.
|
See Also