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 SSmtpServersFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top