Enum extension 8900 Email Address Entity, source in 29

Source29

src/Layers/W1/BaseApp/OtherCapabilities/Email/EmailAddressEntity.EnumExt.al21 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Email;

enumextension 8900 "Email Address Entity" extends "Email Address Entity"
{
    value(1; Contact)
    {
        Caption = 'Contact';
    }
    value(2; Customer)
    {
        Caption = 'Customer';
    }
    value(3; Vendor)
    {
        Caption = 'Vendor';
    }
    value(4; Employee)
    {
        Caption = 'Employee';
    }
}