Show / Hide Table of Contents

Class DBC.EmailFolderFields

Fields for EmailFolder, Corresponds to an email folder on a mail server

Inheritance
Object
DBC.EmailFolderFields
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 EmailFolderFields

Fields

AccountId

EmailFolder.AccountId: Account id

Declaration
public const string AccountId = "account_id"
Field Value
Type Description
String

Attributes

EmailFolder.Attributes: Folder attributes like Subscribed, HasChildren, Junk, Sent...

Declaration
public const string Attributes = "attributes"
Field Value
Type Description
String

EmailFolderId

EmailFolder.EmailFolderId: Primary key

Declaration
public const string EmailFolderId = "email_folder_id"
Field Value
Type Description
String

FolderSeparator

EmailFolder.FolderSeparator: Character separating subfolders

Declaration
public const string FolderSeparator = "folder_separator"
Field Value
Type Description
String

Name

EmailFolder.Name: Folder name

Declaration
public const string Name = "name"
Field Value
Type Description
String

ParentFolderId

EmailFolder.ParentFolderId: Parent folder

Declaration
public const string ParentFolderId = "parent_folder_id"
Field Value
Type Description
String

Registered

EmailFolder.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

EmailFolder.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

Updated

EmailFolder.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

EmailFolder.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

EmailFolder.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top