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
System.Object
DBC.MailAliasFields
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MailAliasFields
Fields
Alias
MailAlias.Alias: The alias for the mailbox
Declaration
public const string Alias = "alias"
Field Value
Type | Description |
---|---|
System.String |
FilterId
MailAlias.FilterId: The mailbox which the alias belongs to
Declaration
public const string FilterId = "filter_id"
Field Value
Type | Description |
---|---|
System.String |
MailAliasId
MailAlias.MailAliasId: The primary key (auto-incremented)
Declaration
public const string MailAliasId = "id"
Field Value
Type | Description |
---|---|
System.String |