  | PersonContactSendHouseholdEmail1 Property  | 
 
            Gets or sets a value indicating whether the first email address has been marked to send household emails.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool SendHouseholdEmail1 { get; set; }Public Property SendHouseholdEmail1 As Boolean
	Get
	Set
public:
property bool SendHouseholdEmail1 {
	bool get ();
	void set (bool value);
}function get SendHouseholdEmail1 () : boolean
function set SendHouseholdEmail1 (value : boolean)
function get_SendHouseholdEmail1();
function set_SendHouseholdEmail1(value);
Property Value
Type: 
BooleanTrue if the first email address should be used for household emails; otherwise, 
False.
See Also