Enum 9510 Email Parameter Type, source in 29
Source29
src/Layers/W1/BaseApp/OtherCapabilities/Email/EmailParameterType.Enum.al12 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Email;
enum 9510 "Email Parameter Type"
{
Extensible = true;
AssignmentCompatibility = true;
value(0; " ") { Caption = ' '; }
value(1; "Subject") { Caption = 'Subject'; }
value(2; "Address") { Caption = 'Address'; }
value(3; "Body") { Caption = 'Body'; }
}