Show / Hide Table of Contents

Class DBC.MailAliasFields

Fields for MailAlias, This table contains the alias'es for each mailbox, one-to-many-relation. It is in so we can substract the alias'es when when listing the recipients of a message.

Inheritance
object
DBC.MailAliasFields
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.MailAliasFields

Fields

Alias

MailAlias.Alias: The alias for the mailbox

Declaration
public const string Alias = "alias"
Field Value
Type Description
string

FilterId

MailAlias.FilterId: The mailbox which the alias belongs to

Declaration
public const string FilterId = "filter_id"
Field Value
Type Description
string

MailAliasId

MailAlias.MailAliasId: The primary key (auto-incremented)

Declaration
public const string MailAliasId = "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