Click or drag to resize

AddressEmail Class

Represents the address email address information for DataUpdateService.UpdateAddressEmails.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityAddressEmail

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
[SerializableAttribute]
public class AddressEmail

The AddressEmail type exposes the following members.

Properties
  NameDescription
Public propertyEmail1
Gets or sets the first email address.
Public propertyEmail2
Gets or sets the second email address.
Public propertyNotPublishEmail1
Gets or sets a value indicating whether the first email address should be hidden in a public directory.
Public propertyNotPublishEmail2
Gets or sets a value indicating whether the second email address should be hidden in a public directory.
Top
See Also