AddContactsToMarketingListByEmailsRequest.ContactEmails Property
Applies To: Dynamics Marketing
Gets or sets the contact emails.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.MarketingList
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public List<string> ContactEmails { get; set; }
public:
[DataMemberAttribute]
property List<String^>^ ContactEmails {
List<String^>^ get();
void set(List<String^>^ value);
}
[<DataMemberAttribute>]
member ContactEmails : List<string> with get, set
<DataMemberAttribute>
Public Property ContactEmails As List(Of String)
Property Value
Type: System.Collections.Generic.List<String>
See Also
AddContactsToMarketingListByEmailsRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.MarketingList Namespace
Return to top