IndividualEmail Class

Represents a NetFORUM IndividualEmail

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("IndividualEmail")]
public class IndividualEmail : CustomerEmail
Inheritance
Object    NetForumEntity    CustomerEmail    IndividualEmail

Constructors

IndividualEmailInitializes a new instance of the IndividualEmail class

Properties

Address
(Inherited from CustomerEmail)
CustomerId
(Inherited from CustomerEmail)
EmailType
(Inherited from CustomerEmail)
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsPrimary
(Inherited from CustomerEmail)
RevisionInformation
(Inherited from NetForumEntity)

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also