[NetForumBusinessObjectAttribute("IndividualEmail")]
public class IndividualEmail : CustomerEmail
<NetForumBusinessObjectAttribute("IndividualEmail")>
Public Class IndividualEmail
Inherits CustomerEmail
[NetForumBusinessObjectAttribute(L"IndividualEmail")]
public ref class IndividualEmail : public CustomerEmail
[<NetForumBusinessObjectAttribute("IndividualEmail")>]
type IndividualEmail =
class
inherit CustomerEmail
end
IndividualEmail | Initializes a new instance of the IndividualEmail class |
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) |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |