Show / Hide Table of Contents

Class DBC.SSmtpServersFields

Fields for SSmtpServers, Contains the smtp server for a shipment

Inheritance
object
DBC.SSmtpServersFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top