Contact Class
Applies To: Dynamics Marketing
Represents a contact in Microsoft Dynamics Marketing.
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
[DataContractAttribute] [KnownTypeAttribute((TimeZoneInfo::AdjustmentRule^::typeid))] [KnownTypeAttribute((TimeZoneInfo::TransitionTime::typeid))] [KnownTypeAttribute((DayOfWeek::typeid))] [KnownTypeAttribute((Category^::typeid))] [KnownTypeAttribute((array<TimeZoneInfo::AdjustmentRule^>^::typeid))] public ref class Contact
| Name | Description | |
|---|---|---|
![]() | Contact() | Initializes a new instance of theContact class. |
| Name | Description | |
|---|---|---|
![]() | Address | Gets or sets the contacts’s address. |
![]() | BelongsToCompany | Gets or sets the company the user belongs to. |
![]() | City | Gets or sets the contact’s city. |
![]() | Company | Gets or sets the contact’s company. |
![]() | ContactDescription | Gets or sets the contact description. This property is labeled as 'Memo' in the web application user interface and in the OData CSDL. |
![]() | CountryRegion | Gets or sets the contact’s country/region. |
![]() | Currency | Gets or sets the contact’s currency. |
![]() | CustomFields | Gets or sets the contact’s custom fields. |
![]() | DoNotCall | Gets or sets a value indicating call permissions for the contact. |
![]() | DoNotEmail | Gets or sets a value indicating email permissions for the contact. |
![]() | DoNotMail | Gets or sets a value indicating mail permissions for the contact. |
![]() | DoNotSms | |
![]() | Gets or sets contact’s email address. | |
![]() | FirstName | Gets or sets the contact’s first name. |
![]() | Id | Gets or sets the contact’s ID. |
![]() | IsClient | Gets or sets a value indicating whether it's a client contact. |
![]() | IsMarketing | Gets or sets a value indicating whether it's a marketing contact. |
![]() | IsStaff | Gets or sets a value indicating whether it's a staff contact. |
![]() | IsVendor | Gets or sets a value indicating whether it's a vendor contact. |
![]() | Language | Gets or sets the contact’s language. |
![]() | LastName | Gets or sets the contact’s last name. |
![]() | MobilePhone | |
![]() | OriginOfChanges | Gets or sets a value that indicates where the changes to the contact came from. |
![]() | Phone | Gets or sets contact’s phone number. |
![]() | PostalCode | Gets or sets the contact’s postal code. |
![]() | Salutation | Gets or sets the contact’s salutations. |
![]() | StateProvince | Gets or sets the contact’s state and province. |
![]() | Status | Gets or sets the status of the entity record. |
![]() | Territory | Gets or sets the contact’s territory. |
![]() | TimeZone | Gets or sets the contact’s time zone. |
![]() | Title | Gets or sets the contact’s title. |
![]() | UpdateDate | Gets or sets the contact’s last update date. |
![]() | Version | Gets or sets the contact’s version. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft.Dynamics.Marketing.SDK.Model
Developer overview of Microsoft Dynamics Marketing
Manage leads, contacts, and company
Getting started with the SDK
Quick start with sample code
Sample: Create, read, update, and delete contact (including custom fields)
Assembly included in the Microsoft Dynamics Marketing SDK
Web service and assembly reference


