RetrieveContactsRequest Class

 

Applies To: Dynamics Marketing

Contains the data to retrieve a list of contacts.

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

System::Object
  Microsoft.Dynamics.Marketing.SDK.Common::SdkMessage
    Microsoft.Dynamics.Marketing.SDK.Common::SdkRequest
      Microsoft.Dynamics.Marketing.SDK.Messages.Contact::RetrieveContactsRequest

[DataContractAttribute]
public ref class RetrieveContactsRequest : SdkRequest

NameDescription
System_CAPS_pubmethodRetrieveContactsRequest()

Initializes a new instance of theRetrieveContactsRequest class.

NameDescription
System_CAPS_pubpropertyBelongsToCompanyId

Gets or sets the ID of the company that the record belongs to.

System_CAPS_pubpropertyFromUpdateDate

Gets or sets the value indicating the first update required for a contact to be included in the result list, expressed as the Coordinated Universal Time (UTC).

System_CAPS_pubpropertyIncludeDeletedContacts

System_CAPS_pubpropertyMaxNumberOfRecordsToGet

Gets or sets the maximum number of records to retrieve.

System_CAPS_pubpropertyOriginOfChange

Gets or sets the value of origin of change that the contact needs to have to be part of the result list.

System_CAPS_pubpropertySkipNumberOfRecords

Gets or sets the number of records, starting from the beginning of the results, to not return in the response.

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_protmethodToBrokeredMessage()

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkMessage.)

System_CAPS_pubmethodToBrokeredMessage(String^)

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkRequest.)

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: