Class WorkflowNotifyEmailType
Workflow notify email type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class WorkflowNotifyEmailType : Enum
Fields
OurContact
0: OurContact
Declaration
public const WorkflowNotifyEmailType OurContact
Field Value
Type | Description |
---|---|
WorkflowNotifyEmailType |
OurServiceContact
1: OurServiceContact
Declaration
public const WorkflowNotifyEmailType OurServiceContact
Field Value
Type | Description |
---|---|
WorkflowNotifyEmailType |
SpecificEmailAddress
2: SpecificEmailAddress
Declaration
public const WorkflowNotifyEmailType SpecificEmailAddress
Field Value
Type | Description |
---|---|
WorkflowNotifyEmailType |
value__
Workflow notify email type
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)