EmailSendAddressFrom Enumeration |
An enumerated type representing the default value for the SystemSettings.General_SendEmailFrom system setting.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum EmailSendAddressFrom
Public Enumeration EmailSendAddressFrom
public enum class EmailSendAddressFrom
type EmailSendAddressFrom
Members
| Member name | Value | Description |
---|
| UseDefault | 0 |
Use Default.
|
| UseGlobalEmail | 1 |
Use Global E-mail Address Always.
|
See Also