Contact Class

 

Applies To: Dynamics Marketing

Represents a contact in Microsoft Dynamics Marketing.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Model
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

System::Object
  Microsoft.Dynamics.Marketing.SDK.Model::Contact

[DataContractAttribute]
[KnownTypeAttribute((TimeZoneInfo::AdjustmentRule^::typeid))]
[KnownTypeAttribute((TimeZoneInfo::TransitionTime::typeid))]
[KnownTypeAttribute((DayOfWeek::typeid))]
[KnownTypeAttribute((Category^::typeid))]
[KnownTypeAttribute((array<TimeZoneInfo::AdjustmentRule^>^::typeid))]
public ref class Contact 

NameDescription
System_CAPS_pubmethodContact()

Initializes a new instance of theContact class.

NameDescription
System_CAPS_pubpropertyAddress

Gets or sets the contacts’s address.

System_CAPS_pubpropertyBelongsToCompany

Gets or sets the company the user belongs to.

System_CAPS_pubpropertyCity

Gets or sets the contact’s city.

System_CAPS_pubpropertyCompany

Gets or sets the contact’s company.

System_CAPS_pubpropertyContactDescription

Gets or sets the contact description.

This property is labeled as 'Memo' in the web application user interface and in the OData CSDL.

System_CAPS_pubpropertyCountryRegion

Gets or sets the contact’s country/region.

System_CAPS_pubpropertyCurrency

Gets or sets the contact’s currency.

System_CAPS_pubpropertyCustomFields

Gets or sets the contact’s custom fields.

System_CAPS_pubpropertyDoNotCall

Gets or sets a value indicating call permissions for the contact.

System_CAPS_pubpropertyDoNotEmail

Gets or sets a value indicating email permissions for the contact.

System_CAPS_pubpropertyDoNotMail

Gets or sets a value indicating mail permissions for the contact.

System_CAPS_pubpropertyDoNotSms

System_CAPS_pubpropertyEmail

Gets or sets contact’s email address.

System_CAPS_pubpropertyFirstName

Gets or sets the contact’s first name.

System_CAPS_pubpropertyId

Gets or sets the contact’s ID.

System_CAPS_pubpropertyIsClient

Gets or sets a value indicating whether it's a client contact.

System_CAPS_pubpropertyIsMarketing

Gets or sets a value indicating whether it's a marketing contact.

System_CAPS_pubpropertyIsStaff

Gets or sets a value indicating whether it's a staff contact.

System_CAPS_pubpropertyIsVendor

Gets or sets a value indicating whether it's a vendor contact.

System_CAPS_pubpropertyLanguage

Gets or sets the contact’s language.

System_CAPS_pubpropertyLastName

Gets or sets the contact’s last name.

System_CAPS_pubpropertyMobilePhone

System_CAPS_pubpropertyOriginOfChanges

Gets or sets a value that indicates where the changes to the contact came from.

System_CAPS_pubpropertyPhone

Gets or sets contact’s phone number.

System_CAPS_pubpropertyPostalCode

Gets or sets the contact’s postal code.

System_CAPS_pubpropertySalutation

Gets or sets the contact’s salutations.

System_CAPS_pubpropertyStateProvince

Gets or sets the contact’s state and province.

System_CAPS_pubpropertyStatus

Gets or sets the status of the entity record.

System_CAPS_pubpropertyTerritory

Gets or sets the contact’s territory.

System_CAPS_pubpropertyTimeZone

Gets or sets the contact’s time zone.

System_CAPS_pubpropertyTitle

Gets or sets the contact’s title.

System_CAPS_pubpropertyUpdateDate

Gets or sets the contact’s last update date.

System_CAPS_pubpropertyVersion

Gets or sets the contact’s version.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: