Class EmailItemContactExtender
Extend extender with a Contact extender, to provide the Contact columns related.
Inheritance
EmailItemContactExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class EmailItemContactExtender : ContactExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
EmailItemContactExtender()
Initialize the Contact
Declaration
public EmailItemContactExtender()
EmailItemContactExtender(Features)
Initialize the Contact with a given set of features
Declaration
public EmailItemContactExtender(ContactExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
ContactExtenderBase.Features | features |
Methods
SetJoin()
Create a Contact tableinfo and join it to the parent
Declaration
protected override ContactTableInfo SetJoin()
Returns
Type | Description |
---|---|
ContactTableInfo | ContactTableInfo of the newly created info instance |