Class DBC.SSmtpServersFields
Fields for SSmtpServers, Contains the smtp server for a shipment
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SSmtpServersFields : Object
Fields
ShipmentId
SSmtpServers.ShipmentId: Reference to the shipment which this smtp server belongs to
Declaration
public const string ShipmentId = "shipment_id"
Field Value
Type | Description |
---|---|
String |
SmtpPort
SSmtpServers.SmtpPort: The port of the SMTP server.
Declaration
public const string SmtpPort = "smtp_port"
Field Value
Type | Description |
---|---|
String |
SmtpServer
SSmtpServers.SmtpServer: The actual smtp server
Declaration
public const string SmtpServer = "smtp_server"
Field Value
Type | Description |
---|---|
String |
SSmtpServersId
SSmtpServers.SSmtpServersId: Primary key
Declaration
public const string SSmtpServersId = "id"
Field Value
Type | Description |
---|---|
String |