Class DBC.SSmtpServersFields
Fields for SSmtpServers, Contains the smtp server for a shipment
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.SSmtpServersFields
Fields
SSmtpServersId
SSmtpServers.SSmtpServersId: Primary key
Declaration
public const string SSmtpServersId = "id"
Field Value
| Type | Description |
|---|---|
| string |
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 |