ContactPermissions.DoNotEmailFor Property
Applies To: Dynamics Marketing
Gets or sets the message topics for which contact by email is not permitted.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public List<string> DoNotEmailFor { get; set; }
public:
[DataMemberAttribute]
property List<String^>^ DoNotEmailFor {
List<String^>^ get();
void set(List<String^>^ value);
}
[<DataMemberAttribute>]
member DoNotEmailFor : List<string> with get, set
<DataMemberAttribute>
Public Property DoNotEmailFor As List(Of String)
Property Value
Type: System.Collections.Generic.List<String>
Type: Collection
See Also
ContactPermissions Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top