Contact.DoNotMail Property
Applies To: Dynamics Marketing
Gets or sets a value indicating mail permissions for the contact.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public bool DoNotMail { get; set; }
public:
[DataMemberAttribute]
property bool DoNotMail {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member DoNotMail : bool with get, set
<DataMemberAttribute>
Public Property DoNotMail As Boolean
Property Value
Type: System.Boolean
Type: Boolean
See Also
Contact Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top