EmailMessageResult.ResultDate Property
Applies To: Dynamics Marketing
Gets or sets the email message result’s result date.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public DateTime ResultDate { get; set; }
public:
[DataMemberAttribute]
property DateTime ResultDate {
DateTime get();
void set(DateTime value);
}
[<DataMemberAttribute>]
member ResultDate : DateTime with get, set
<DataMemberAttribute>
Public Property ResultDate As Date
Property Value
Type: System.DateTime
Type: DateTime
See Also
EmailMessageResult Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top