Contact Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
contact
public class Contact
type Contact = class
Public Class Contact
- Inheritance
-
Contact
Constructors
| Name | Description |
|---|---|
| Contact() | |
Properties
| Name | Description |
|---|---|
| AddressLine1 |
The street address for the list contact |
| AddressLine2 |
The street address for the list contact |
| City |
The city for the list contact |
| CompanyName |
The company name for the list |
| CountryCode |
A two-character ISO3166 country code. Defaults to US if invalid |
| PhoneNumber |
The phone number for the list contact |
| PostalCode |
The postal or zip code for the list contact |
| State |
The state for the list contact |