[NetForumBusinessObjectAttribute("OrganizationEmail")]
public class OrganizationEmail : CustomerEmail<NetForumBusinessObjectAttribute("OrganizationEmail")>
Public Class OrganizationEmail
Inherits CustomerEmail[NetForumBusinessObjectAttribute(L"OrganizationEmail")]
public ref class OrganizationEmail : public CustomerEmail[<NetForumBusinessObjectAttribute("OrganizationEmail")>]
type OrganizationEmail =
class
inherit CustomerEmail
end| OrganizationEmail | Initializes a new instance of the OrganizationEmail 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) |