 | AddressSendHouseholdEmail2 Property |
Gets or sets a value indicating whether the second 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 SendHouseholdEmail2 { get; set; }
Public Property SendHouseholdEmail2 As Boolean
Get
Set
public:
property bool SendHouseholdEmail2 {
bool get ();
void set (bool value);
}
function get SendHouseholdEmail2 () : boolean
function set SendHouseholdEmail2 (value : boolean)
function get_SendHouseholdEmail2();
function set_SendHouseholdEmail2(value);
Property Value
Type:
BooleanTrue if the second email address should be used for household emails; otherwise,
False.
See Also