RetrieveMarketingResultsRequest Class

 

Applies To: Dynamics Marketing

Contains the data to retrieve a list of marketing results.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Messages.MarketingResult
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.MarketingResult::RetrieveMarketingResultsRequest

[DataContractAttribute]
public ref class RetrieveMarketingResultsRequest : SdkRequest

NameDescription
System_CAPS_pubmethodRetrieveMarketingResultsRequest()

Initializes a new instance of the RetrieveMarketingResultsRequest class.

NameDescription
System_CAPS_pubpropertyBelongsToCompany

Gets or sets the company to retrieve the marketing results for.

System_CAPS_pubpropertyCampaign

Gets or sets the campaign.

System_CAPS_pubpropertyChannel

Gets or sets the channel.

System_CAPS_pubpropertyContact

Gets or sets the contact.

System_CAPS_pubpropertyDate

Gets or sets the date.

System_CAPS_pubpropertyEmailMessage

Gets or sets the email message.

System_CAPS_pubpropertyEvent

Gets or sets the event.

System_CAPS_pubpropertyFromUpdateDate

Gets or sets the value indicating the first update, expressed as the Coordinated Universal Time (UTC).

System_CAPS_pubpropertyJob

Gets or sets the job.

System_CAPS_pubpropertyMarketingResultType

Gets or sets the marketing result type.

System_CAPS_pubpropertyMaxNumberOfRecordsToGet

Gets or sets the maximum number of records to retrieve.

System_CAPS_pubpropertyOriginOfChange

Gets or sets the value of where the change came from.

System_CAPS_pubpropertyProgram

Gets or sets the program.

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: